Sam Laffere wrote:
Sam Laffere wrote:
Rick Macdougall wrote:
Sam Laffere wrote:
Sorry this is so long.
Problem: 7 domains do not have invalid users blocked by CHKUSER,
14 domains work correctly.
Details: Server set up with Shupp Toaster in early November 2006.
Only variance is using maildrop and mailfilter to sort spam into
folders.
Problem is not fixed yet, but I just replaced the .qmail-default file,
and the midkan.com domain is now rejecting using CHKUSER. All I did
was edit the file back to :
cat .qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
#| /usr/local/bin/maildrop /home/vpopmail/domains/midkan.com/mailfilter
#| /home/vpopmail/bin/vdelivermail ''
/home/vpopmail/domains/midkan.com/postmaster
I will keep troubleshooting to try to figure this out, but I can at
least tell it is related to this file somehow.
Solution !!
It seems the .qmail-default file needs to have the line
#| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
somewhere in there before CHKUSER will really check. It can be remarked
out, it does not need to be the last line.
Both of these work.
| /usr/local/bin/maildrop /home/vpopmail/domains/midkan.com/mailfilter
#| /home/vpopmail/bin/vdelivermail ''
/home/vpopmail/domains/midkan.com/postmaster
#| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
| /usr/local/bin/maildrop /home/vpopmail/domains/midkan.com/mailfilter
#| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
#| /home/vpopmail/bin/vdelivermail ''
/home/vpopmail/domains/midkan.com/postmaster
But the following does not.
| /usr/local/bin/maildrop /home/vpopmail/domains/midkan.com/mailfilter
#| /home/vpopmail/bin/vdelivermail ''
/home/vpopmail/domains/midkan.com/postmaster
Thanks again for the help. Just goes to show what your brain discounts
as insignificant may really turn out to be the key!
Sam