Thanks Jeroen,

I checked the documentation and I think smtpd_sender_login_maps might do the trick.

Does anyone know if a many-to-many (M-to-M) mapping is allowed in these maps? That is, the following example is valid (a hash file)?

   ma...@example.com      user1
   ma...@example.com      user2
   ma...@example.com      user3
   ma...@example.com      user1
   ma...@example.com      user2
   ma...@example.com      user1
   ma...@example.com      user3

If a M-to-M relationship is allowed, what is the correct table format (if the above is not correct)?

Thanks very much,
Nick


On 8/2/2011 1:15 πμ, Jeroen Geilman wrote:

You can restrict the sender addresses an SASL authenticated user can use with smtpd_sender_login_maps; these senders can then be combined with specific recipients in a restriction class.


Reply via email to