- s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAM
Noticed by: Jan-Erik Moon <jan@1kdigital.com>
This commit is contained in:
parent
f31cb16e15
commit
1c36a87df5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153652
@ -439,9 +439,9 @@ SELECTED_OPTIONS+= localmfreqauth=no
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AUTHCRAM)
|
||||
SELECTED_OPTIONS+= cram-md5=yes
|
||||
SELECTED_OPTIONS+= cram_md5=yes
|
||||
.else
|
||||
SELECTED_OPTIONS+= cram-md5=no
|
||||
SELECTED_OPTIONS+= cram_md5=no
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MOREIPME)
|
||||
|
Loading…
Reference in New Issue
Block a user