Re: google outbound SMTP whitelisting

2013-05-21 Thread Benny Pedersen
Steve Jenkins skrev den 2013-05-20 19:06: I wasn't sure either, which is why I added a "postfix reload" as the last line of the gwhitelist.sh script. :) please respect my signature, if you use multiple sh files to update via cron, then you might combine all sh into one cron script and end it

Re: google outbound SMTP whitelisting

2013-05-21 Thread Benny Pedersen
wie...@porcupine.org skrev den 2013-05-20 19:02: You need "postfix reload after changing cidr maps (and pres, regexp, and other files that are processed in their entirety as the map is opened). here i just move cidr maps to postgresql so it does not need to reload postfix, but its maybe not a

Re: google outbound SMTP whitelisting

2013-05-20 Thread Steve Jenkins
On Mon, May 20, 2013 at 8:57 AM, Benny Pedersen wrote: > Steve Jenkins skrev den 2013-05-20 16:31: > > > @weekly /usr/local/bin/gwhitelist.sh > >> /etc/postfix/gmail_whitelist.**cidr #Update Google Mail Server Whitelist >> > > unsure if postfix self reloads on filechanges ? :/ > > if not can pos

Re: google outbound SMTP whitelisting

2013-05-20 Thread Wietse Venema
Benny Pedersen: > Steve Jenkins skrev den 2013-05-20 16:31: > > > @weekly /usr/local/bin/gwhitelist.sh > > > /etc/postfix/gmail_whitelist.cidr #Update Google Mail Server > > Whitelist > > unsure if postfix self reloads on filechanges ? :/ > > if not can postfix do this ? You need "postfix relo

Re: google outbound SMTP whitelisting

2013-05-20 Thread Benny Pedersen
Steve Jenkins skrev den 2013-05-20 16:31: @weekly /usr/local/bin/gwhitelist.sh > /etc/postfix/gmail_whitelist.cidr #Update Google Mail Server Whitelist unsure if postfix self reloads on filechanges ? :/ if not can postfix do this ? -- senders that put my email into body content will deliver

Re: google outbound SMTP whitelisting

2013-05-20 Thread Steve Jenkins
On Mon, May 20, 2013 at 7:02 AM, Mike. wrote: > More seriously, if I were to integrate it more closely with postscreen, > I would want to seriously beef up the error checking within the script. > I purposely left it to the individual mail admin to decide how, and > to what extent, to fit gwhite

Re: google outbound SMTP whitelisting

2013-05-20 Thread Mike.
On 5/20/2013 at 3:14 PM Benny Pedersen wrote: |Mike. skrev den 2013-05-19 21:08: | |> Comments are welcome. | |wishfull thinking here: make postscreen postfix policy compatible = That's beyond the scope of the project. :) More seriously, if I were to integrate it more closely with

Re: google outbound SMTP whitelisting

2013-05-20 Thread Benny Pedersen
Mike. skrev den 2013-05-19 21:08: Comments are welcome. wishfull thinking here: make postscreen postfix policy compatible -- senders that put my email into body content will deliver it to my own trashcan, so if you like to get reply, dont do it

Re: google outbound SMTP whitelisting

2013-05-19 Thread LuKreme
On 19 May 2013, at 13:08 , Mike. wrote: > I wanted to put google's outbound SMTP servers on a postscreen > whitelist, but the list seems to be dynamic. I found this web page > that explains how to get the list of IP addresses: > http://support.google.com/a/bin/answer.py?hl=en&hlrm=de&answer=60764

google outbound SMTP whitelisting

2013-05-19 Thread Mike.
I wanted to put google's outbound SMTP servers on a postscreen whitelist, but the list seems to be dynamic. I found this web page that explains how to get the list of IP addresses: http://support.google.com/a/bin/answer.py?hl=en&hlrm=de&answer=60764 So I wrote a quick script that outputs to stdo