masqmail
diff INSTALL @ 192:89f951be358f
REMOVED POP3 SUPPORT
masqmail will not include a POP3 client anymore from 0.3.0 on
maybe the POP3 code will be reworked into a standalone program
some day
if you rely on the POP3 client, use fetchmail or something similar
instead
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 14:24:40 +0200 |
parents | b6fc62ea6058 |
children | 346955794084 |
line diff
1.1 --- a/INSTALL Thu Jul 15 11:48:33 2010 +0200 1.2 +++ b/INSTALL Thu Jul 15 14:24:40 2010 +0200 1.3 @@ -78,9 +78,6 @@ 1.4 installed, this will be linked, otherwise it will be statically linked 1.5 using the sources included in the package. 1.6 1.7 ---enable-pop3 1.8 -enables POP3 support (disabled by default) 1.9 - 1.10 --disable-resolver 1.11 disables resolver support. Without the resolver functions, masqmail 1.12 uses only gethostbyname() to resolve DNS names, and you cannot send 1.13 @@ -96,9 +93,9 @@ 1.14 1.15 --with-libcryto 1.16 instead of using the md5 and hmac functions within the package, link 1.17 -dynamically with libcrypto. This applies only if you have POP3 or SMTP 1.18 -AUTH enabled. Only makes sense if your resources are limited and you 1.19 -have libcrypto installed. Untested. 1.20 +dynamically with libcrypto. This applies only if you have SMTP AUTH 1.21 +enabled. Only makes sense if your resources are limited and you have 1.22 +libcrypto installed. Untested. 1.23 1.24 --with-glib-static 1.25 links with glib statically. This makes the binary larger by around 30K 1.26 @@ -131,7 +128,6 @@ 1.27 drwxr-xr-x 5 mail trusted 4096 May 10 12:34 /var/spool/masqmail 1.28 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/input 1.29 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/lock 1.30 - drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/popuidl 1.31 1.32 Important are the set-user-id bit for /usr/local/sbin/masqmail and 1.33 the permissions of all files.