PDA

View Full Version : don`t send mail from DA



daga
01-20-2012, 04:26 AM
Hi,
Installed DA by default,
after, don`t send mail from DA in ticket system, and sending passwords.

pop/imap webmail working.

fix directadmin.conf ?

SeLLeRoNe
01-20-2012, 06:24 AM
check exim and directadmin error logs.

zEitEr
01-20-2012, 10:48 AM
after, don`t send mail from DA in ticket system, and sending passwords.

Read /var/log/exim/mainlog as Andrea suggested you, and ask your DC. The DC might be blocking outgoing connections to remote SMTP:25.

hostslim
01-27-2012, 03:38 AM
We've had the same problem. Did you reset the permissions?

Check:
ls -la /usr/sbin/exim

and /var/log/exim/mainlog /var/log/exim/paniclog

Most common issue is a previous install of exim breaking things:

chown root:root /usr/sbin/exim
chmod 4755 /usr/sbin/exim
chown -R mail:mail /var/spool/exim