Ask a Question related to Debian, Design and Development.
-
Paul Johnson #1
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
-
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... -
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... -
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... -
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... -
(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... -
David #2
Re: exim to exim4 smarthost question
On Fri, Aug 01, 2003 at 04:23:36AM -0700, Paul Johnson wrote:
I don't know if this is what you need, but here's my smarthost>
> 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
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
-
Paul Johnson #3
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:Can you use the old exim3 trick of listing out the domains in a colon> domains = lsearch;/etc/exim/smarthost_domains
seperated pattern?
Umm, that's not funny, it's common sense!> \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}
- --
.''`. 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



Reply With Quote

