Mercurial > masqmail
comparison INSTALL @ 194:346955794084
specified group by name; added path to --with-glib-static
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 23:44:48 +0200 |
parents | 89f951be358f |
children | 5beb5d6d9623 |
comparison
equal
deleted
inserted
replaced
193:bd9704417d49 | 194:346955794084 |
---|---|
16 | 16 |
17 shows that the user `mail' and the group `trusted' exist, it's | 17 shows that the user `mail' and the group `trusted' exist, it's |
18 probably best to use these. If they don't exist, create them: | 18 probably best to use these. If they don't exist, create them: |
19 | 19 |
20 groupadd -g 42 trusted | 20 groupadd -g 42 trusted |
21 useradd -u 23 -g 42 -d / -s /bin/sh -c "Mail Transfer Agent" mail | 21 useradd -u 23 -g trusted -d /nonexistent -s /bin/false -c "masqmail MTA" mail |
22 | 22 |
23 If you use other names than `mail' and `trusted' use the options | 23 If you use other names than `mail' and `trusted' use the options |
24 described below for configure. The 23 and 42 are just a suggestion, | 24 described below for configure. The 23 and 42 are just a suggestion, |
25 you can use any (not yet used) number you like, but preferably one | 25 you can use any (not yet used) number you like, but preferably one |
26 lower than 100. It does not have to be the same for the user `mail' | 26 lower than 100. It does not have to be the same for the user `mail' |
95 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 |
96 dynamically with libcrypto. This applies only if you have SMTP AUTH | 96 dynamically with libcrypto. This applies only if you have SMTP AUTH |
97 enabled. Only makes sense if your resources are limited and you have | 97 enabled. Only makes sense if your resources are limited and you have |
98 libcrypto installed. Untested. | 98 libcrypto installed. Untested. |
99 | 99 |
100 --with-glib-static | 100 --with-glib-static=PATH |
101 links with glib statically. This makes the binary larger by around 30K | 101 links with glib statically. This makes the binary larger but if |
102 (i386 architecture), but if masqmail is the only binary using glib, | 102 masqmail is the only binary using glib, you save some space in total, |
103 you save some space in total, because you do not need the shared glib | 103 because you do not need the shared glib library installed. |
104 library installed. | |
105 | 104 |
106 | 105 |
107 --disable-debug | 106 --disable-debug |
108 disables debugging; setting it on the command line or in the | 107 disables debugging; setting it on the command line or in the |
109 configuration has no effect. Strongly discouraged, since you miss | 108 configuration has no effect. Strongly discouraged, since you miss |