Displaying 1 result from an estimated 1 matches for "usercheck".
2010 Oct 13
3
Why deliver+usercheck? deliver+MTA?
...st, the mail is
bounced because the mail was already accepted by the MTA. Nowadays this
is an unacceptable configuration!
Is there a special reason why there is no discussion about this?
However, as postfix seems to be really too unflexible I have set up exim
to handle incoming mail and do the usercheck in the router (with an LDAP
query). But now the user is doubled-checked: Once when receiving with
exim and a second time in deliver. This is not necessary, so I guess I
can disable the LDAP query for deliver and set up a static userdb.
Why does the Wiki recommened to verfify with deliver when t...