Procedure
- Copy the
/var/spool/mqueuequeue directory and rename it/var/spool/mqueue1for Sendmail #2.# cp -pr /var/spool/mqueue /var/spool/mqueue1 - In the
sendmail.d.mcfile, add the following statements beforeMAILER(smtp)dnl:define(`QUEUE_DIR', `/var/spool/mqueue1')dnl define(`confPID_FILE', `/var/run/sendmail_delivery.pid')dnl
- Change the existing DAEMON_OPTIONS setting in the
sendmail.d.mcfile into the following to receive SMTP requests from IMSS:DAEMON_OPTIONS(`Port=10026, Addr=127.0.0.1, Name=MTA_DELIVERY')dnl - Run the following command for the
sendmail.cf.deliveryfile to take effect:# m4 /etc/mail/sendmail.d.mc > /etc/mail/sendmail.cf.delivery
