Discussion:
[SA-exim] need help with sa-exim.conf [stop teergrubing of backup MX records!]
Luke Kenneth Casson Leighton
2006-09-28 17:09:51 UTC
Permalink
hello darlings,

many apologies: google searches show up nothing i can find,
and sa-exim is still sufficiently obscure rocket-science for
it to be difficult to find the appropriate answers.

... help!

what voodoo-magic do i need to specify in the SAteergrube section so
that angua.rince.de and smtp.hands.com do not end up being teergrubed?

both are relays for email from different sources, and they are run
by friends, so i want to be polite to them.

any assistance much appreciated,

l.

p.s. please respond cc to me because i am not subscribed to this list.
heck, if not, i can always look in the archives for a possible response.
--
--
lkcl.net - mad free software computer person, visionary and poet.
--
Marc MERLIN
2006-10-02 16:44:37 UTC
Permalink
Post by Luke Kenneth Casson Leighton
hello darlings,
many apologies: google searches show up nothing i can find,
and sa-exim is still sufficiently obscure rocket-science for
it to be difficult to find the appropriate answers.
... help!
what voodoo-magic do i need to specify in the SAteergrube section so
that angua.rince.de and smtp.hands.com do not end up being teergrubed?
The easiest way is shown in the documentation:
SAteergrubecond: ${if and { {!eq {$sender_host_address}{127.0.0.1}} {!eq
{$sender_host_address}{127.0.0.2}} } {1}{0}}

Set 127.0.0.2 to the IP of the relay you don't want to teergrube, and add
new entries as needed

Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/
Luke Kenneth Casson Leighton
2006-10-02 20:41:42 UTC
Permalink
marc, thank you - it was the syntax of having extra addresses (other
than just one - 127.0.0.1) that i couldn't determine from the example
sa-exim.conf that comes with the standard debian distro.

... i must have just missed the 127.0.0.2. duh.

much appreciated!

l.
Post by Marc MERLIN
Post by Luke Kenneth Casson Leighton
hello darlings,
many apologies: google searches show up nothing i can find,
and sa-exim is still sufficiently obscure rocket-science for
it to be difficult to find the appropriate answers.
... help!
what voodoo-magic do i need to specify in the SAteergrube section so
that angua.rince.de and smtp.hands.com do not end up being teergrubed?
SAteergrubecond: ${if and { {!eq {$sender_host_address}{127.0.0.1}} {!eq
{$sender_host_address}{127.0.0.2}} } {1}{0}}
Set 127.0.0.2 to the IP of the relay you don't want to teergrube, and add
new entries as needed
--
--
lkcl.net - mad free software computer person, visionary and poet.
--
Loading...