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
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
Thanks for the tips! I've specified the ip addresses which are allowed to send.
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
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
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
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
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
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