<br>i  checked it after your mail..<br><br>it is giving the following warning: no entropy for TLS key generation: disabling TLS support<br><br>which was addressed here "<a href="http://www.howtoforge.com/forums/showthread.php?t=781">http://www.howtoforge.com/forums/showthread.php?t=781</a>"<br>

<br>after adding the line "tlsmgr unix - - n 1000? 1 tlsmgr"  to /etc/postfix/master.cf it started working.<br><br>Thank you.<br>
<br><br><div><span class="gmail_quote">On 1/29/08, <b class="gmail_sendername">Lars Johansen</b> <<a href="mailto:lars@larsjohansen.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">lars@larsjohansen.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

have you checked your mail server logs ?<br><br>tir, 29.01.2008 kl. 00.24 -0800, skrev ashok.raavi:<br>> Hi,<br>><br>> I am also facing the same problem, smtplib used to send mail a while<br>> back but it stopped sending mails.<br>

><br>> when i run this in interpreter<br>> >>> import smtplib<br>> >>> s = smtplib.SMTP("localhost")<br>> >>> s.sendmail(from, to, "message")<br>> {}<br>> >>><br>

><br>> though it is not giving any error, it is not sending mail.<br>><br>> Any help is appreciated.<br>><br>> ornto wrote:<br>> > Hi, I'm trying to create an application which checks a<br>> > dynamic web site and on certain events sends an email to me.<br>

> > My problem though is with the email task. By now I made this<br>> >   simple test code:<br>> ><br>> > #prova invio email<br>> > smtpserver = smtplib.SMTP(mailserver)<br>> > messaggio= "Messaggio di prova"<br>

> > print mail<br>> > print messaggio<br>> > smtpresult=smtpserver.sendmail("Watcher",mail,messaggio)<br>> > if smtpresult:<br>> >      print smtpresult<br>> > smtpserver.quit()<br>

> ><br>> > "mailserver" and "mail" values are loaded from a ini file<br>> > and they're correct.<br>> > The call to smtpserver gives back no errors (smtpresult<br>> > remains empty).<br>

> > The running enviroment gives no error.<br>> > So, it looks like that the program works alloright, sending<br>> > the mail- BUT, I receive no mail! I've tried to change the<br>> > smtp server with another one which still works with my isp,<br>

> > with no luck. If I try a smtp which doesn't give me access,<br>> > I correctly receive an error from the program.<br>> > What might be the problem?<br><br></blockquote></div><br><br clear="all">
<br>
-- <br>ashok raavi