LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Postfix & MS-outlook (https://www.linuxquestions.org/questions/linux-newbie-8/postfix-and-ms-outlook-120156/)

hct224 11-26-2003 11:03 AM

Postfix & MS-outlook
 
I have question about setting Outlook to sendmail. First, my Linux server which has postfix install on it. I can send & receive mail at this Linux box. I then try to setup Outlook on my windows computer to send and receive mail through this server. When I setup pop3, I can login, receive mail but can not send mail out. :(
Do I need to do anything with file main.cf to make it work? Or I have to do something else?
Please advise

Thanks

iainr 11-26-2003 11:24 AM

You shouldn't need to do anything special. As long as postfix is running, it will be listening for incoming SMTP mail.

Try sending a mail from Outlook and looking at the log files for postfix. On my Mandrake system they are /var/log/mail/info, errors and warnings. They might give you a clue as to what is happening.

hct224 11-26-2003 08:54 PM

It say: ...
Recipient address rejected: Relay access denied;
.....................


What did I do wrong?

iainr 11-27-2003 03:34 AM

In the /etc/postfix/main.cf file, check the "mydestination" parameter.

Try setting it to $myhostname, localhost.$mydomain, $mydomain
Also check that myhostname and mydomain are correctly set.

Check that the second comma is in place (between the two $mydomain's).

Now restart postfix and try sending again.


All times are GMT -5. The time now is 02:39 AM.