forked from drew/smtprelay
Improve remotes documentation in config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user