[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [magicmail-users] Magic-SMTPD



Hi Josh!


/var/qmail/bin/vpopmail-check-user.sh FAKEUSER@wa-net.com ; echo $?
0

/var/qmail/bin/vpopmail-check-user.sh REALUSER@wa-net.com ; echo $?
0
Josh Wilsdon wrote:
I posted this earlier today, but did not include enough vital 
information about my configuration. Here's my original post.

My magic-smtpd now only rejects nonexistent users if the address is 
FGHFGJHCGHKDHJKDGHJGHDGHJHJG@some_domain.com. It will however accept
nonexistent users that are as simple as joeblow@some_domain.com. I 
went through the easy to follow instructions, but still cannot get 
the
magic-smtpd to reject plain, yet nonexistent users.
    

If you run the following commands what do you get?

    /var/qmail/bin/vpopmail-check-user.sh FGHFGJHCGHKDHJKDGHJGHDGHJHJG@some_domain.com ; echo $?
    /var/qmail/bin/vpopmail-check-user.sh nonexistentjoeblow@some_domain.com ; echo $?
    /var/qmail/bin/vpopmail-check-user.sh existingjoeblow@some_domain.com ; echo $?

(Obviously change the addresses).