1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
./configure --enable-allowroot
options: AllowRootLogin
./configure --enable-userconfig (enabled by default)
options: UserOverride
./configure --enable-apop
options: AllowAPOP, APOPServerName
./configure --enable-bulletins
options: UserBullFile, BulletinDirectory, AddBulletins
./configure --enable-expire (enabled by default)
options: ReadExpire, UnreadExpire
./configure --enable-mapping
options: UserMapFile, DoMapping, RequiredMapping
./configure --enable-nonip
options: AllowNonIP
./configure --enable-createmail
options: CreateMailDrop
./configure --enable-statistics
options: LogStatistics
Left options (always available):
MailDropName, MailDropType, AutoLogoutTime, ChangeGID, WrongCommandsLimit,
LogPriority
|