I'm trying to get mail working on a new 10.4.2 server install, but I can't seem to get cyrus to actually deliver mail.
My DNS is all setup and working for my domain.
Postfix accepts the incoming mail and appears to hand it off to cyrus. Here is an excerpt from mail.log:
postfix/smtpd[11123]: connect from unknown[71.111.151.254]
postfix/smtpd[11123]: 50F8626058: client=unknown[71.111.151.254], sasl_method=CRAM-MD5, sasl_username=dave
postfix/cleanup[11126]: 50F8626058: message-id=
postfix/qmgr[10882]: 50F8626058: from=, size=537, nrcpt=1 (queue active)
postfix/smtpd[11129]: connect from localhost[127.0.0.1]
postfix/smtpd[11129]: AF2C026063: client=localhost[127.0.0.1]
postfix/cleanup[11126]: AF2C026063: message-id=
postfix/qmgr[10882]: AF2C026063: from=, size=1015, nrcpt=1 (queue active)
postfix/smtpd[11129]: disconnect from localhost[127.0.0.1]
postfix/smtp[11127]: 50F8626058: to=, relay=127.0.0.1[127.0.0.1], delay=1, status=sent (250 2.6.0 Ok, id=08919-04, from MTA: 250 Ok: queued as AF2C026063)
postfix/qmgr[10882]: 50F8626058: removed
postfix/pipe[11131]: AF2C026063: to=, relay=cyrus, delay=1, status=sent (mini.thinbits.net)
postfix/qmgr[10882]: AF2C026063: removed
postfix/smtpd[11123]: disconnect from unknown[71.111.151.254]
So, postfix appears to have handed it off to cyrus.
Looking at mailaccess.log I see:
Aug 28 10:03:25 ash master[11133]: about to exec /usr/bin/cyrus/bin/lmtpd
Aug 28 10:03:25 ash lmtpunix[11133]: executed
Aug 28 10:03:26 ash lmtpunix[11133]: accepted connection
Aug 28 10:03:26 ash lmtpunix[11133]: lmtp connection preauth'd as postman
Aug 28 10:03:26 ash lmtpunix[11133]: IOERROR: fstating sieve script /usr/sieve/d/dave/defaultbc: No such file or directory
Aug 28 10:03:26 ash lmtpunix[11133]: duplicate_check: user.dave 0
Aug 28 10:03:26 ash lmtpunix[11133]: mystore: starting txn 2147483650
Aug 28 10:03:26 ash lmtpunix[11133]: mystore: committing txn 2147483650
Aug 28 10:03:26 ash lmtpunix[11133]: duplicate_mark: user.dave 1125248606 26
Aug 28 10:03:30 ash pop3[11118]: accepted connection
Aug 28 10:03:30 ash pop3[11118]: login: [71.111.151.254] dave APOP User logged in
I don't see any obvious errors there either. However, when I check my mail with POP or IMAP, there is no mail. Looking in /var/imap/user/d/ there is a dave.seen file, but nothing else.
Any ideas where my mail is going?
Thanks,
Dave