Hi, I need to protect a specific local address by defining a very low message_size_limit applicable only to this particular address. What I did is set up a second smtpd daemon listening on a weird address on localhost, with a message_size_limit set to whatever I want it.
The problem I am having is that I can not seem to route the message to this secondary smtpd instance. I can not use transport_maps because it is consulted by the transport daemon, and I can not assign a second transport daemon to talk to the second smtpd instance. Is there a way to do this at all? Thanks Peter