Authsenders: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with " authsenders Authenticated sender. For each sender included in authsenders: sender:relay:port|user|password qmail-remote will try SMTP Authentication of type CRAM-MD5, LOGIN, or PLAIN with the provided user name user and password password (the authentication information) and eventually relay the mail through relay on port port. The use of relay and port follows the same rules as for smtproutes Note: In case sender is empty, qmail-remote will try to deliver each...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
authsenders
authsenders
  Authenticated sender. For each sender included in authsenders: sender:relay:port|user|password qmail-remote will try SMTP Authentication of type CRAM-MD5, LOGIN, or PLAIN
Authenticated sender. For each sender included in authsenders: sender:relay:port|user|password qmail-remote will try SMTP Authentication of type CRAM-MD5, LOGIN, or PLAIN with the provided user name user and password password (the authentication information) and eventually relay the mail through relay on port port.  The use of relay and port follows the same rules as for smtproutes Note: In case sender is empty, qmail-remote will try to deliver each outgoing mail SMTP authenticated. If the authentication information is missing, the mail is delivered none-authenticated.  authsenders can be constructed as follows:
  with the provided user name user and password password (the authentication information) and eventually relay the mail through relay on port port.  The use of relay and port
  follows the same rules as for smtproutes Note: In case sender is empty, qmail-remote will try to deliver each outgoing mail SMTP authenticated. If the authentication infor‐
  mation is missing, the mail is delivered none-authenticated.  authsenders can be constructed as follows:


              @example.com|generic|passwd
  @example.com|generic|passwd
              .subdomain.example.com|other|otherpw
  .subdomain.example.com|other|otherpw
              mail@example.com|test|testpass
  mail@example.com|test|testpass
              info@example.com:smtp.example.com:26|other|otherpw
  info@example.com:smtp.example.com:26|other|otherpw
              :mailrelay.example.com:587|e=mc2|testpass
  :mailrelay.example.com:587|e=mc2|testpass

Latest revision as of 08:16, 30 April 2026

authsenders

Authenticated sender. For each sender included in authsenders: sender:relay:port|user|password qmail-remote will try SMTP Authentication of type CRAM-MD5, LOGIN, or PLAIN with the provided user name user and password password (the authentication information) and eventually relay the mail through relay on port port.  The use of relay and port follows the same rules as for smtproutes Note: In case sender is empty, qmail-remote will try to deliver each outgoing mail SMTP authenticated. If the authentication information is missing, the mail is delivered none-authenticated.  authsenders can be constructed as follows:
  @example.com|generic|passwd
  .subdomain.example.com|other|otherpw
  mail@example.com|test|testpass
  info@example.com:smtp.example.com:26|other|otherpw
  :mailrelay.example.com:587|e=mc2|testpass