Hello,
I use proxmox mail gateway as a relay server. The final mail server is a postfix server. I enabled the verify receivers and set it to Yes (550) on PMG.
I tested with some test e-mail:
550 5.1.1 <unknown@mydomain.de>: Recipient address rejected: undeliverable address: Recipient address lookup failed
Why is there the error message Recipient address lookup failed?
On the final server I enable the VRFY Command. In Tracking Center on PMG I see the email is coming in but I was wondering that I see some email back from my final e-mail server with double-bounce@mydomain.de.
See logfiles:
this is message from final mail server, looks ok I would say:
Now here is the log of PMG, PMG show status rejected in tracking center:
Why does PMG send out Recipient address rejected: undeliverable address: Recipient address lookup failed? And why not only Recipient address rejected: User unknown in virtual mailbox table.
Is there only problem because of error message Recipient address lookup failed?
Questions:
1. Is it possible to change the recipient lookup to SQL Backend? Because on default configuration PMG ask via SMTP the internal Mailserver if recipient address is valid.
2. Other question is it possible to filter the double-bounce@mydomain.de message from the tracking center? Maybe hide them in the tracking center any idea how i can do this?
3. How make other the recipient verification? Because on default PMG accept all recipient and delivered it to the relay mail server internal. Is there any optional function?
Regards
Thanks
I use proxmox mail gateway as a relay server. The final mail server is a postfix server. I enabled the verify receivers and set it to Yes (550) on PMG.
I tested with some test e-mail:
550 5.1.1 <unknown@mydomain.de>: Recipient address rejected: undeliverable address: Recipient address lookup failed
Why is there the error message Recipient address lookup failed?
On the final server I enable the VRFY Command. In Tracking Center on PMG I see the email is coming in but I was wondering that I see some email back from my final e-mail server with double-bounce@mydomain.de.
See logfiles:
this is message from final mail server, looks ok I would say:
Code:
Sep 9 22:46:03 pmg postfix/qmgr[21226]: C5C74211DE: from=<double-bounce@mydomain>, size=253, nrcpt=1 (queue active)
Sep 9 22:46:03 pmg postfix/smtp[23406]: C5C74211DE: to=<unknown@mydomain.de>, relay=10.10.10.1[10.10.10.1]:25, delay=0.06, delays=0/0.01/0.05/0, dsn=5.1.1, status=undeliverable (host 10.10.10.1[10.10.10.1] said: 550 5.1.1 <unknown@mydomain.de>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command))
Sep 9 22:46:03 pmg postfix/qmgr[21226]: C5C74211DE: removed
Now here is the log of PMG, PMG show status rejected in tracking center:
Code:
Sep 9 22:46:02 mail postfix/smtpd[23311]: connect from mail-ed1-f51.google.com[209.85.208.51]
Sep 9 22:46:02 mail postfix/smtpd[23311]: Anonymous TLS connection established from mail-ed1-f51.google.com[209.85.208.51]: TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
Sep 9 22:46:06 mail postfix/smtpd[23311]: NOQUEUE: reject: RCPT from mail-ed1-f51.google.com[209.85.208.51]: 550 5.1.1 <unknown@mydomain.de>: Recipient address rejected: undeliverable address: Recipient address lookup failed; from=<myadress@gmail.com> to=<unknown@mydomain.de> proto=ESMTP helo=<mail-ed1-f51.google.com>
Sep 9 22:46:06 mail postfix/smtpd[23311]: disconnect from mail-ed1-f51.google.com[209.85.208.51] ehlo=2 starttls=1 mail=1 rcpt=0/1 data=0/1 quit=1 commands=5/7
Why does PMG send out Recipient address rejected: undeliverable address: Recipient address lookup failed? And why not only Recipient address rejected: User unknown in virtual mailbox table.
Is there only problem because of error message Recipient address lookup failed?
Questions:
1. Is it possible to change the recipient lookup to SQL Backend? Because on default configuration PMG ask via SMTP the internal Mailserver if recipient address is valid.
2. Other question is it possible to filter the double-bounce@mydomain.de message from the tracking center? Maybe hide them in the tracking center any idea how i can do this?
3. How make other the recipient verification? Because on default PMG accept all recipient and delivered it to the relay mail server internal. Is there any optional function?
Regards
Thanks
Last edited: