exim to exim4 smarthost question

Ask a Question related to Debian, Design and Development.

  1. #1

    Default exim to exim4 smarthost question

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    What would the exim4 equivilent of this?

    (in the Routers section)

    smarthost:
    driver = domainlist
    transport = remote_smtp
    domains = aol.com:netscape.net:furworld.org
    route_list = * smtp.comcast.net byname


    - --
    .''`. Paul Johnson <baloo@ursine.ca>
    : :' : proud Debian admin and user
    `. `'`
    `- Debian - when you have better things to do than fix a system
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/Kk24J5vLSqVpK2kRAjr/AKCWItjS+954B5wrhdZ6Z78NP+KMTgCeMwpY
    eaGs00QJIFUHCog/l5lrL3Y=
    =Ya31
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Paul Johnson Guest

  2. Similar Questions and Discussions

    1. CDOSYS and smarthost
      I'm trying to send an email from my ASP page using CDO.Message and CDO.Configuration. I couldn't get this to work for ages and all my emails ended...
    2. Upgrade exim -> exim4
      My experience: I just made the transition yesterday. The configuration has changed in a major way, but the installation was relativvely smooth...
    3. exim router question
      I want to test Spamassassin and want to relay the mail of individual users to a test machine with Spamassassin. I am not sure how to do it. I...
    4. Using exim4 with fetchmail warning
      Hi, I've just found that the default exim4 configuration (exim4 4.20-1 deb package) comes with no smtp_accept_queue_per_connection value. So...
    5. (simple) exim question
      After a whole day of configuring Exim I'm right now at a loss as to what I'm looking for. I have all kinds of docs, so I just need help in where to...
  3. #2

    Default Re: exim to exim4 smarthost question

    On Fri, Aug 01, 2003 at 04:23:36AM -0700, Paul Johnson wrote:
    >
    > What would the exim4 equivilent of this?
    >
    > (in the Routers section)
    >
    > smarthost:
    > driver = domainlist
    > transport = remote_smtp
    > domains = aol.com:netscape.net:furworld.org
    > route_list = * smtp.comcast.net byname
    I don't know if this is what you need, but here's my smarthost
    definition.. it was patched from my exim.conf by "exim2exim4" or
    whatever the automatic updater was called..

    Not looking at the docs, but I believe that the "no_more" statement is
    to flag the end of the router section, and is not part of the smarthost
    definition.

    smarthost:
    driver = manualroute
    domains = ! +local_domains
    route_list = * mail.duo-county.com bydns
    transport = remote_smtp
    no_more



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David Guest

  4. #3

    Default Re: exim to exim4 smarthost question

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Fri, Aug 01, 2003 at 04:11:09PM -0400, Derrick 'dman' Hudson wrote:
    > domains = lsearch;/etc/exim/smarthost_domains
    Can you use the old exim3 trick of listing out the domains in a colon
    seperated pattern?
    > \begin{humor}
    > Disclaimer:
    > If I receive a message from you, you are agreeing that:
    > 1. I am by definition, "the intended recipient"
    > 2. All information in the email is mine to do with as I see fit and make
    > such financial profit, political mileage, or good joke as it lends
    > itself to. In particular, I may quote it on USENET or the WWW.
    > 3. I may take the contents as representing the views of your company.
    > 4. This overrides any disclaimer or statement of confidentiality that may
    > be included on your message
    > \end{humor}
    Umm, that's not funny, it's common sense!

    - --
    .''`. Paul Johnson <baloo@ursine.ca>
    : :' : proud Debian admin and user
    `. `'`
    `- Debian - when you have better things to do than fix a system
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/K6WyJ5vLSqVpK2kRAlgrAJ4/qVYq1Ru7s8PnaQ2GAwHjeXRUIACgjZAO
    Uc1qj7GEBpft9hoOVm/uOk8=
    =VtUi
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Paul Johnson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139