Hi,
I had a problem a while ago with the error
"All deliveries are handled by MailScanner" appearing in the logs.
This was fixed by changing /etc/init.d/exim and changing the last two lines in the first instance for startup... remove the trailing '\' from the first and comment '#' the second line
TMPDIR=/tmp daemon /usr/sbin/exim $([ "$DAEMON" = yes ] && echo -bd )
# $([ -n "$QUEUE" ] && echo -q$QUEUE)
I am now seeing a similar error. mail is being delayed and the reason is
"All deliveries are handled by MailScanner"
I had a feeling the latest update changed the init file again so I had a look. It had changed. But this time the format is a little different also. They still have those two lines and I can remove the trailing slash and comment the second line, but when I restart exim i get an error...something about it not meant to be used on a command line. The mailserver still seems to work however.
Is anyone able to advise if it is safe to keep those modifications and disrgard the error (maybe it is only a wearning?) or is there another way to avoide these errors:
"All deliveries are handled by MailScanner"
Thanks
I had a problem a while ago with the error
"All deliveries are handled by MailScanner" appearing in the logs.
This was fixed by changing /etc/init.d/exim and changing the last two lines in the first instance for startup... remove the trailing '\' from the first and comment '#' the second line
TMPDIR=/tmp daemon /usr/sbin/exim $([ "$DAEMON" = yes ] && echo -bd )
# $([ -n "$QUEUE" ] && echo -q$QUEUE)
I am now seeing a similar error. mail is being delayed and the reason is
"All deliveries are handled by MailScanner"
I had a feeling the latest update changed the init file again so I had a look. It had changed. But this time the format is a little different also. They still have those two lines and I can remove the trailing slash and comment the second line, but when I restart exim i get an error...something about it not meant to be used on a command line. The mailserver still seems to work however.
Is anyone able to advise if it is safe to keep those modifications and disrgard the error (maybe it is only a wearning?) or is there another way to avoide these errors:
"All deliveries are handled by MailScanner"
Thanks