mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 02:52:31 -07:00
Improve sample config to be more accurate
This commit is contained in:
@@ -87,16 +87,16 @@
|
|||||||
; If not set, mails are discarded.
|
; If not set, mails are discarded.
|
||||||
|
|
||||||
; GMail
|
; GMail
|
||||||
;remotes = smtp://user:pass@smtp.gmail.com:587
|
;remotes = starttls://user:pass@smtp.gmail.com:587
|
||||||
|
|
||||||
; Mailgun.org
|
; Mailgun.org
|
||||||
;remotes = smtp://user:pass@smtp.mailgun.org:587
|
;remotes = starttls://user:pass@smtp.mailgun.org:587
|
||||||
|
|
||||||
; Mailjet.com
|
; Mailjet.com
|
||||||
;remotes = smtp://user:pass@in-v3.mailjet.com:587
|
;remotes = starttls://user:pass@in-v3.mailjet.com:587
|
||||||
|
|
||||||
; Ignore remote host certificates
|
; 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
|
; Login Authentication method on outgoing SMTP server
|
||||||
;remotes = smtp://user:pass@server:2525?auth=login
|
;remotes = smtp://user:pass@server:2525?auth=login
|
||||||
@@ -104,8 +104,8 @@
|
|||||||
; Sender e-mail address on outgoing SMTP server
|
; Sender e-mail address on outgoing SMTP server
|
||||||
;remotes = smtp://user:pass@server:2525/overridden@email.com?auth=login
|
;remotes = smtp://user:pass@server:2525/overridden@email.com?auth=login
|
||||||
|
|
||||||
; Multiple remotes
|
; Multiple remotes, space delimited
|
||||||
;remotes = smtp://127.0.0.1:1025 smtp://user:pass@smtp.mailgun.org:587
|
;remotes = smtp://127.0.0.1:1025 starttls://user:pass@smtp.mailgun.org:587
|
||||||
|
|
||||||
; Pipe messages to external command
|
; Pipe messages to external command
|
||||||
;command = /usr/local/bin/script
|
;command = /usr/local/bin/script
|
||||||
|
|||||||
Reference in New Issue
Block a user