I have 2 sendmail on my server ( instance sendmail ), I want to separate each sendmail with its own maillog?

sendmail version sendmail-8.13.8-8

and how i can see each mail queue for each instance ?

link|improve this question

0% accept rate
feedback

1 Answer

I have to assume that your two instances run with different configuration files. You can view the queues by running mailq -C config_file.cf.

You have to make sure that your separate instances use different queue directories (you can specify this in the configuration file).

To separate logging, one trick is to use the -L command line option for sendmail and differentiate using its argument.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.