Mercurial > masqmail
annotate acconfig.h @ 189:dc89737b27aa
removed the pop-before-smtp (smtp-after-pop) function
this kind of authentication is superseded by SMTP AUTH today
removing it is a step towards removing the POP stuff completely
If you still rely on pop-before-smtp, stay with 0.2.x
or run an arbitrary pop client before
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 10:33:53 +0200 |
parents | 5b621742b2e7 |
children | 89f951be358f |
rev | line source |
---|---|
0 | 1 #undef DEF_MAIL_GROUP |
2 #undef DEF_MAIL_USER | |
3 | |
4 /* Define if you want to use lockfile library. */ | |
5 #undef USE_LIBLOCKFILE | |
6 | |
7 #undef ENABLE_DEBUG | |
8 | |
9 #undef ENABLE_RESOLVER | |
10 | |
11 #undef ENABLE_SMTP_SERVER | |
12 | |
13 #undef ENABLE_POP3 | |
14 | |
15 #undef ENABLE_AUTH | |
16 | |
17 #undef ENABLE_MAILDIR | |
18 | |
19 #undef USE_LIB_CRYPTO | |
20 | |
21 #undef ENABLE_IDENT | |
22 | |
23 #undef CONF_DIR | |
24 | |
25 #undef DATA_DIR | |
26 | |
27 #undef SBINDIR |