Re: About mynetworks

2014-09-11 Thread Viktor Dukhovni
On Thu, Sep 11, 2014 at 09:11:01PM +0800, Feel Zhou wrote: > My customer send mail via my postfix server > > main.cf: > mynetworks = hash:/etc/postfix/mynetworks_table > > mynetworks_table: > ip1 PERMIT > ip2 PERMIT > > Today, one of my customer send mail via the new ip. > And this new

About mynetworks

2014-09-11 Thread Feel Zhou
Hello, my friend This is tom, I'm sending my greeting from China. My customer send mail via my postfix server main.cf mynetworks = hash:/etc/postfix/mynetworks_table /etc/postfix/mynetworks_table ip1 PERMIT ip2 PERMIT Today, one of my customer send mail via the new ip. And this new ip n

Re: A question about mynetworks

2011-11-06 Thread Aniruddha
Thanks for the tips! I've specified the ip addresses which are allowed to send.

Re: A question about mynetworks

2011-10-25 Thread mouss
Le 25/10/2011 18:49, Aniruddha a écrit : > I've added my local ip adress range to allow computers in my lan to > send e-mails though my local postfix server. Is this the correct > setting to achieve this? That's a start. you can possibly improve the situation: - for hosts "owned" by users, you c

Re: A question about mynetworks

2011-10-25 Thread Jeroen Geilman
On 2011-10-25 18:49, Aniruddha wrote: I've added my local ip adress range to allow computers in my lan to send e-mails though my local postfix server. Is this the correct setting to achieve this? That depends. Do you trust all hosts in the local LAN ? And am I correct that with the current my

A question about mynetworks

2011-10-25 Thread Aniruddha
I've added my local ip adress range to allow computers in my lan to send e-mails though my local postfix server. Is this the correct setting to achieve this? And am I correct that with the current mynetworks configuration only clients in my lan can user the smtp server? According to mxtoolbox I d

Re: question about mynetworks and reject_rbl_client directives

2010-10-27 Thread Christopher Adams
Noel, Thanks so much. Your directions are very easy to follow. It is good to know that mynetworks is truly reserved for *My* Networks. Christopher Adams On Wed, Oct 27, 2010 at 12:52 PM, Noel Jones wrote: > On 10/27/2010 1:41 PM, Christopher Adams wrote: >> >> Would I just add the IP(s) of the

Re: question about mynetworks and reject_rbl_client directives

2010-10-27 Thread Noel Jones
On 10/27/2010 1:41 PM, Christopher Adams wrote: Would I just add the IP(s) of the domain that I want to accept to mynetworks, make sure that happens No, only networks under your control should be added to mynetworks. For outsiders that may be on RBLs, you need to maintain a separate whiteli

question about mynetworks and reject_rbl_client directives

2010-10-27 Thread Christopher Adams
Hello all, I am a bit confused about setting restrictions on which domains can send through my server. I am utilizing some reject_rbl_client directives to check mail with free spam repositories. One of the valid domains sending to this server was blacklisted by one of the repositories. I would lik