-
Notifications
You must be signed in to change notification settings - Fork 179
Q9202
Nigel Metheringham edited this page Nov 29, 2012
·
4 revisions
A script that FreeBSD runs nightly uses mailq with the -Ac parameter. Why doesn't Exim recognize this?
-Ac is a Sendmail option that requests that mailq .. raw:: html : “
Show the mail submission queue specified in .. raw:: html : ”
/etc/mail/submit.cf instead of the MTA queue specified in /etc/mail/sendmail.cf**'. Exim doesn't have the concept of a .. raw:: html “
submission queue.. raw:: html ”
. You can disable this feature of the nightly script by adding the line
::
daily_status_include_submit_mailq="NO" # No separate 'submit' queue
to the file**/etc/periodic.conf**.