Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: fpausp on February 01, 2005, 09:18:56 PM

Title: There was an error sending your message: unable to send data
Post by: fpausp on February 01, 2005, 09:18:56 PM
Hi,

When i try to send a mail, from one day to another i got this message:

There was an error sending your message: unable to send data,


the logfile says:

/var/log/amavis-ng/amavis-ng.log' for logging: Permission denied



now i can not send or get a mail (sme 6.0.1).

how can i fix this problem ?

fpausp
Title: There was an error sending your message: unable to send data
Post by: pdu57 on February 12, 2005, 11:46:30 PM
i have the same problem. Is someone solve this issue ?
Title: There was an error sending your message: unable to send data
Post by: ryanb006 on June 25, 2005, 02:11:52 AM
Here's how I fixed it:

Code: [Select]
[root@e-smith] cd /var/log/amavis-ng/
[root@e-smith] chown qmailq:qmail amavis-ng.log


For anyone who is getting this error message:
Quote
Can't open /var/log/amavis-ng/amavis-ng.log: No such file or directory
do the following:

Code: [Select]
[root@e-smith] cd /var/log/amavis-ng/
[root@e-smith] touch amavis-ng.log
[root@e-smith] chown qmailq:qmail amavis-ng.log


Cheers,
Ryan