From cf927508dd514474cd558927583620500fe20cfd Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Thu, 21 Apr 2022 11:28:16 -0500 Subject: [PATCH] Improve sample config to be more accurate --- smtprelay.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/smtprelay.ini b/smtprelay.ini index 0e55fd1..8546560 100644 --- a/smtprelay.ini +++ b/smtprelay.ini @@ -87,16 +87,16 @@ ; If not set, mails are discarded. ; GMail -;remotes = smtp://user:pass@smtp.gmail.com:587 +;remotes = starttls://user:pass@smtp.gmail.com:587 ; Mailgun.org -;remotes = smtp://user:pass@smtp.mailgun.org:587 +;remotes = starttls://user:pass@smtp.mailgun.org:587 ; Mailjet.com -;remotes = smtp://user:pass@in-v3.mailjet.com:587 +;remotes = starttls://user:pass@in-v3.mailjet.com: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/overridden@email.com?auth=login -; Multiple remotes -;remotes = smtp://127.0.0.1:1025 smtp://user:pass@smtp.mailgun.org:587 +; Multiple remotes, space delimited +;remotes = smtp://127.0.0.1:1025 starttls://user:pass@smtp.mailgun.org:587 ; Pipe messages to external command ;command = /usr/local/bin/script