Hi,
When we use the final action 'Block' in the rules, the following happens:
Aug 27 08:27:43 VCS00080 postfix/lmtp[54042]: DF93FE1159: to=<j.branderhorst@vpo.nl>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.7, delays=0.21/0/0.04/4.4, dsn=2.7.0, status=sent (250 2.7.0 BLOCKED (E12E55D64CD5B2A6FD))
As a result of this 250 return code, the sending SMTP server never will know that it is blocked.
Use case 1: I want to use LDAP to do a check if an email address exists. If not -> block it (I don't want to send an NDR of course zo Notifiy Sender is not an option).
Use case 2: I want to notify senders of e-mails containing spam that their e-mail is blocked due to spam content.
Is it possible to change this default behaviour? I want the Block Action here to return an 550 error, and possible with the correct reason why it was blocked.
Thanks in advance,
Jacco
When we use the final action 'Block' in the rules, the following happens:
Aug 27 08:27:43 VCS00080 postfix/lmtp[54042]: DF93FE1159: to=<j.branderhorst@vpo.nl>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.7, delays=0.21/0/0.04/4.4, dsn=2.7.0, status=sent (250 2.7.0 BLOCKED (E12E55D64CD5B2A6FD))
As a result of this 250 return code, the sending SMTP server never will know that it is blocked.
Use case 1: I want to use LDAP to do a check if an email address exists. If not -> block it (I don't want to send an NDR of course zo Notifiy Sender is not an option).
Use case 2: I want to notify senders of e-mails containing spam that their e-mail is blocked due to spam content.
Is it possible to change this default behaviour? I want the Block Action here to return an 550 error, and possible with the correct reason why it was blocked.
Thanks in advance,
Jacco