Hi,
If I were to setup a qmail server using toaster, the requirement is to have pop3-auth without smtp-auth turned on, can someone enlighten me with the necessary modifications?
You've got a few options:
1) You could disable smtp-auth via vmoduser for those users, and turn it off by default in vlimits.default. This way all vpopmail users would not have smtp-auth support.
2) You could edit the qmail-smtpd/run file to use /bin/false instead of vchkpw (I have not tried this, but it probably will work). This would be the simplest solution.
3) You could edit out the AUTH advertisements in qmail-smtpd. This is probably the hardest, and would not disable the ability, only the advertisement. If I were to go this route, I'd probably make a new netqmail patch without smtp-auth.
Regards,
Bill