Diego Liziero:
> I found that I used them in mynetworks:
>
> mynetworks = 127.0.0.1, # localhost
> 192.168.1.1, # relay
> 172.16.1.1, # fax server
> ...
> and so on, and it _seems_ to really work correctly, (apart from the
> command postconf that shows mynetworks as a single joined line with
> comments in the middle of each ip couple).
As documented, comments are used at the start of a line.
Wietse
> Should I change it to something like this?
>
> mynetworks =
> # localhost
> 127.0.0.1,
> # relay
> 192.168.1.1,
> # fax server
> 172.16.1.1,
> ...
>
> Regards,
> Diego.
>
>