I have a percenthack question (I think)
first let me tell you about the network configuration.
It consists of a qmail and a sendmail machine.
qmail is listed as primary MX and then gives the mail to sendmail via an
smtp route. (qmail is used for spam and virus scanning)
The layout would be something like this:
IN MX 0 qmail.domain.com
domain.com (sendmail)
qmail.domain.com (qmail)
rcpthosts looks like:
qmail.domain.com
domain.com
smtproutes looks like:
domain.com:111.111.111.111 <actual IP hidden>
there is no percenthack file.
The problem is,
When I send mail from another network, to an address with the percent
sign, it actually gets delivered.
rcpt to: <[EMAIL PROTECTED]>
will be delivered to [EMAIL PROTECTED]
I have this exact same configuration on another network, and it works
correctly, and cannot be used for spam. Any ideas?
Jeff Palmer