Hello.
With Exim, in the alias file, I could do this:
to force 550 (or other) errors.
With OpenSMTPD, in the "virtuals" table, the same syntax results in a
...and not a 550. So the sender will keep retrying the 424. The man page teases that what I am trying to do might be possible but is unclear (at least to me!). Nothing I've tried seems to work.
Is there a syntax that works for this? Or is it not possible?
Thanks.
With Exim, in the alias file, I could do this:
foo@bar.com: 550 "Unknown User"
to force 550 (or other) errors.
With OpenSMTPD, in the "virtuals" table, the same syntax results in a
424 4.2.4 Mailing list expansion problem: <foo@bar.com>
...and not a 550. So the sender will keep retrying the 424. The man page teases that what I am trying to do might be possible but is unclear (at least to me!). Nothing I've tried seems to work.
Is there a syntax that works for this? Or is it not possible?
Thanks.