You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Nigel Metheringham edited this page Nov 30, 2012
·
4 revisions
Q9202
Question
A script that FreeBSD runs nightly uses mailq with the -Ac parameter. Why doesn't Exim recognize this?
Answer
-Ac is a Sendmail option that requests that mailq Show the mail submission queue specified in /etc/mail/submit.cf instead of the MTA queue specified in
/etc/mail/sendmail.cf**'. Exim doesn't have the concept of a submission queue. You can disable this feature of the nightly script by adding the line
::
daily\_status\_include\_submit\_mailq="NO" \# No separate 'submit' queue