diff options
| author | manuel <manuel@mausz.at> | 2013-02-06 01:08:48 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-06 01:08:48 +0100 |
| commit | 5d62ef412db1873e0e9f5521c78255c0f52be3de (patch) | |
| tree | 7d52a6ef2dd06f24bba756001921758c4136da8a /qmail-smtpd.c | |
| parent | 5ef4e933302b0b325185013d351ffa78402d3c5c (diff) | |
| download | qmail-5d62ef412db1873e0e9f5521c78255c0f52be3de.tar.gz qmail-5d62ef412db1873e0e9f5521c78255c0f52be3de.tar.bz2 qmail-5d62ef412db1873e0e9f5521c78255c0f52be3de.zip | |
disable CRAM_MD5 support
Diffstat (limited to 'qmail-smtpd.c')
| -rw-r--r-- | qmail-smtpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-smtpd.c b/qmail-smtpd.c index b4c4ce2..259ae7c 100644 --- a/qmail-smtpd.c +++ b/qmail-smtpd.c | |||
| @@ -38,7 +38,7 @@ int spp_val; | |||
| 38 | #define BMCHECK_BMTNR 3 | 38 | #define BMCHECK_BMTNR 3 |
| 39 | #define BMCHECK_BHELO 4 | 39 | #define BMCHECK_BHELO 4 |
| 40 | 40 | ||
| 41 | #define CRAM_MD5 | 41 | //#define CRAM_MD5 |
| 42 | #define AUTHSLEEP 5 | 42 | #define AUTHSLEEP 5 |
| 43 | 43 | ||
| 44 | #define MAXHOPS 100 | 44 | #define MAXHOPS 100 |
