Authsenders: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 2: Line 2:
  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:
  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
  @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

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