From 85d5d780454841196db42c51608403ec7db4d02c Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 11 Dec 2016 12:10:01 +0100 Subject: [PATCH] Improved comments in sync.conf example file --- sync.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync.conf.example b/sync.conf.example index c0d0987..8ed275c 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -159,9 +159,9 @@ DELTA_COPIES=yes ## on pfSense platform, smtp support needs to be configured in System > Advanced > Notifications DESTINATION_MAILS="your@alert.tld" -## Busybox / msys / cygwin environment only mail options -## Busybox relies on sendmail -## MSYS / Cygwin Windows mail support relies on mailsend.exe from muquit, http://github.com/muquit/mailsend which needs to be in %PATH% environment variable +## Additional mail parameters needed for Android / Busybox / Cygwin / MSYS +## Android & Busybox use sendmail (and openssl if encryption is needed) +## MSYS & Cygwin Windows mail support relies on mailsend.exe from muquit, http://github.com/muquit/mailsend which needs to be in %PATH% environment variable SENDER_MAIL="alert@your.system.tld" SMTP_SERVER=smtp.your.isp.tld