Zitat von "Laz C. Peterson" <laz(a)paravis.net>et>:
Well, after some beating my head into the wall (that
usually works),
I’ve decided to just set up Ciphermail as a separate server again
and set submission and smtps to proxy into Ciphermail’s smtp. A
little hairy, but it works.
The internal domain aliases was really making things difficult.
You could use -o receive_override_options=no_address_mappings in
master.cf for the input smtpd. This will defer address rewriting until
the reinject smtpd stage which of course should NOT use
no_address_mappings.
Regards
Andreas