Searched refs:max_auth_size (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-command.h12 uoff_t max_auth_size; member in struct:smtp_command_limits
32 if (new_limits->max_auth_size > 0)
33 limits->max_auth_size = new_limits->max_auth_size;
H A Dtest-smtp-command-parser.c203 .limits = { .max_auth_size = 84 },
272 .limits = { .max_auth_size = 83 },
H A Dsmtp-command-parser.c85 if (parser->limits.max_auth_size == 0) {
86 parser->limits.max_auth_size =
169 parser->limits.max_auth_size :

Completed in 9 milliseconds