<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi everybody,
<br>
<br>
(i repost this message as it has been categorized under another
thread).<br>
<br>
i am experiencing a problem with all my boxes. When a php script
calls the mail() function, it actually takes more than 30 seconds to
send out the email (and the page loading waits that time).
<br>
<br>
i have measured it with this script
<br>
<?php
<br>
<br>
echo ini_get('sendmail_path').'<br />'.PHP_EOL;
<br>
echo date('H:i:s').'<br />'.PHP_EOL;
<br>
mail('<a class="moz-txt-link-abbreviated"
href="mailto:capra@erweb.it">capra@erweb.it</a>','Hi','How are
you?');
<br>
echo date('H:i:s').'<br />'.PHP_EOL;
<br>
<br>
<br>
I have also tried to disable /usr/sausalito/sbin/phpsendmail
<br>
but no luck... it's always slow!
<br>
<br>
Thanks for a reply
<br>
Simone
</body>
</html>