scoopy Posted February 15, 2003 Share Posted February 15, 2003 I am trying to get postfix to run for a nuke site @ localhost. webmin tells me to manually config postfix and Konsole: [root@localhost /]# postfix check postfix: fatal: parameter inet_interfaces: no local interface found for 68.82.94.131 This is an old IP that I can't figure where its coming from. I looked in the postfix config files and checked in the network config of mcc. I would imagine that wherever this is coming from should be pointing to either current IP, 192.168.0.1, or localhost and then things should be fine. thanks Link to comment Share on other sites More sharing options...
scoopy Posted February 17, 2003 Author Share Posted February 17, 2003 Uh, nevermind- Got around this mail issue by deleting postfix and installing sendmail instead. Took me a bit to figure out I needed to add sendmail's path in php.ini: ;sendmail_path = /etc/mail But the site works and users can now register (even tho I still don't know what I am doing). Link to comment Share on other sites More sharing options...
paul Posted February 17, 2003 Share Posted February 17, 2003 scoopy: postfix runs in a *kind of* chrooted environment Take a look at /var/spool/postfix there are some insteresting things there like: /var/spool/postfix/etc/resolv.conf this why postfix was using an old IP address. postfix had not been updated and therefore was using your old network settings. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now