Sean Hennessey:
[ Charset ISO-8859-1 converted... ]
> I've been poking at this a bit tonight. I am by no means a postfix expert. In
> the hopes that someone can see an obvious configuration issue, I'm going to
> post what I'm seeing:
>
> In my main.cf;
> smtpd_recipient_restrictions = check_recipient_access
> inline:{
> { gmail.com = class-gmail }
> { yahoo.com = class-yahoo }
> } permit_mynetworks permit_sasl_authenticated defer_unauth_destination
>
> restriction_classes = class-gmail, class-yahoo
> class-gmail = check_recipient_access randmap:{filter smtp1:, filter smtp2:}
> class-yahoo = check_recipient_access randmap:{filter smtp1:, filter smtp2:}
Sorry, that should be:
smtpd_restriction_classes
Wietse