LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Postfix wont send email (https://www.linuxquestions.org/questions/linux-software-2/postfix-wont-send-email-122661/)

robmainella 12-04-2003 10:14 AM

Postfix wont send email
 
Hi everyone,
I am trying to run postfix as an email server. I can receive email without problems, but I can only send email from the machine to other address on the machine. I cannot send email out to an email address not on my server and when I try to send a test message to myself using the internet I receive a message "the specified server was found but there was no response from the server." Any suggestions

thanks
Rob

ugob 12-04-2003 10:54 PM

Re: Postfix wont send email
 
Quote:

Originally posted by robmainella
Hi everyone,
I am trying to run postfix as an email server. I can receive email without problems, but I can only send email from the machine to other address on the machine. I cannot send email out to an email address not on my server and when I try to send a test message to myself using the internet I receive a message "the specified server was found but there was no response from the server." Any suggestions

thanks
Rob

Your port 25 might be blocked by your ISP, like me.

If not, look carefully to your /etc/postfic/master.cf

I think it is the mydestination parameter.

synaptical 12-04-2003 11:02 PM

it might be a port 25 issue, but it also could be a configuration problem. (the file to do most of the configuring is /etc/postfix/main.cf, not the master.cf, btw.)

you can output your options with:

postconf -n

post what you get so someone can help you figure it out. :)

ugob 12-04-2003 11:05 PM

Sorry, I mistakenly wrote master.cf. I wanted to write main.cf. There is where you should have the $mydestination settings.


All times are GMT -5. The time now is 08:49 PM.