4 on page 733):
define(`confSMTP_MAILER??, `dsmtp??)
Note that if you make a typo in the name, the error will not be detected until you
actually try to send email. For example, if you misspelled dsmtp as xsmtp, you would
see the following message printed and logged when trying to send a message to
another machine:
buildaddr: unknown mailer xsmtp
In general, all defined mc configuration macros should precede the associated
MAILER definition, but for confSMTP_MAILER, this is only a recommendation, not a
requirement.
20.3.1.2 confUUCP_MAILER
The confUUCP_MAILER mc configuration macro is used to specify your preference for
the delivery agent you prefer for handling UUCP. The default is uucp. Other possible
values are uucp-old, uucp-new, uucp-dom, and uucp-uudom (see ?§17.6 on page 606 for a
discussion of these choices):
define(`confUUCP_MAILER??, `uucp-dom??)
If you relay all UUCP mail offsite to a special host with a UUCP modem connection,
it is reasonable to use relay for the delivery agent:
define(`confUUCP_MAILER??, `relay??)
20.3.1.3 confLOCAL_MAILER
The confLOCAL_MAILER mc configuration macro is used to specify the delivery agent
you prefer for local delivery. This is almost always local. The default for Cyrus users
is cyrus. In the rare circumstance that you need to change this, you can declare
something like this:
define(`confLOCAL_MAILER??, `newlocal??)
See ?§20.
Pages:
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251