Exim and Webmail Issues

scooterh

New member
Joined
Apr 5, 2006
Messages
1
I'm at a loss and about to give up on trying, when trying to send via mail() on php i get this

2006-04-05 23:33:54 1FRFdR-0000WX-Ua == user@domain R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11

Try everything removed exim and reinstalled it, tried on another DA vps and works just fine, configs look the same too

Also on webmails i get these errors

running apache2/php 4.4.2 typical setup

Thats squirrelmail
Error connecting to IMAP server: localhost.
9 : Bad file descriptor

The other Ubeaumail or whatever comes with DA

ERROR (2): fsockopen(): unable to connect to localhost:110 (/var/www/html/webmail/inc/class.uebimiau_mail.php:78)

I've recompiiled php/apache many times so please don't point me to that, works just fine on the other test VPS of mine.

Any help would be greatly appreciated.
 
If your copy of DA is installed by your VPS, then you should probably ask their support group. I don't know how we could duplicate your VPS environment.

Jeff
 
I am having the same problem

I can send mail through /usr/sbin/sendmail as local users and root, but when I try to get apache to send it through php it fails when it gets to exim with the same message as scooterh

its not a problem with the php configuration I dont think as I can run a command line php script to send emails and that gets there just fine.
 
Clients are getting annoyed as this also directly affects the webmail services as well as commerce site notifications.
 
As Jeff said, you really need to ask your ISP for some help. This works fine when you remove the VPS, at least it does with every other host here without a VPS. It has to do something in the way the VPS is implemented. The signal 11 from exim tells me there is something not right, causing the segmentation fault. Perhaps a shared library is not shared properly.
 
Back
Top