diff --git a/smtprelay.ini b/smtprelay.ini index 8546560..384a938 100644 --- a/smtprelay.ini +++ b/smtprelay.ini @@ -83,8 +83,19 @@ ; E.g. "app@example.com,@appsrv.example.com" ;allowed_users = -; Relay all mails to this SMTP server. +; Relay all mails to this SMTP servers. ; 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 ;remotes = starttls://user:pass@smtp.gmail.com:587