NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
mail sent twice (exim4)On my website I use phpMailer to send mails. On my old server it worked fine (standard debian installation with exim4). But on my new server (also standard installation with exim4) the mails I send with phpMailer are received twice... Sending mails with telnet and the command-line mail is no problem. Those mails are received once. Here's some exim4 log to show the same mail from phpMailer is sent twice. I even wrote my own SMTP-class in PHP, but mails sent through this class are also received twice. (I tested my class on another webserver and it works perfectly, so no flaws in my script) I even checked my processes, but exim4 is only running once. |