Doug Koobs schrieb: > > Setting up Postfix and Cyrus on RH9. I can send mail, but can not seem to > receive. In /var/log/maillog, the following error shows up: > > (connect to /var/lib/imap/socket/lmtp[/var/lib/imap/socket/lmtp]: No such > file or directory)
Since you're using my cyrus-imapd rpms and I guess you are using the postfix from RH9, permission should not be a problem here. I think your problem is that postfix lmtp runs chrooted. Maybe you just to change this in master.cf so postfix/lmtp doesn't run chrooted: # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== lmtp unix - - n - - lmtp HTH Simon > > The file does exist, and is owned by root, but has rwx set for all other > users: > > [EMAIL PROTECTED] socket]# pwd > /var/lib/imap/socket > [EMAIL PROTECTED] socket]# ls -l lmtp > srwxrwxrwx 1 root root 0 Oct 21 16:08 lmtp > [EMAIL PROTECTED] socket]# > > What do I need to do to fix this? Go to the Postfix mailing list? :) Does > the sticky bit have something to do with this? > > Thanks, > > Doug