diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2020-07-01 16:16:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2020-07-01 16:19:16 +0200 |
commit | d5fc1faf927a5ff91f3416eb97014c0eadb14742 (patch) | |
tree | 2cb34082a4df13685c2ee0f46e1360cfdf4a8e88 /HOWTO | |
parent | 19388fa2e3e6b02e7d7fd5c0b5dc9ee0cd9ef100 (diff) | |
download | pygn-d5fc1faf927a5ff91f3416eb97014c0eadb14742.tar.gz |
Sync with 0.10.1 release on PyPI0.10.1
Port to Python 3.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO | 33 |
1 files changed, 0 insertions, 33 deletions
@@ -1,33 +0,0 @@ -MUST BE FINISHED! - - -It is a (very) small HOWTO to make pyg working properly. - -pygm2n: - -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 -server. Read local.test on localhost (or nntphost), you will see -message. |