Tony Harris writes: > AUTHENTICATION_MODULES="authcustom authuserdb authpam authshadow" > SASL_AUTHENTICATION_MODULES="PLAIN LOGIN" > > If anyone could help, I'd be most appreciative!! The presence of the authpam module indicates that your system uses PAM for authentication, so you should not use authshadow directly. Get rid of authshadow, and then follow the instructions in INSTALL for configuring PAM authentication. You will have to install a PAM configuration file for the "webmail" service. -- Sam
