Is it possible after creating custom routers / transports to validate the local_part of the senders address (in addition to validating the domain as a local_domain) and also checking whether the user authenticated? Thanks
On Mon, Apr 28, 2008 at 05:39:54PM +0100, Adam Di Blasio wrote:> Is it possible after creating custom routers / transports to validate the > local_part of the senders address (in addition to validating the domain as > a local_domain) and also checking whether the user authenticated?You do that in an ACL. The Debian packages have infrastructure for doing so. The ACLs are extensively commented. Please come back with any questions you might have. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 3221 2323190
Thanks for your comment Marc, I managed to implement in ACL in the RCPT definition which ensures the user is either authenticated or from a relay host if both the sender and recipient domains are local domains. Marc Haber wrote:> On Mon, Apr 28, 2008 at 05:39:54PM +0100, Adam Di Blasio wrote: >> Is it possible after creating custom routers / transports to validate the >> local_part of the senders address (in addition to validating the domain >> as a local_domain) and also checking whether the user authenticated? > > You do that in an ACL. The Debian packages have infrastructure for > doing so. The ACLs are extensively commented. > > Please come back with any questions you might have. > > Greetings > Marc >