[Ilugc] Sendmail problem on outlook

  • From: girish1729@xxxxxxxxx (Girish Venkatachalam)
  • Date: Fri Aug 4 11:55:14 2006



--- Saju A P <mail2saju@xxxxxxxxx> wrote:

I installed sendmail and dovecot on my Fedora core 5
machine. I am
using this is my local mail server. It was worked
properly but last
two days it's shows this error message while sending
mail. "Relaying
denied. IP name lookup failed [192.168.134.16] Port
25 Secure (SSL)"
so I put the IP of windows machine into
/etc/mail/access file now it's
sending but I can't receive the mails through
outlook and it's not
showing any error message while receiving. Please
help

SMTP is for sending alone. Receiving is done thro'
POP3 protocol or rarely IMAP. It could be port no. 110
or 143 respectively. IMAP is not so popular, so in
most cases it is gonna be POP3.

Try from windoze cmd prompt
C:> telnet 192.168.134.16 110

If it connects and displays a hello message, it is
good news. 

You can also run an interactive POP3 session like this
and see if it works as it is a text based protocol. I
am attaching an example transcript.

C:>telnet 192.168.134.16
Connected to 192.168.1.2.
Escape character is '^]'.
+OK <1154672493.2873097136@xxxxxxxxxxxxxxxx> [XMail
1.21 POP3 Server] service ready; Fri, 4 Aug 2006
11:51:33 +0530
user girish
+OK Password required for girish@xxxxxxxxxxxxxxxx
pass password
+OK ...
retr 1-5

Please note that whatever I have marked as 
">" are typed by the user.

HTH,
Girish


_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx
with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ;

Other related posts: