Maciej Drobniuch wrote:
Hi ! There's a bug(some kind of) in all RCWM versions. If you are using RCWM and MTA on the same machine then postfix(for example) isn't asking the saslauth daemon that the user is authenticated(because the process is running on the localhost) - it depends on the client restrictions.
Depends completely on your postfix (or other MTA) config.
You probably have something like:
smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated
While what you really want is:
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
Robin _______________________________________________ List info: http://lists.roundcube.net/dev/