Koozali.org: home of the SME Server

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

Offline fpausp

  • *
  • 728
  • +0/-0
There was an error sending your message: unable to send data
« 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
Viribus unitis

pdu57

There was an error sending your message: unable to send data
« Reply #1 on: February 12, 2005, 11:46:30 PM »
i have the same problem. Is someone solve this issue ?

ryanb006

There was an error sending your message: unable to send data
« Reply #2 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