Referring to my http://142.103.107.138/NetworkExtant.jpg diagram, mutt
and exim4 running on Dalton can send a message, through port 465 with
TLS, to *.webwelcome.com and then to a destination.
Next I want to have Cantor send a message through exim4 on Dalton. The
connection from Cantor to Dalton should be plain old SMTP with no
authentication and no TLS. Which configuration options will allow this?
I've spent a few hours searching and reading in the manuals and not
found anything helpful; or perhaps just missed relevant options.
Thanks, ... Peter E.
--
Telephone 1 360 639 0202. bcc: peter at easthope.ca
"http://carnot.yi.org/ "
"http://members.shaw.ca/peasthope/index.html#Itinerary "
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
On Wed, 04 Apr 2012 11:28:18 -0700
Peter Easthope <peter@easthope.ca> wrote:
> Referring to my http://142.103.107.138/NetworkExtant.jpg diagram,
> mutt and exim4 running on Dalton can send a message, through port 465
> with TLS, to *.webwelcome.com and then to a destination.
>
> Next I want to have Cantor send a message through exim4 on Dalton.
> The connection from Cantor to Dalton should be plain old SMTP with no
> authentication and no TLS. Which configuration options will allow
> this? I've spent a few hours searching and reading in the manuals and
> not found anything helpful; or perhaps just missed relevant options.
>
OK, it's a few years now since my exim4 was at that stage, so I'm not
really sure what is necessary...
... but to start with, locate /etc/exim4/update-exim4.conf.conf and see
what's in it. There should be an entry which may be empty called:
dc_relay_nets
which should contain network specifications separated by colons and
enclosed in single quotes. My guess for a first try is:
dc_relay_nets='172.24.1.0/24'
on the basis you're using a /24 netmask there. I don't believe that
exim4 by default checks sending domain, From: or anything else in the
message. It is also possible to relay by sending domain specification,
using dc_relay_domains, but that's probably not what you want here.
After the change, run update-exim4.conf and restart exim4.
--
Joe
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120405083910.7f15c8ab@jretrading.com">http://lists.debian.org/20120405083910.7f15c8ab@jretrading.com
04-05-2012, 12:07 PM
Camaleón
Exim4 and SMTP relaying.
On Wed, 04 Apr 2012 11:28:18 -0700, Peter Easthope wrote:
> Referring to my http://142.103.107.138/NetworkExtant.jpg diagram, mutt
> and exim4 running on Dalton can send a message, through port 465 with
> TLS, to *.webwelcome.com and then to a destination.
>
> Next I want to have Cantor send a message through exim4 on Dalton. The
> connection from Cantor to Dalton should be plain old SMTP with no
> authentication and no TLS. Which configuration options will allow this?
> I've spent a few hours searching and reading in the manuals and not
> found anything helpful; or perhaps just missed relevant options.
Speaking from a "Postfixized" mind, I can see two different approaches:
1/ Enforce the use of TSL to certain hosts
2/ Allow local hosts to do not use TLS
The exact keys that need to be tweaked to get these I can't tell :-)
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: jlk1to$mrm$6@dough.gmane.org">http://lists.debian.org/jlk1to$mrm$6@dough.gmane.org
04-05-2012, 03:11 PM
Peter Easthope
Exim4 and SMTP relaying.
Joe,
On 05/04/12 12:39 AM, Joe wrote:
... should contain network specifications separated by colons and
enclosed in single quotes. My guess for a first try is:
dc_relay_nets='172.24.1.0/24'
on the basis you're using a /24 netmask there.
This configuration had been created with dpkg-reconfigure exim4.config.
No need to edit directly.
After the change, run update-exim4.conf and restart exim4.
It didn't work and there were no error messages on Dalton.
Then I realized that consequent to one of my inane blunders, Cantor was
calling his own address 172.24.1.2,. Fixed that to 172.24.1.1, Dalton,
and it works just as intended. Thanks!
Date: Thu, 5 Apr 2012 12:07:20 +0000 (UTC)
From: =?iso-8859-1?q?Camale=F3n?= <noelamac@gmail.com>
> Speaking from a "Postfixized" mind, I can see two different approaches:
> 1/ Enforce the use of TSL to certain hosts
> 2/ Allow local hosts to do not use TLS
Appears that in the default configuration, Exim4 copes with TLS, present
or not. And accepts a local connection with or without a password.
Thanks to both of you, ... Peter E.
--
Telephone 1 360 639 0202. bcc: peter at easthope.ca
"http://carnot.yi.org/ "
"http://members.shaw.ca/peasthope/index.html#Itinerary "
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org