diff options
Diffstat (limited to 'scripts/auto')
| -rw-r--r-- | scripts/auto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/auto b/scripts/auto index 21a0b64a9..28436d183 100644 --- a/scripts/auto +++ b/scripts/auto @@ -16,7 +16,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# To use, set the following in your main.cf file: +"""Automatically send a message to a mailing list. +""" + +# To use with Postfix, set the following in your main.cf file: # # recipient_delimiter = + # luser_relay = mm+$user@yourdomain.com |
