Displaying 1 result from an estimated 1 matches for "use_authenticate".
2006 Apr 28
1
imaptest, with options!
...dont think I broke it..
Place into dovecot-source root as usual and compile with:
gcc imaptest.c -o imaptest -Wall -W -I. -Isrc/lib -DHAVE_CONFIG_H
src/lib/liblib.a
As per Timo's instructions.
# imaptest -h imaptest [USER at IP:PORTNO] [pass=PASSWORD] [mbox=MBOX]
[clients=CC] [msgs=NMSG] [use_authenticate] [PORTNO]
USER = template for username. "u%04d" will generate
users "u0001" to "u0100"
MBOX = path to mbox from which we read mails to append.
CC = number of concurrent clients. [20]
NMSG = target number of messages in INBOX. [100]
If use_authenticate is given AUTHEN...