Gnus development mailing list
 help / color / mirror / Atom feed
From: Torsten Hilbrich <gnus@myrkr.in-berlin.de>
Subject: Re: Sender address
Date: Tue, 18 May 2004 19:56:23 +0200	[thread overview]
Message-ID: <87pt91fwl4.fsf@myrkr.in-berlin.de> (raw)
In-Reply-To: <vzlljpwu82.fsf@redqueen.ath.cx>

viteno@t-online.de (Norbert Koch) writes:

> Steinar Bang <sb@dod.no> writes:
>
>> Your MTA, perhaps?  What kind of system are you using, and what MTA do
>> you have?
>
> Yes, it seems to be my MTA.  I use exim here, but redirect everything
> to a smarthost, at least I try to.  Alas, the router
>
> smart_route:
>     driver = manualroute
>     transport = remote_smtp
>     route_list = !+local_domains 212.9.160.2
>
> doesn't seem to do what I would expect of it.
>
> Hmm, any hints (yes, wrong list I know, but full of experts anyway
> :-))?

You should probably move the domain check like this:

smart_route:
    driver = manualroute
    domains = +local_domains
    transport = remote_smtp
    route_data = 212.9.160.2

        Torsten

BTW: Check with "exim -bt <some email address>"



  reply	other threads:[~2004-05-18 17:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-14 13:35 Norbert Koch
2004-05-15  5:24 ` Steinar Bang
2004-05-18 16:55   ` Norbert Koch
2004-05-18 17:56     ` Torsten Hilbrich [this message]
2004-05-18 18:49       ` Vasily Korytov
2004-05-19 19:05         ` Torsten Hilbrich
2004-05-18 21:09       ` Norbert Koch
2004-05-18 18:44     ` Vasily Korytov
2004-05-15  7:03 ` Vasily Korytov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pt91fwl4.fsf@myrkr.in-berlin.de \
    --to=gnus@myrkr.in-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).