Hi,
so I want to run smtpd(8) as a backup MX and configure the list of
valid email addresses so that the backup MX rejects invalid
email addresses on accepting the message and not bounce
the mail alter on when it tries to deliver to the primary
mail server.
Currently I have this:
accept from any for domain <domains> recipient <recipients> \
relay backup hostname "primary.mx.example.com"
Assuming I have example.com in the domains table and
[email protected] in the recipient table smptd rejects
rcpt to: <[email protected]>
with
550 Invalid recipient
rcpt to: <[email protected]>
works just fine.
This is on -current.
How can I get +TAG to work on the backup MX?
Thanks,
Florian
--
I'm not entirely sure you are real.