Browse Source

Improve sample config to be more accurate

Mark Gardner 3 years ago
parent
commit
cf927508dd
1 changed files with 6 additions and 6 deletions
  1. 6 6
      smtprelay.ini

+ 6 - 6
smtprelay.ini

@@ -87,16 +87,16 @@
 ; If not set, mails are discarded.
 
 ; GMail
-;remotes = smtp://user:[email protected]:587
+;remotes = starttls://user:[email protected]:587
 
 ; Mailgun.org
-;remotes = smtp://user:[email protected]:587
+;remotes = starttls://user:[email protected]:587
 
 ; Mailjet.com
-;remotes = smtp://user:[email protected]:587
+;remotes = starttls://user:[email protected]:587
 
 ; Ignore remote host certificates
-;remotes = smtp://user:pass@server:2525?skipVerify
+;remotes = starttls://user:pass@server:587?skipVerify
 
 ; Login Authentication method on outgoing SMTP server
 ;remotes = smtp://user:pass@server:2525?auth=login
@@ -104,8 +104,8 @@
 ; Sender e-mail address on outgoing SMTP server
 ;remotes = smtp://user:pass@server:2525/[email protected]?auth=login
 
-; Multiple remotes
-;remotes = smtp://127.0.0.1:1025 smtp://user:[email protected]:587
+; Multiple remotes, space delimited
+;remotes = smtp://127.0.0.1:1025 starttls://user:[email protected]:587
 
 ; Pipe messages to external command
 ;command = /usr/local/bin/script