Michael Salbinger wrote: > hi, > > is someone using smtp after pop auth with qpsmtpd? > i am searching for a plugin to do that.
It's really better to use SMTP AUTH instead of SMTP after POP, since all modern mail clients handle the former, it is more secure, and it doesn't require additional binaries (and bookkeeping). You can even combine AUTH with TLS, so that your passwords don't pass over the Internet in clear text. John
