Page 2 of 2

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:07 am
by SS88
daz1uk wrote:netstat -np TCP | find "25"
find: `25': No such file or directory
Thanks for running your previous command. Although it doesn't say exim it says "root/master" I'm assuming something is running. Can you tell what it is?

Code: Select all

ps aux | grep 614
Should help show what process it is.

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:10 am
by daz1uk
Is this IPv4 & 6 conflicting?

I have added disable_ipv6=true to the config file.

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:11 am
by daz1uk
I've got this:

ps aux | grep 614
root 614 0.0 0.0 25292 1296 ? Ss Apr22 0:04 /usr/lib/postfi x/master
root 2281 0.0 0.0 8812 748 pts/2 S+ 11:10 0:00 grep 614
root 6140 0.0 0.0 53112 2780 ? Ss Apr22 0:00 nginx: master p rocess /usr/sbin/nginx -c /etc/nginx/nginx.conf

Looks like postfix is running?? And nginx on port 25?

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:15 am
by skurudo
daz1uk wrote: Looks like postfix is running??
Where and how you got postfix? We use exim by default ;-)

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:20 am
by daz1uk
Ha, lol. Yeah that's what I thought. I believe it must have been installed automatically when the VPS was installed.
I have stopped the process but it has no effect still can't receive. I will purge Postfix

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:25 am
by daz1uk
ps aux | grep 614
root 614 0.0 0.0 25292 1312 ? Ss Apr22 0:04 /usr/lib/postfix/master
root 4193 0.0 0.0 8812 744 pts/2 S+ 11:25 0:00 grep 614
root 6140 0.0 0.0 53112 2780 ? Ss Apr22 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf

Still seeing postfix after apt-get purge postfix?

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:34 am
by daz1uk
It's Working!!

Thank you!

Re: Still Can't Receive Email

Posted: Tue Apr 26, 2016 10:39 am
by SS88
daz1uk wrote:It's Working!!

Thank you!
Yay! :)

Re: Still Can't Receive Email

Posted: Wed Apr 27, 2016 1:58 pm
by skurudo
Closed.