>> 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
>
I've tryied with /var/qmail
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