Here's another question - when configuring the Local Domains section of the Mercury Core Module I have included the domain literal [xx.xx.xx.xx]
But, I have never been able to get this to work. When I address mail to greenman@xx.xx.xx.xx Mercury/32 receives the connection but then refuses it: 554 connection refused
I have the following in transflt.mer
H, "*xx.xx.xx.xx*", R, "554"
D, "[EHeh][EHeh]LO *emailfirewall.spamina.com*", R-N, "554 connection refused."
R, "*honeypot@aphrodite.pmail.gen.nz*", RS, "554 Fraudulent RCPT rejected."
S, "*viagra*", D, "'Viagra' encountered in subject line - connection dropped."
S, "*vicodin*", R, "554 'Vicodin' encountered in subject line - message refused."
H, "[EHeh][EHeh]LO +[0-9]+.[0-9]+.[0-9]+.[0-9]*", R, "554 Invalid HELO format"
H, "[EHeh][EHeh]LO domain1*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain1*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO domain2*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain2*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO domain3*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain3*", R, "554 Illegal HELO, connection refused."
# S, "/c*CONGRATULATIONS*WON*", BS, "554 Possibly Nigerian 419 Variant - please change and re-send."
# S, "*for job*", BS, "554 Possibly employment spam - please change and re-send."
Is the mailer attempting to connect directly to our IP address? The D argument would account for the response. I know that mail servers are technically supposed to accept mail delivered to the IP address, but the spammers use this to try and by-pass the filtering.
Haha - have I just answered my own question?
So, using the domain literal means that SMTP senders will not use the MX records. Is that correct?
[Edit]
Thinking about this more - you can ignore this question....
<P>Here's another question - when configuring the Local Domains section of the Mercury Core Module I have included the domain literal [xx.xx.xx.xx]</P>
<P>But, I have never been able to get this to work. When I address mail to <A href="mailto:greenman@xx.xx.xx.xx" mce_href="mailto:greenman@xx.xx.xx.xx">greenman@xx.xx.xx.xx</A> Mercury/32 receives the connection but then refuses it: 554 connection refused</P>
<P>I have the following in&nbsp;transflt.mer</P>
<P>H, "*xx.xx.xx.xx*", R, "554"
D, "[EHeh][EHeh]LO *emailfirewall.spamina.com*", R-N, "554 connection refused."
R, "<A href="mailto:*honeypot@aphrodite.pmail.gen.nz" mce_href="mailto:*honeypot@aphrodite.pmail.gen.nz">*honeypot@aphrodite.pmail.gen.nz</A>*", RS, "554 Fraudulent RCPT rejected."
S, "*viagra*", D, "'Viagra' encountered in subject line - connection dropped."
S, "*vicodin*", R, "554 'Vicodin' encountered in subject line - message refused."
H, "[EHeh][EHeh]LO +[0-9]+.[0-9]+.[0-9]+.[0-9]*", R, "554 Invalid HELO format"
H, "[EHeh][EHeh]LO domain1*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain1*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO domain2*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain2*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO domain3*", R, "554 Illegal HELO, connection refused."
H, "[EHeh][EHeh]LO mail.domain3*", R, "554 Illegal HELO, connection refused."
# S, "/c*CONGRATULATIONS*WON*", BS, "554 Possibly Nigerian 419 Variant - please change and re-send."
# S, "*for job*", BS, "554 Possibly employment spam - please change and re-send."</P>
<P>Is the mailer attempting to connect directly to our IP address? The D argument would account for the response. I know that mail servers are technically supposed to accept mail delivered to the IP address, but the spammers use this to try and by-pass the filtering.</P>
<P>Haha - have I just answered my own question?</P>
<P>So, using the domain literal means that SMTP senders will not use the&nbsp;MX records. Is that correct?</P>
<P>[Edit]</P>
<P>Thinking about this more - you can ignore this question....
</P>