Current time: 11-06-2024, 12:00 PM Hello There, Guest! (LoginRegister)


Post Reply 
[FreeBSD] Need solutions for a chrooted Postfix & Cron
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #2
RE: [FreeBSD] Need solutions for a chrooted Postfix & Cron
(03-22-2010 11:17 PM)BeNe Wrote:  -> Symlinks doesn´t work:
Code:
warning: SASL authentication problem: unable to open Berkeley db /usr/local/etc/sasldb2: Too many levels of symbolic links
-> Hardlink doesn´t work:
Code:
ln: /var/spool/postfix/usr/local/etc/sasldb2: Cross-device link
Becaus Hardlinks doesn´t work over a Partition

Try

mv /usr/local/etc/sasldb2 /var/spool/postfix/usr/local/etc/sasldb2
ln -s /var/spool/postfix/usr/local/etc/sasldb2 /usr/local/etc/sasldb2
03-22-2010 11:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [FreeBSD] Need solutions for a chrooted Postfix & Cron - rbtux - 03-22-2010 11:53 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)