On Mon, 31 May 2004, Achim Schmidt wrote: > Hi List, > > did anybody ever experience the following situation: > > There is [EMAIL PROTECTED] which is an alias to [EMAIL PROTECTED] and > [EMAIL PROTECTED] has a mailproc.tab with this content: > "redirect" "[EMAIL PROTECTED]" > > Normally mail sent to [EMAIL PROTECTED] is expanded to [EMAIL PROTECTED] > and finally redirected to [EMAIL PROTECTED] > > But this afternoon (the second time we realized) xmail startet giving > "RCPT=EAVAIL" when mail to [EMAIL PROTECTED] was sent (first time was > another valid user at another machine running xmailserver). After > restarting the xmail process, mail for this alias was again accepted > correctly.
Are you sure the alias file does not get modified outside of XMail? > The smtp-log shows this: > > "" "mail.provider.net" "10.20.30.13" "2004-05-31 13:20:24" > "bt3.provider.net" "example.org" "[EMAIL PROTECTED]" > "[EMAIL PROTECTED]" "S26550E" "RECV=OK" "" "24885" "" > > "" "mail.provider.net" "10.20.30.13" "2004-05-31 13:23:50" > "bt3.provider.net" "example.org" "[EMAIL PROTECTED]" > "[EMAIL PROTECTED]" "S26552F" "RCPT=OK" "" "0" "" > > "" "mail.provider.net" "10.20.30.13" "2004-05-31 13:38:17" > "bt3.provider.net" "example.org" "[EMAIL PROTECTED]" > "[EMAIL PROTECTED]" "S2655A9" "RCPT=OK" "" "0" "" > > "" "mail.provider.net" "10.20.30.15" "2004-05-31 14:55:21" > "bmx.provider.net" "" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" > "S26581A" "RCPT=EAVAIL" "" "0" "" > > ...... > about 30 lines with RCPT=EAVAIL > ...... > > "" "mail.provider.net" "10.20.30.15" "2004-05-31 19:45:41" > "bmx.provider.net" "" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" > "S2663E3" "RCPT=EAVAIL" "" "0" "" > > "" "mail.provider.net" "10.20.30.4" "2004-05-31 19:56:23" > "lancelot.provider.net" "example.org" "[EMAIL PROTECTED]" > "[EMAIL PROTECTED]" "S266426" "RCPT=OK" "" "0" "" > > "" "mail.provider.net" "10.20.30.4" "2004-05-31 19:56:49" > "lancelot.provider.net" "example.org" "[EMAIL PROTECTED]" > "[EMAIL PROTECTED]" "S266426" "RECV=OK" "" "1226" "" > > > > Thats what I recognize here: > > 1 . the first column is empty in logs/smtp-* beginning with 23-Jan-2004 > (before "$hostname" was written inside the first col) Yes. If you have "SmtpServerDomain" set, this happens. > 2 . smtp-sessions ending with "RCPT=EAVAIL / mailbox is not available" > are logged with an empty 6th column (normally theres written > "example.org" - in the time mail was refused there is written "") This is normal for rejected rcpts. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
