Mercurial > noffle
comparison noffle.conf.example @ 500:614a3177b15c noffle tip
Add mail-from option.
Some modern mail systems will try and ensure the sender email is a legitimate
address. Which will fail if there isn't such an address.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 14 Aug 2013 12:04:39 +0100 |
parents | b0ee77fa24d4 |
children |
comparison
equal
deleted
inserted
replaced
499:1c4d3397e99f | 500:614a3177b15c |
---|---|
17 # server bins | 17 # server bins |
18 # | 18 # |
19 # Only get binaries groups from server 'bins' | 19 # Only get binaries groups from server 'bins' |
20 # getgroups *.binaries.* | 20 # getgroups *.binaries.* |
21 | 21 |
22 # Mail address for failed postings | 22 # Email notifications of failed postings to this address. |
23 | 23 # Leave blank to have address extracted from the posted article. |
24 #mail-to root | 24 #mail-to root |
25 | 25 |
26 # From address for emailed notifications of failed postings. | |
27 #mail-from news@example.com | |
26 | 28 |
27 # Never get more than <max-fetch> articles. Discard oldest, if there are more | 29 # Never get more than <max-fetch> articles. Discard oldest, if there are more |
28 | 30 |
29 max-fetch 300 | 31 max-fetch 300 |
30 | 32 |