Advice on how to use mail.local with SQL authentication.
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -2092,6 +2092,11 @@ mailer. Additionally, @samp{fn} flags may be specified to allow | ... | @@ -2092,6 +2092,11 @@ mailer. Additionally, @samp{fn} flags may be specified to allow |
2092 | @command{mail.local} to generate usual @samp{From } envelope | 2092 | @command{mail.local} to generate usual @samp{From } envelope |
2093 | instead of the one supplied by sendmail. | 2093 | instead of the one supplied by sendmail. |
2094 | 2094 | ||
2095 | If you wish to use mail.local with SQL authentication, you may | ||
2096 | wish to remove the @samp{w} flag, since in that case the user is | ||
2097 | not required to have a valid account on the machine that runs | ||
2098 | @command{sendmail}. | ||
2099 | |||
2095 | Here is an example of mailer definition in @file{sendmail.cf} | 2100 | Here is an example of mailer definition in @file{sendmail.cf} |
2096 | 2101 | ||
2097 | @example | 2102 | @example | ... | ... |
-
Please register or sign in to post a comment