Still Can't Receive Email
Re: Still Can't Receive Email
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?daz1uk wrote:netstat -np TCP | find "25"
find: `25': No such file or directory
Code: Select all
ps aux | grep 614
Re: Still Can't Receive Email
Is this IPv4 & 6 conflicting?
I have added disable_ipv6=true to the config file.
I have added disable_ipv6=true to the config file.
Re: Still Can't Receive Email
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?
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
Where and how you got postfix? We use exim by default ;-)daz1uk wrote: Looks like postfix is running??
Re: Still Can't Receive Email
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
I have stopped the process but it has no effect still can't receive. I will purge Postfix
Re: Still Can't Receive Email
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?
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
It's Working!!
Thank you!
Thank you!
Re: Still Can't Receive Email
Yay! :)daz1uk wrote:It's Working!!
Thank you!
Re: Still Can't Receive Email
Closed.