P. SOHM said:
> 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         }
>
> 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.
>

It looks like your smtp server is very slow in responding and that's
causing the delay. It could be a dns issue. Try to provide an ip address
in your smtp config. A workaround is using sendmail if your smtp server
provides a sendmail binary (postfix does that).

Regards,

Marc Groot Koerkamp.







-------------------------------------------------------
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%62&alloc_ida84&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to