Tagged Questions
0
votes
1answer
89 views
DKIM body hash fail
We're sending out e-mails with EXIM 4.71 from a PHP application. DKIM is enabled and is working properly, unless when sending a specific type of mails, which results in dkim=neutral (body hash did not ...
1
vote
1answer
154 views
can't send mail with exim4 and php
i'm using debian & apache.
if i install sendmail, the php mail() function works perfectly.
but else i install exim4, the php mail() function does nothing.
i have changed the php.ini editing the ...
0
votes
2answers
394 views
Pipe all incoming mail to a command (exim4)
How can I setup Exim to pipe all incoming mail to a command (PHP)? and never reject an email?
I'm using Debain squeeze, and Exim4
-1
votes
2answers
1k views
exim not sending mail to hotmail/yahoo?
I'm using a PHP script to send mail to a few of my clients. Some of them reported not getting the mail. GMail users all got the mail, but yahoo and hotmail aren't. I created my own hotmail account to ...
1
vote
1answer
559 views
Sending mail from PHP with exim4
A web server I manage is having problems sending mail from PHP. This server uses exim4 for MTA, and it is configured correctly.
I can send emails from PHP's CLI, but not from the web. i.e. if I do ...
0
votes
1answer
1k views
Configrue Exim Sendmail for relay
I have a VPS server at UltraHosting.com and requires that I use "Smart Relay" when sendning emails. However I cannot send mail using the php mail() function.
Here is an article they have on Smart ...
3
votes
2answers
5k views
Get log of mail sent with mail() from PHP (sendmail?)
After some server changes our PHP configuration got nuked, which caused a client's large mailing list to time out partially through about 4,000 addresses or more. We want to avoid sending a duplicate ...
1
vote
2answers
1k views
How to limit user e-mail sending in shared hosting enviroment - LAMP stack
OS - Ubuntu, PHP version - 5.3, MTA - Exim.
How you can limit number of email messages virtual host can send using standart PHP mail() function per interval of time (preffered would be hours, but ...