Hello,

problem is /etc/cron.daily/mailscanner_exim calls
/usr/share/exim4/exim4_refresh_gnutls-params which does its own
detection of the spooldirectory (exim4 -bP spool_directory).

so exim4_refresh_gnutls-params always runs on /var/spool/exim4/ and
never on /var/spool/exim4_outgoing.

currently there is no way to tell exim4_refresh_gnutls-params to use a
different spool_dir so i have opened a bugreport on exim4 to request
this.

in the meantime you can copy
/usr/share/exim4/exim4_refresh_gnutls-params to
/usr/local/share/mailscanner/ or something similar, change line 28 to

SPOOLDIR="$(/usr/lib/exim4/exim4 -DOUTGOING -bP spool_directory | sed 
's/.*=[[:space:]]\(.*\)/\1/')"

and call this script in your /etc/cron.daily/mailscanner_exim instead
of the original exim4_refresh_gnutls-params.

--
Regards
Simon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to