Hi Darrell,
> Here is the diffs, old on left, new on right:
> < #disable_plaintext_auth = yes
Should be:
disable_plaintext_auth = no
> < #log_timestamp = "%b %d %H:%M:%S "
Should be:
log_timestamp = "%b %d %H:%M:%S "
> < #login_max_processes_count = 128
That's commented out in mine as well. But setting it to something reasonable
like 12 is fine.
> < #mail_location =
> > mail_location = mbox:~/mail/:INBOX=mbox
Yeah, should be:
mail_location = mbox:~/mail/:INBOX=mbox
> < #pop3_uidl_format = %08Xu%08Xv
> > pop3_uidl_format = %08Xu%08Xv
Should be:
pop3_uidl_format = %08Xu%08Xv
> > auth_cache_size = 1024
> > auth_cache_ttl = 3600
Should be:
auth_cache_size = 1024
auth_cache_ttl = 3600
> < #args = dovecot
> > args = session=yes cache_key=%u%s dovecot
Careful, there are a couple of "args" entries. The one above is in the "auth
default {" section of dovecot.conf.
And mine reads this:
args = session=yes cache_key=%u%s dovecot
> Anything to be concerned about? Log format going to whack some Webalizer
> or other logs?
Yeah, the loggin format is what will cause the most grief. The statistics and
other tools that read the dovecot entries from the logs (dfix for example)
otherwise may have problems. Or not. Depends on which regular expressions they
use.
--
With best regards,
Michael Stauber