Hi All, I'm having some problems getting postfix to relay mail. I'd appreciate any tips. Perhaps there are some settings which I may have missed, somewhere. The postfix mail server is on VLAN 250 (192.168.250.0) whilst I have several other users on other VLANs (e.g. 91, 92, 93, etc... 192.168.91.0, 192.168.92.0, 192.168.93.0, etc...). So, if I had a PC sitting on VLAN 91 with IP 192.168.91.1, I am unable to relay mail BUT checking mail via POP3 works fine. In /etc/postfix/main.cf, I have set the following:- mynetworks_style = subnet mynetworks = 168.168.91.0/28, 127.0.0.0/8 Do you know what setting I may be missing? Thanks. Best Regards, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060411/bfcce741/attachment-0001.html>
On Tue, 11 Apr 2006, Andrew Vong wrote:> I'm having some problems getting postfix to relay mail. I'd appreciate any > tips. Perhaps there are some settings which I may have missed, somewhere. > > The postfix mail server is on VLAN 250 (192.168.250.0) whilst I have several > other users on other VLANs (e.g. 91, 92, 93, etc... 192.168.91.0, > 192.168.92.0, 192.168.93.0, etc...). > > So, if I had a PC sitting on VLAN 91 with IP 192.168.91.1, I am unable to > relay mail BUT checking mail via POP3 works fine. > > In /etc/postfix/main.cf, I have set the following:- > > mynetworks_style = subnet > mynetworks = 168.168.91.0/28, 127.0.0.0/8 > > Do you know what setting I may be missing?mebbe try 168.168.91.0/24 ???
Andrew Vong wrote:> > Hi All, > > I'm having some problems getting postfix to relay mail. I'd appreciate > any tips. Perhaps there are some settings which I may have missed, > somewhere. > > The postfix mail server is on VLAN 250 (192.168.250.0) whilst I have > several other users on other VLANs (e.g. 91, 92, 93, etc... > 192.168.91.0, 192.168.92.0, 192.168.93.0, etc...). > > So, if I had a PC sitting on VLAN 91 with IP 192.168.91.1, I am unable > to relay mail BUT checking mail via POP3 works fine. > > In *//etc/postfix/main.cf/*, I have set the following:- > > mynetworks_style = subnet > mynetworks = 168.168.91.0/28, 127.0.0.0/8 > > Do you know what setting I may be missing? > > Thanks. > > Best Regards, > Andrew > > > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Can you take it down to: mynetworks = 192.168.0.0/28, 127.0.0.0/8 unless you're trying to limit to just specific vlan's/subnet's...