18 May
2016
18 May
'16
7:04 p.m.
Problem worked-around.. After working on this for a couple of days, I finally found this post;
http://askubuntu.com/questions/760026/problem-with-pam-authorization-in-dove...
in /etc/dovecot/conf.d/10-master.conf uncomment this line;
#default_vsz_limit = 256M
and increase the vsz_limit. e.g.
default_vsz_limit = 512M
Seems like a bug/change in the recent build of PAM. Hopefully this helps someone else doing a bunch of fruitless seaching / debugging :)