Date: Tue, 19 Aug 2008 10:56:05 -0700 From: Chuck Swiger <cswiger@mac.com> To: Derrick Ryalls <ryallsd@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: sendmail secondary server routing to alternate port Message-ID: <B198CBBC-2ABE-4A59-AFB7-0A5ED86E2F4C@mac.com> In-Reply-To: <d5eb95fc0808191016v4c596fd4ne88c0409b1711e93@mail.gmail.com> References: <d5eb95fc0808191016v4c596fd4ne88c0409b1711e93@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Aug 19, 2008, at 10:16 AM, Derrick Ryalls wrote: > For example, if I was relaying for example.org on port 2345, I would > specify > example.org:2345 and that is the port it would use to talk to > example.org. > > Now that I have switched to sendmail, I don't see a way to set the > destination port on a per domain basis, only on an all or nothing > basis. Am I missing some piece of the documentation or is this an > actual limitation of sendmail? You can do this with /etc/mail/mailertable: example.org relay:example.org ...and change to the relay mailer flags with this in your sendmail.mc define(`RELAY_MAILER_ARGS', `TCP $h 2345') Note that you might want to define a new mailer called "relay2345" instead of changing the default relay mailer. Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B198CBBC-2ABE-4A59-AFB7-0A5ED86E2F4C>