Difference between revisions of "sendmail/features/authinfo"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "{{subpage}} ==About== The '''authinfo''' feature allows external users to relay mail via sendmail's SMTP by authenticating in various ways. ==Links== * [http://www.sendmai...")
 
(more information)
Line 1: Line 1:
 
{{subpage}}
 
{{subpage}}
 
==About==
 
==About==
The '''authinfo''' feature allows external users to relay mail via sendmail's [[SMTP]] by authenticating in various ways.
+
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 [[../../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]

Revision as of 21:38, 26 February 2014


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.

Links