diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-09-08 22:29:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-09-08 22:29:44 +0200 |
commit | aa233606dc5358292f26808439bd60836a9b5dfe (patch) | |
tree | 097a6fa9a952a8d77161f219c5c8b38da086099e /HOWTO | |
parent | c50ce75f2e06b6b8abe49e34775d343b74f7e8cd (diff) | |
download | pyg-aa233606dc5358292f26808439bd60836a9b5dfe.tar.gz |
New version from Debian0.9.8
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -5,17 +5,27 @@ It is a (very) small HOWTO to make pyg working properly. pygm2n: -Pre: a fully working MTA (ie postfix) where you can run procmail. A -new server (local or remote) where you can create groups. +Pre: a fully working MTA (ie postfix) where you can run procmail or any other MDA. +A news server (local or remote) where you can create groups (admin +privileges). Create a user, ie mailgate, set its procmail as: :0 bhc: | pygm2n -n local.test +or its maildrop (thanks to Joy): + +dotlock pygm2n.`echo $$`.lock { + `pygm2n -n local.test` +} + you can use -a your@address and -s nntphost if local.test is moderated, or nntphost isn't localhost +[NOTE: if you've configuration for any other MDA, please file a wishlist +bug against pyg] + Create local.test (if it doen't exist). Now any mail you will write to mailgate user, will be sent to the |