Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Question regarding forwarded gmail

Question regarding forwarded gmail

2016-01-26 by john_espiro@...

I have my gmail account setup to forward to my personal email address.


Most messages make it through but some do not. I am wondering if it is perhaps a setting with the way I have my config file, which I have pasted below.


Any idea how I can figure this out? My logs were not very helpful.


pidfile "/var/run/milter-greylist.pid"
dumpfile "/var/lib/milter-greylist/greylist.db" 600
dumpfreq 2m
socket "/var/run/milter-greylist/milter-greylist.sock"
user "smmsp"
quiet
lazyaw
list "my network" addr { 127.0.0.1/8 10.0.0.0/8 192.0.2.0/24 }
list "my friends" addr { \
70.103.162.0/24 \ # Debian Mail+Listservers. NEVER unwhitelist them.
140.211.166.0/24 \ # Debian Bugs
192.25.206.0/24 \ # Debian web/cvs/people
194.109.137.218/32 \ # Debian security/www-master.d.o
12.153.224.117 \ # etrade
}
list "broken mta" addr { \
12.5.136.141/32 \ # Southwest Airlines (unique sender)
12.5.136.142/32 \ # Southwest Airlines
12.5.136.143/32 \ # Southwest Airlines
12.5.136.144/32 \ # Southwest Airlines
12.107.209.244/32 \ # kernel.org (unique sender)
12.107.209.250/32 \ # sourceware.org (unique sender)
63.82.37.110/32 \ # SLmail
63.169.44.143/32 \ # Southwest Airlines
63.169.44.144/32 \ # Southwest Airlines
64.7.153.18/32 \ # sentex.ca (common pool)
64.12.136.0/24 \ # AOL (common pool)
64.12.137.0/24 \ # AOL
64.12.138.0/24 \ # AOL
64.18.0.0/20 \
64.124.204.39 \ # moveon.org (unique sender)
64.125.132.254/32 \ # collab.net (unique sender)
64.233.160.0/19 \ # Google
66.94.237.16/28 \ # Yahoo Groups servers (common pool)
66.94.237.32/28 \ # Yahoo Groups servers (common pool)
66.94.237.48/30 \ # Yahoo Groups servers (common pool)
66.100.210.82/32 \ # Groupwise?
66.102.0.0/20 \
66.135.192.0/19 \ # Ebay
66.162.216.166/32 \ # Groupwise?
66.206.22.82/32 \ # Plexor
66.206.22.83/32 \ # Plexor
66.206.22.84/32 \ # Plexor
66.206.22.85/32 \ # Plexor
66.218.66.0/23 \ # Yahoo Groups servers (common pool)
66.218.67.0/23 \ # Yahoo Groups servers (common pool)
66.218.68.0/23 \ # Yahoo Groups servers (common pool)
66.218.69.0/23 \ # Yahoo Groups servers (common pool)
66.27.51.218/32 \ # ljbtc.com (Groupwise)
66.102.0.0/20 \ # Google
66.249.80.0/20 \ # Google
72.14.192.0/18 \ # Google
74.125.0.0/16 \ # Google
108.177.8.0/21 \
152.163.225.0/24 \ # AOL
173.194.0.0/16 \
194.245.101.88/32 \ # Joker.com
195.235.39.19/32 \ # Tid InfoMail Exchanger v2.20
195.238.2.0/24 \ # skynet.be (wierd retry pattern, common pool)
195.238.3.0/24 \ # skynet.be
195.46.220.208/32 \ # mgn.net
195.46.220.209/32 \ # mgn.net
195.46.220.210/32 \ # mgn.net
195.46.220.211/32 \ # mgn.net
195.46.220.221/32 \ # mgn.net
195.46.220.222/32 \ # mgn.net
195.238.2.0/24 \ # skynet.be (wierd retry pattern)
195.238.3.0/24 \ # skynet.be
204.107.120.10/32 \ # Ameritrade (no retry)
205.188.0.0/16 \ # AOL
205.206.231.0/24 \ # SecurityFocus.com (unique sender)
207.115.63.0/24 \ # Prodigy - retries continually
207.126.144.0/20 \
207.171.168.0/24 \ # Amazon.com
207.171.180.0/24 \ # Amazon.com
207.171.187.0/24 \ # Amazon.com
207.171.188.0/24 \ # Amazon.com
207.171.190.0/24 \ # Amazon.com
209.132.176.174/32 \ # sourceware.org mailing lists (unique sender)
209.85.128.0/17 \ # Google
211.29.132.0/24 \ # optusnet.com.au (wierd retry pattern)
213.136.52.31/32 \ # Mysql.com (unique sender)
216.33.244.0/24 \ # Ebay
216.58.192.0/19 \
216.239.32.0/19 \ # Google
217.158.50.178/32 \ # AXKit mailing list (unique sender)
}
racl whitelist list "my network"
racl whitelist list "my friends"
racl whitelist list "broken mta"
racl whitelist domain gmail.com
racl whitelist domain googlemail.com
racl whitelist domain microsoft.com
racl whitelist domain hotmail.com
racl whitelist domain skype.com
racl greylist not helo /\./ delay 4h
racl blacklist spf fail
racl greylist default delay 10m autowhite 10d


Re: [milter-greylist] Question regarding forwarded gmail

2016-01-31 by manu@...

john_espiro@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

> I have my gmail account setup to forward to my personal email address.
> Most messages make it through but some do not.

Look in the logs for rejected messages. Perhaps one gmail netblock is
missing in the default whitelist.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: Question regarding forwarded gmail

2016-03-23 by john_espiro@...

Thanks... I turned on logging now, so we'll see what happens.

But I thought that having:

racl whitelist domain gmail.com
racl whitelist domain googlemail.com

would have whitelisted everythign from google mail though..., no?

Re: [milter-greylist] Re: Question regarding forwarded gmail

2016-03-24 by manu@...

john_espiro@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

> would have whitelisted everythign from google mail though..., no?

Yes, but there is little point to greylist mail from real servers, as
they will resend anyway.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] Re: Question regarding forwarded gmail

2016-03-24 by john_espiro@...

Access list dump:
racl 151 whitelist net_list "my network"
racl 152 whitelist net_list "my friends"
racl 153 whitelist net_list "broken mta"
racl 154 whitelist domain "gmail.com"
racl 155 whitelist domain "googlemail.com"
racl 156 whitelist domain "microsoft.com"
racl 157 whitelist domain "hotmail.com"
racl 158 whitelist domain "skype.com"
racl 169 greylist not helo_re /\./ [delay 14400]
racl 171 blacklist spf fail
racl 172 greylist [delay 600] [aw 864000] default

Re: [milter-greylist] Re: Question regarding forwarded gmail

2016-03-24 by john_espiro@...

Not sure I understand what you replied with...

In the meantime, I sent a message from a gmail account to my personal gmail account (which is configured to forward all messages to my personal email address on my own server).

If I disable milter-greylist, the message gets forwarded.

If I enable milter-greylist, the message never arrives.

In addition, there's no entry at all in the milter-greylist.log file when it does fail ( I was doing a tail -f on it).

What can possibly be the issue? Any ideas?

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.