sendmail/features/authinfo: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
more information |
m link update |
||
| Line 7: | Line 7: | ||
hash /etc/mail/authinfo | hash /etc/mail/authinfo | ||
...where [[ | ...where [[sendmail/files/authinfo|/etc/mail/authinfo]] contains the user map to be used. | ||
==Links== | ==Links== | ||
* [http://www.sendmail.com/sm/open_source/docs/m4/smtp_auth.html SMTP authentication] | * [http://www.sendmail.com/sm/open_source/docs/m4/smtp_auth.html SMTP authentication] | ||
* [http://www.sendmail.com/sm/open_source/docs/m4/features.html#authinfo very brief feature definition] | * [http://www.sendmail.com/sm/open_source/docs/m4/features.html#authinfo very brief feature definition] | ||
Revision as of 21:43, 26 February 2014
<hide> page type::subpage </hide>
About
The authinfo feature allows external clients to relay mail via sendmail's SMTP by authenticating in various ways by providing a separate user map.
By default, the authinfo database specification is:
hash /etc/mail/authinfo
...where /etc/mail/authinfo contains the user map to be used.
