Daniel L. Miller:
> On 1/10/2013 3:57 AM, Wietse Venema wrote:
> > Daniel L. Miller:
> >> check_recipient_access = hash:/etc/postfix/maps/mailing_lists
> >> reject_unverified_recipient,
> > That works.
> >
> >> check_sender_access cdb:/etc/postfix/maps/mailing-list-targets,
> >> reject_unverified_recipient
> > You changed more than hash->cdb.
> >
> Did you see something in my posted configuration?
The first fragment was what you proposed, and that would work.
The second fragment was your posted configuration.
Putting then side-by-side:
1A check_recipient_access = hash:/etc/postfix/maps/mailing_lists
2A check_sender_access cdb:/etc/postfix/maps/mailing-list-targets,
1B reject_unverified_recipient
2B reject_unverified_recipient
Obviously, the difference is with the first lines.
The first one has a mistake (the "=" does not belong there).
But the second does not do what the first one tried to achieve.
Wietse