comparison 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
comparison
equal deleted inserted replaced
191:f186650135c3 192:89f951be358f
75 75
76 --enable-ident 76 --enable-ident
77 enables RFC 1413 support. If you have the libident dynamic library 77 enables RFC 1413 support. If you have the libident dynamic library
78 installed, this will be linked, otherwise it will be statically linked 78 installed, this will be linked, otherwise it will be statically linked
79 using the sources included in the package. 79 using the sources included in the package.
80
81 --enable-pop3
82 enables POP3 support (disabled by default)
83 80
84 --disable-resolver 81 --disable-resolver
85 disables resolver support. Without the resolver functions, masqmail 82 disables resolver support. Without the resolver functions, masqmail
86 uses only gethostbyname() to resolve DNS names, and you cannot send 83 uses only gethostbyname() to resolve DNS names, and you cannot send
87 mail without a smart host. Not recommended. 84 mail without a smart host. Not recommended.
94 discouraged unless your resources are extremely limited. 91 discouraged unless your resources are extremely limited.
95 92
96 93
97 --with-libcryto 94 --with-libcryto
98 instead of using the md5 and hmac functions within the package, link 95 instead of using the md5 and hmac functions within the package, link
99 dynamically with libcrypto. This applies only if you have POP3 or SMTP 96 dynamically with libcrypto. This applies only if you have SMTP AUTH
100 AUTH enabled. Only makes sense if your resources are limited and you 97 enabled. Only makes sense if your resources are limited and you have
101 have libcrypto installed. Untested. 98 libcrypto installed. Untested.
102 99
103 --with-glib-static 100 --with-glib-static
104 links with glib statically. This makes the binary larger by around 30K 101 links with glib statically. This makes the binary larger by around 30K
105 (i386 architecture), but if masqmail is the only binary using glib, 102 (i386 architecture), but if masqmail is the only binary using glib,
106 you save some space in total, because you do not need the shared glib 103 you save some space in total, because you do not need the shared glib
129 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/log/masqmail 126 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/log/masqmail
130 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/run/masqmail 127 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/run/masqmail
131 drwxr-xr-x 5 mail trusted 4096 May 10 12:34 /var/spool/masqmail 128 drwxr-xr-x 5 mail trusted 4096 May 10 12:34 /var/spool/masqmail
132 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/input 129 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/input
133 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/lock 130 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/lock
134 drwxr-xr-x 2 mail trusted 4096 May 10 12:34 /var/spool/masqmail/popuidl
135 131
136 Important are the set-user-id bit for /usr/local/sbin/masqmail and 132 Important are the set-user-id bit for /usr/local/sbin/masqmail and
137 the permissions of all files. 133 the permissions of all files.
138 134
139 135