--- In milter-greylist@yahoogroups.com, "dougp25" <dougp23@...> wrote:
>
> I am using a semi-open source mailserver called scalix
> (http://scalix.com). I went this route because my users had to have
> the 'rich' Outlook experience, and Scalix can mimic an Exchange server
> for free.
>
> Anyways, I am trying the milter, and I see these in maillog:
>
> skipping greylist because address 127.0.0.1 is whitelisted
> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
>
> Prior to that I see a message being processed (I'm going to have to
> edit pretty hard here to avoid the harvesters):
>
> Apr 23 20:10:44 xmail sendmail[23412]: m3O0Ahk6023412:
> from=<doug119@...>, size=2066, class=0, nrcpts=1,
> msgid=<7ee90a250804231713j189fd043i5e0f3b55e90add73@...>,
> proto=ESMTP, relay=root@localhost
>
> In Scalix's documentation, they say incoming messages are handled this
> way:
>
> The SMTP Relay receives a message. If the message is destined for the
> Internet Mail Gateway, it is relayed to unix.in. (If the Internet Mail
> Gateway is not running for any reason, the message is passed to
> Sendmail.) If it is destined for the local Scalix system, it is
> relayed to xport.in. Otherwise it is passed to Sendmail.
>
> Any thoughts?? Would appreciate any insights! I was going to try
> greylisting 127.0.0.1, and whitelisting anything FROM my domain.
>
I just wanted to add this update. Digging through the Scalix Admin
guide, it talks about the SMTP Relay and it's config file, andit
offers this pearl:
SMTPFILTER SMTPFILTER has only one state and that's TRUE. So, if you
add the following line:
SMTPFILTER=TRUE
to the ~/sys/smtpd.cfg file, it will cause the SMTP Relay
to hand the incoming message off to Sendmail. As a result, inbound
messages will be processed through any installed sendmail milters
(mail filters) such as SpamAssassin.
SO he hands it off, but I think he hands it off as saying 'this is
coming from the local box, 127.0.0.1'. Anyway to test? I'm at home
and will take this up tomorrow.
Thanks to anyone who can offer suggestions!Message
Re: All mail seems to come from localhost
2008-04-24 by dougp25
Attachments
- No local attachments were found for this message.