diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-31 15:17:03 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-31 15:17:03 +0100 |
commit | 1b631e96bd885ad0e4e2b71de8eca3b96b073d02 (patch) | |
tree | 544b4cf0164717f23d1e9cf413e2a8fcb815e2fd /data | |
parent | 3b4a4da52d0253da10394aaea17d18fab116114e (diff) |
Add a default value for sendmailpath.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index acabf8c14..dfa144b04 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -950,7 +950,7 @@ mail * If you are running on Windows you should use a Windows sendmail port * like https://www.glob.com.au/sendmail/ for sending emails. */ - sendmailpath = "/usr/sbin/sendmail -it" + #sendmailpath = "/usr/sbin/sendmail -it" /* * This is the email address from which all the emails are to be sent from. |