warrenliang
IS-IT--Management
Good evening,
My mail server would be an off-site mail server for our satellite division. When the satelliet office local mail server is not available, all emails to that domain (different domain name) would route to our site. Emails will be put on-hold at my site until their server becomes available. My plan is to create a separate queue on my mail server. Any email which recipient is to that domain will be routed to the special queue and put on hold until further notice.
I enter multiple entries on sendmail.cf file, such as:
O QueueDirectory=/var/spool/mqueue/*
Qone P=/var/spool/mqueue/normalq
Qtwo P=/var/spool/mqueue/holdingq
to create two mail queues.
How do I configure sendmail to route particular emails to holdingq and to hold them all as well?
Thanks in advance,
Operation background:
Sendmail: Version 8.12.10
O/S: Sun Solaris 8
My mail server would be an off-site mail server for our satellite division. When the satelliet office local mail server is not available, all emails to that domain (different domain name) would route to our site. Emails will be put on-hold at my site until their server becomes available. My plan is to create a separate queue on my mail server. Any email which recipient is to that domain will be routed to the special queue and put on hold until further notice.
I enter multiple entries on sendmail.cf file, such as:
O QueueDirectory=/var/spool/mqueue/*
Qone P=/var/spool/mqueue/normalq
Qtwo P=/var/spool/mqueue/holdingq
to create two mail queues.
How do I configure sendmail to route particular emails to holdingq and to hold them all as well?
Thanks in advance,
Operation background:
Sendmail: Version 8.12.10
O/S: Sun Solaris 8