|
Lines 77-82
Link Here
|
| 77 |
mailq /usr/local/sbin/sendmail |
77 |
mailq /usr/local/sbin/sendmail |
| 78 |
newaliases /usr/local/sbin/sendmail |
78 |
newaliases /usr/local/sbin/sendmail |
| 79 |
.Ed |
79 |
.Ed |
|
|
80 |
.Pp |
| 81 |
This example shows how to invoke exim in place of sendmail. |
| 82 |
.Bd -literal |
| 83 |
# Emulate sendmail using exim |
| 84 |
sendmail /usr/local/sbin/exim |
| 85 |
send-mail /usr/local/sbin/exim |
| 86 |
mailq /usr/local/sbin/exim |
| 87 |
newaliases /usr/local/sbin/exim |
| 88 |
.Ed |
| 80 |
.Sh FILES |
89 |
.Sh FILES |
| 81 |
/etc/mail/mailer.conf |
90 |
/etc/mail/mailer.conf |
| 82 |
.Sh SEE ALSO |
91 |
.Sh SEE ALSO |