2
0
forked from drew/smtprelay

Improve remotes documentation in config

This commit is contained in:
Bernhard Froehlich
2022-04-25 14:19:31 +00:00
parent b134e426d7
commit 5e78bbe643

View File

@@ -83,8 +83,19 @@
; E.g. "app@example.com,@appsrv.example.com" ; E.g. "app@example.com,@appsrv.example.com"
;allowed_users = ;allowed_users =
; Relay all mails to this SMTP server. ; Relay all mails to this SMTP servers.
; If not set, mails are discarded. ; If not set, mails are discarded.
;
; Format:
; protocol://[user[:password]@][netloc][:port][/remote_sender][?param1=value1&...]
;
; protocol: smtp (unencrypted), smtps (TLS), starttls (STARTTLS)
; user: Username for authentication
; password: Password for authentication
; remote_sender: Email address to use as FROM
; params:
; skipVerify: "true" or empty to prevent ssl verification of remote server's certificate
; auth: "login" to use LOGIN authentication
; GMail ; GMail
;remotes = starttls://user:pass@smtp.gmail.com:587 ;remotes = starttls://user:pass@smtp.gmail.com:587