I dont have knowledge on linux and how can i know which mail server is running on my linux box? Postfix/Exim? Btw Didn't found postfix folder in etc/, where can i find master.cf? .Any idea for modify cPPOP?
|
feedback
|
|
For your second question, use locate to find master.cf
| |||
|
feedback
|
|
Easiest way might be to get the PID of what's listening on port 25:
Then find out what that process is:
And I'm running postfix. For sendmail, it looks like this:
Edit Postfix config is under /etc/postfix | |||||||||
feedback
|
|
most mail servers will identify themselves
| |||
|
feedback
|