> Hi,
> I run qmail with bincimap, squirellmail v 1.4.2 on freebsd 5.2.1 and when
> I send emails with squirell, the following line take nearly 25s :
>
> class/deliver/Deliver_SMTP.class.php
>      49         $tmp = fgets($stream, 1024);
>      50         if ($this->errorCheck($tmp, $stream)) {
>      51             return(0);
>      52         }
>

Maybe your smtp server does reverse lookup or checks ident. I think
tcpserver does that by default.

> Sending mail with others clients (thunderbird etc.) or with php (mail()
> function) doesn't pause any problem.
> Others squirell function (seeing mail, deleting mail) works perfectly.
>
> I don't know how to resolve the problem. Does someone has a tips ?
> Is there any interface to send mails via mail() function ?

It is called /usr/sbin/sendmail or /var/qmail/bin/sendmail. You can set it
in conf.pl -> 2. Server Settings -> 3. Sendmail or SMTP

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to