Hello Mark, >> Not until you do as I asked before and post the resulting output from grepping the mail log for the Postfix queue id of a returned message. >> Based on your prior post, this would be something like >> grep 9F72D11C00A /var/log/maillog >> Also it might help to see your transport maps - /etc/postfix/transport >> Postfix 'transport' file content
Sorry, but I didn't immediately spot that you were asking for this type of information which I am now enclosing below, as requested : (Reminder : 'domain.org' and 'domain.net' are hosted on the same VPS and 'domain.org' is the virtual domain that has been specified in the 'mm_cfg.py' config file. The declared MTA is 'Postfix'.) 1) Selected Sequence from /var/log/maillog ___________________________________ Apr 21 02:49:55 vps12345 postfix/smtpd[9396]: F030911C008: [details-removed*], sasl_method=PLAIN, [email protected] Apr 21 02:49:56 vps12345 dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=83.xxx.xxx.xxx*, lip=37.yyy.yyy.yyy*, mpid=9413 Apr 21 02:49:56 vps12345 postfix/cleanup[9412]: F030911C008: message-id=<[email protected]> Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: F030911C008: from=<[email protected]>, size=900, nrcpt=1 (queue active) Apr 21 02:49:56 vps12345 dovecot: pop3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/6, size=15209 Apr 21 02:49:56 vps12345 dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=83.xxx.xxx.xxx*, lip=37.yyy.yyy.yyy*, mpid=9418 Apr 21 02:49:56 vps12345 dovecot: pop3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/3, size=21056 Apr 21 02:49:56 vps12345 postfix/smtpd[9419]: connect from localhost.localdomain[127.0.0.1] Apr 21 02:49:56 vps12345 postfix/smtpd[9419]: 9F72D11C00A: client=localhost.localdomain[127.0.0.1] Apr 21 02:49:56 vps12345 postfix/cleanup[9412]: 9F72D11C00A: message-id=<[email protected]> Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: 9F72D11C00A: from=<[email protected]>, size=1364, nrcpt=1 (queue active) Apr 21 02:49:56 vps12345 amavis[24558]: (24558-09) Passed CLEAN {RelayedInbound}, [83.xxx.xxx.xxx*]:56370 [83.xxx.xxx.xxx*] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: EMVkrlB1bIaY, Hits: -0.999, size: 866, queued_as: 9F72D11C00A, 462 ms Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: F030911C008: removed Apr 21 02:49:56 vps12345 postfix/smtp[9414]: F030911C008: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.73, delays=0.26/0.01/0/0.46, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 9F72D11C00A) Apr 21 02:49:56 vps12345 postfix/smtpd[9419]: disconnect from localhost.localdomain[127.0.0.1] Apr 21 02:49:56 vps12345 dovecot: auth: sql([email protected]): Unknown user Apr 21 02:49:56 vps12345 postfix/pipe[9420]: 9F72D11C00A: to=<[email protected]>, relay=dovecot, delay=0.04, delays=0.01/0.01/0/0.02, dsn=5.1.1, status=bounced (user unknown) Apr 21 02:49:56 vps12345 postfix/cleanup[9412]: A866A11C00B: message-id=<[email protected]> Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: A866A11C00B: from=<>, size=3206, nrcpt=1 (queue active) Apr 21 02:49:56 vps12345 postfix/bounce[9422]: 9F72D11C00A: sender non-delivery notification: A866A11C00B Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: 9F72D11C00A: removed Apr 21 02:49:56 vps12345 dovecot: dict: mysql: Connected to localhost (mail) Apr 21 02:49:56 vps12345 dovecot: lda([email protected]): sieve: msgid=<[email protected]>: stored mail into mailbox 'INBOX' Apr 21 02:49:56 vps12345 postfix/pipe[9420]: A866A11C00B: to=<[email protected]>, relay=dovecot, delay=0.04, delays=0.01/0/0/0.04, dsn=2.0.0, status=sent (delivered via dovecot service) Apr 21 02:49:56 vps12345 postfix/qmgr[9319]: A866A11C00B: removed Apr 21 02:49:58 vps12345 postfix/smtpd[9396]: disconnect from [details-removed*] ___________________________________ (*) Details removed from log excerpt for privacy reasons. 2) Postfix 'transport' file content ___________________________________ [root@vps12345 ~]# postmap -s /etc/postfix/transport autoreply.vps12345.ovh.net vacation: [root@vps12345 ~]# ___________________________________ Does the above data details clarify in any way the previously reported issue ? Jacques Setton [email protected] -----Message d'origine----- De : Mark Sapiro [mailto:[email protected]] Envoyé : vendredi 25 avril 2014 00:55 À : Jacques Setton Cc : [email protected] Objet : Re: [Mailman-Users] 'Undelivered Mail Returned to Sender' error when using an e-mail from a domain co-hosted with the one used for Mailman lists On 04/24/2014 02:56 PM, Jacques Setton wrote: > > The complete output generated by the '# postconf -n' command is > appended below. > Besides that, I have not configured postfix in any particular way... > As previously indicated, Mailman works well with any external Email > address, but not with the ones co-hosted on the same physical server... > > Any idea about what the problem could be ? Not until you do as I asked before and post the resulting output from grepping the mail log for the Postfix queue id of a returned message. Based on your prior post, this would be something like grep 9F72D11C00A /var/log/maillog Also it might help to see your transport maps - /etc/postfix/transport -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
