Thanks,
no actually I mean activating "reject_unverified_recipient" in postfix so that the destination is first checked during smtp transaction.
I enabled it and I see postfix is trying to check it:
Nov 17 14:47:33 www postfix/pipe[3542]: [ID 197553 mail.info] 46124915450: to=<ulfon@xxxxxxxxxxx>, relay=cyrus, delay=0.02, delays=0.01/0.01/0/0, dsn=2.0.0, status=deliverable (delivers to command: /sonicle/bin/deliver)
I enabled it and I see postfix is trying to check it:
Nov 17 14:47:33 www postfix/pipe[3542]: [ID 197553 mail.info] 46124915450: to=<ulfon@xxxxxxxxxxx>, relay=cyrus, delay=0.02, delays=0.01/0.01/0/0, dsn=2.0.0, status=deliverable (delivers to command: /sonicle/bin/deliver)
But if I run "/sonicle/bin/deliver ulfon@xxxxxxxxxxx" I receive "unknown recipient" and returns error code 65.
Why postfix is saying "deliverable"?
I want block backscatter.
Thanks
Gabriele
Sonicle S.r.l. : http://www.sonicle.com
eXoplanets : https://gabrielebulfon.bandcamp.com/album/exoplanets
Da: cyrus@xxxxxxxxxxxxx
A: Info <info@xxxxxxxxxxxxxxxxxx>
Data: 17 novembre 2022 14.43.28 CET
Oggetto: Re: Postfix Address Verification
Hi,i use my-tables in postfix:virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_mailbox_domains.cf
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cfif you want cyrus to be in control then autocreate probably needs to be off.this?Ciao,MartinGabriele Bulfon via Info <info@xxxxxxxxxxxxxxxxxx> hat am 17.11.2022 14:32 CET geschrieben:Hi, how can I enable postfix "reject_unverified_recipient" and let it handle the verification to cyrus other than its virtual table?Gabriele