PDA

View Full Version : [xubuntu] How to read emails using outlook?


rubysoft
July 21st, 2008, 12:04 AM
I manage to setup a web/email server (on Linux Ubuntu Hardy Heron)from this site guideline http://www.mysql-apache-php.com/

I'm able to send and receive emails.
The problem is I am unable to retrieve or send mail using Thunderbird or Outlook Express (pop/imap/smtp).
What settings do I need to change so it can be read using 3rd party program?

windependence
July 21st, 2008, 03:10 AM
It's not using a third party program, it's a mail server just like any other mail server out there (if set up properly). You need to set the POP3 server, and smtp server to your server, and if you you own a domain, point your mx record at your server's externa' IP address. I suspect you have done this if you can receive e-mail already.

-Tim

rubysoft
July 21st, 2008, 03:40 AM
erm ok i have done that.
but still the problem is still there.
i tried accessing email account using outlook express on windows xp to retrieve the email and it failed.


but when i use squirrelmail web-interface i can read and send mail.

windependence
July 21st, 2008, 03:43 AM
Try using the IP address of the mail server.

-Tim

Titan8990
July 21st, 2008, 11:47 AM
I find it helpful to run a packet sniffer such as wireshark on the server to diagnose problems such as this.

rubysoft
July 22nd, 2008, 12:01 AM
:lolflag: its working now (half-way)

I can receive emails from client side but now theres a new problem Im unable to sent out email thats composed at the client side :confused:

rubysoft
July 22nd, 2008, 07:07 AM
ok now i get the message that

An error occurred sending mail. The mail server responded: 5.7.1 <name@domain.com>:Relay access denied. Please check the message recipients and try again.

Titan8990
July 22nd, 2008, 10:17 AM
Now you need to check your ACLs and find out how your mail server decides whether or not it will relay a certain message.

windependence
July 22nd, 2008, 10:22 AM
I think this is coming either from the recipient's mail server or her own ISP if she is using their server to relay outgoing mail.

-Tim