Home › Forums › OS X Server and Client Discussion › Mail › Can’t seem to get Tiger to deliver mail
- This topic has 1 reply, 1 voice, and was last updated 20 years, 10 months ago by
thinbits.
-
AuthorPosts
-
August 28, 2005 at 5:23 pm #362981
thinbits
ParticipantI’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=<[email protected]>
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=<[email protected]>
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: <[email protected]> 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: <[email protected]> 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 inI 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,
DaveAugust 29, 2005 at 5:22 am #362986thinbits
ParticipantWow! I’m a complete idiot!
The logs were correct and the mail was being delivered. Mail.app was filing all my test messages as spam, so I didn’t see them…
Lesson learned: turn off local spam filtering when performing mail server tests.
Sorry for the waste of time.
Dave
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed