View Single Post

  #5 (permalink)  
Old 04-27-2008
kitgerrits@gmail.com
 
Posts: n/a
Default Re: postfix relay not allowed (again)

On Mar 26, 6:09 am, jjcs...@gmail.com wrote:
> On 18 feb, 18:16, adriano.ghe...@gmail.com wrote:
>
> > solved!
> > simply postfix don't permit to be used as smtp server when you are
> > outside from your lan
> > :-<

>
> Hi, Adriano, what did you change in your config.?, it seems i´m having
> the same problem.
>
> Thanks.


The list of permitted IPs is stored in the mynetworks setting.
mynetworks = 127.0.0.0/8

If you want others to be able to relay, you need to add their IP /
network to that list.
Example:
mynetworks = 127.0.0.0/8, 10.0.0.0/8,192.168.0.0/16,169.254.0.0/16

More info on:
http://www.postfix.org/basic.html

For more information:
http://www.postfix.org/basic.html
Reply With Quote