On Fri, 2010-07-09 at 12:20:12 +0200, David Jacobson wrote: > I appreciate your response, however if you read my original message > you will notice that we have had a look at all support > smtp_sasl_password_maps options and it only allows for the following > scenario according to the docs: > > 1) use SMTP auth for _destination_ mail server > 2) use SMTP auth PER _email address_ to destination mail server > > It does not allow for SMTP auth per _sending domain_ > > Option 2 will give desired results but is a nightmare to manage > individual email addresses in the file, we just want to say > *...@sendingdomain.com uses auth.
Have you explored PCRE to match *...@example.org on the LHS of smtp_sasl_password_maps? -- Sahil Tandon <sa...@freebsd.org>