Re: configuring exim4 smtp to use SSL [SOLVED]

2015-03-24 Thread Jörg-Volker Peetz
Gary Dale wrote on 03/24/2015 04:49: > The problem seems to have been the location of the protocol = smtps line. I > had > it originally in > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost. Moving it > to > /etc/exim4/exim4.conf.template seems to have done the trick. > Didn'

Re: configuring exim4 smtp to use SSL [SOLVED]

2015-03-23 Thread Gary Dale
On 17/03/15 10:38 AM, Gary Dale wrote: On 17/03/15 01:30 AM, David Wright wrote: Quoting Gary Dale (garyd...@torfree.net): On 16/03/15 12:37 PM, Brian wrote: On Mon 16 Mar 2015 at 10:46:25 -0500, David Wright wrote: Quoting James (bjloc...@lockie.ca): You can't telnet to an ssl port. Use:

Re: configuring exim4 smtp to use SSL

2015-03-17 Thread Gary Dale
On 17/03/15 01:30 AM, David Wright wrote: Quoting Gary Dale (garyd...@torfree.net): On 16/03/15 12:37 PM, Brian wrote: On Mon 16 Mar 2015 at 10:46:25 -0500, David Wright wrote: Quoting James (bjloc...@lockie.ca): You can't telnet to an ssl port. Use: openssl s_client -connect [IP]:smtps I'

Re: configuring exim4 smtp to use SSL

2015-03-17 Thread Brian
On Tue 17 Mar 2015 at 00:30:38 -0500, David Wright wrote: > Quoting Gary Dale (garyd...@torfree.net): > > OK, following the doc at http://www.debianhelp.co.uk/mail.htm, I > > could enter: > > HELO > > I always use EHLO but have no idea if it makes a difference. EHLO allows the client to discove

Re: configuring exim4 smtp to use SSL

2015-03-17 Thread Jonathan Dowland
On Sat, Mar 14, 2015 at 08:48:37PM -0500, David Wright wrote: > Is it worth telnetting the port to check that it supports what you > think it does. For example, from several years ago: Check out "swaks". It is a debug SMTP client which can do more sophisticated things than you can via telnet. --

Re: configuring exim4 smtp to use SSL

2015-03-16 Thread David Wright
Quoting Gary Dale (garyd...@torfree.net): > On 16/03/15 12:37 PM, Brian wrote: > >On Mon 16 Mar 2015 at 10:46:25 -0500, David Wright wrote: > > > >>Quoting James (bjloc...@lockie.ca): > >> > >>>You can't telnet to an ssl port. > >>>Use: > >>>openssl s_client -connect [IP]:smtps > >>I'm sorry if I m

Re: configuring exim4 smtp to use SSL

2015-03-16 Thread Gary Dale
On 16/03/15 12:37 PM, Brian wrote: On Mon 16 Mar 2015 at 10:46:25 -0500, David Wright wrote: Quoting James (bjloc...@lockie.ca): You can't telnet to an ssl port. Use: openssl s_client -connect [IP]:smtps I'm sorry if I muddied the waters by suggesting using telnet. I find it a useful tool to

Re: configuring exim4 smtp to use SSL

2015-03-16 Thread Brian
On Mon 16 Mar 2015 at 10:46:25 -0500, David Wright wrote: > Quoting James (bjloc...@lockie.ca): > > > You can't telnet to an ssl port. > > Use: > > openssl s_client -connect [IP]:smtps > > I'm sorry if I muddied the waters by suggesting using telnet. > I find it a useful tool to quickly test whe

Re: configuring exim4 smtp to use SSL

2015-03-16 Thread David Wright
Quoting James (bjloc...@lockie.ca): > You can't telnet to an ssl port. > Use: > openssl s_client -connect [IP]:smtps I'm sorry if I muddied the waters by suggesting using telnet. I find it a useful tool to quickly test whether I can reach a port, whether anything is listening, and whether the res

Re: configuring exim4 smtp to use SSL

2015-03-15 Thread James
On 03/15/2015 08:04 AM, Gary Dale wrote: On 15/03/15 05:32 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/15/2015 04:26: I can telnet to both 26 and 465. I get three 220 lines when I connect to port 26, including the ESMTP line, but not when I use port 465. When I connect to port 465,

Re: configuring exim4 smtp to use SSL

2015-03-15 Thread Jörg-Volker Peetz
Forgot to mention that I'm using jessie with exim4 version 4.84-8. -- Regards, jvp. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/me46qp$6ek$1...@ger.gmane.org

Re: configuring exim4 smtp to use SSL

2015-03-15 Thread Gary Dale
On 15/03/15 05:32 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/15/2015 04:26: I can telnet to both 26 and 465. I get three 220 lines when I connect to port 26, including the ESMTP line, but not when I use port 465. When I connect to port 465, I get kicked out if I enter the EHLO or a USER

Re: configuring exim4 smtp to use SSL

2015-03-15 Thread Jörg-Volker Peetz
Gary Dale wrote on 03/15/2015 04:26: > I can telnet to both 26 and 465. I get three 220 lines when I connect to port > 26, including the ESMTP line, but not when I use port 465. When I connect to > port 465, I get kicked out if I enter the EHLO or a USER command, etc.. > Also on the smtps server

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Gary Dale
On 14/03/15 09:48 PM, David Wright wrote: Quoting Gary Dale (garyd...@torfree.net): On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/14/2015 06:00: I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is supposed to cover the SSL on connect issue. Beside

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Gary Dale
On 14/03/15 11:08 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/14/2015 15:46: On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/14/2015 06:00: I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is supposed to cover the SSL on connect issue. Beside

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread David Wright
Quoting Gary Dale (garyd...@torfree.net): > On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: > >Gary Dale wrote on 03/14/2015 06:00: > > > >>I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is > >>supposed to cover the SSL on connect issue. > >> > >Besides the dc_smarthost additi

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Jörg-Volker Peetz
Gary Dale wrote on 03/14/2015 15:46: > On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: >> Gary Dale wrote on 03/14/2015 06:00: >> >>> I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is >>> supposed to cover the SSL on connect issue. >>> >> Besides the dc_smarthost addition "::

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Gary Dale
On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/14/2015 06:00: I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is supposed to cover the SSL on connect issue. Besides the dc_smarthost addition "::465", I added protocol = smtps in the "transport/

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Gary Dale
On 14/03/15 09:34 AM, Jörg-Volker Peetz wrote: Gary Dale wrote on 03/14/2015 06:00: I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is supposed to cover the SSL on connect issue. Besides the dc_smarthost addition "::465", I added protocol = smtps in the "transport/

Re: configuring exim4 smtp to use SSL

2015-03-14 Thread Jörg-Volker Peetz
Gary Dale wrote on 03/14/2015 06:00: > > I did add tls_on_connect_ports = 465 to exim4.conf.localmacros, which is > supposed to cover the SSL on connect issue. > Besides the dc_smarthost addition "::465", I added protocol = smtps in the "transport/30_exim4-config_remote_smtp_smarthost" sec

Re: configuring exim4 smtp to use SSL

2015-03-13 Thread Gary Dale
On 13/03/15 01:19 PM, Eduardo M KALINOWSKI wrote: On Sex, 13 Mar 2015, Gary Dale wrote: My update-exim4.conf.conf file is (replacing with the actual name). If dc_smarthost has the port set to 26, mail gets sent. However with it set to 465, it stays in the mailq. dc_eximconfig_configtype='sma

Re: configuring exim4 smtp to use SSL

2015-03-13 Thread Gary Dale
On 13/03/15 01:28 PM, David Wright wrote: Quoting Gary Dale (garyd...@torfree.net): I'm running a Wheezy/64 server and am trying to get exim4 to send e-mail using an SSL connection. My current configuration works when I use their normal smtp port (which is 26, not 25) but fails when I use their

Re: configuring exim4 smtp to use SSL

2015-03-13 Thread David Wright
Quoting Gary Dale (garyd...@torfree.net): > I'm running a Wheezy/64 server and am trying to get exim4 to send > e-mail using an SSL connection. My current configuration works when > I use their normal smtp port (which is 26, not 25) but fails when I > use their smtp/SSL port (465). > > However Thu

Re: configuring exim4 smtp to use SSL

2015-03-13 Thread Eduardo M KALINOWSKI
On Sex, 13 Mar 2015, Gary Dale wrote: My update-exim4.conf.conf file is (replacing with the actual name). If dc_smarthost has the port set to 26, mail gets sent. However with it set to 465, it stays in the mailq. dc_eximconfig_configtype='smarthost' dc_other_hostnames='' dc_local_interfaces

configuring exim4 smtp to use SSL

2015-03-13 Thread Gary Dale
I'm running a Wheezy/64 server and am trying to get exim4 to send e-mail using an SSL connection. My current configuration works when I use their normal smtp port (which is 26, not 25) but fails when I use their smtp/SSL port (465). However Thunderbird is able to send e-mail from workstations

Re: need help configuring exim4 on a new debian wheezy install

2013-07-24 Thread Brian
On Wed 24 Jul 2013 at 14:02:53 -0700, Don Raikes wrote: > I have a new debian wheezy installation on my laptop, and I wish to > configure exim4 so that it will utilize smtp.live.com to send email > outside my local machine. Most people who want to do this read /usr/share/doc/exim4-config/READ

Re: need help configuring exim4 on a new debian wheezy install

2013-07-24 Thread Juan Sierra Pons
omain to use for the domain field in the configuration process, so what is the best method for configuring exim4. > > BTW: I will be using it with mutt and mpop/procmail. > > -- > Best Regards, Donald > > > Donald raikes | Accessibility Specialist/ QA Engineer > Ph

need help configuring exim4 on a new debian wheezy install

2013-07-24 Thread Don Raikes
Hello, I have a new debian wheezy installation on my laptop, and I wish to configure exim4 so that it will utilize smtp.live.com to send email outside my local machine. I do not have my own domain to use for the domain field in the configuration process, so what is the best method for configuring

Re: Configuring exim4 to send emails

2010-04-15 Thread Ruben Varela
Okay, I figured it out. My hostname was my domain. ru...@domain.tld:~$ uname -n domain.tld ru...@domain.tld:~$ hostname domain.tld ru...@domain.ltd:~$ hostname --fqdn domain.tld I changed this to server.domain.tld ru...@domain.ltd:~$ sudo hostname server.domain.tld and then tried sending email

Re: Configuring exim4 to send emails

2010-04-13 Thread Robert Holtzman
On Tue, 13 Apr 2010, Ruben Varela wrote: I'm configuring an email to send emails. Emails sent to any domain, apart from my own, are sent okay. I have my emails with Google Apps. Assuming my domain is, example.com. If I send an email from my server to ru...@example.com it doesn't arrive at my Go

Configuring exim4 to send emails

2010-04-13 Thread Ruben Varela
I'm configuring an email to send emails. Emails sent to any domain, apart from my own, are sent okay. I have my emails with Google Apps. Assuming my domain is, example.com. If I send an email from my server to ru...@example.com it doesn't arrive at my Google Apps account, it arrives to my server a

configuring exim4

2005-09-25 Thread Del Boy
On a fresh copy of sarge, I am having difficulties setting up exim4 and getting it to see other domains, like gmail.com. Has anyone recently done a raw install of exim4, and would like to assist ? del -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Re: Configuring exim4 (for use with mutt)

2005-01-07 Thread Maurits van Rees
On Fri, Jan 07, 2005 at 12:29:33AM +0100, Gerard Robin wrote: > Question: > Does he need to complete his file /etc/email-addresses ? I only have commented lines in that file, so at least in my case it isn't necessary. I did have my name and address in that file at some time, but that could have be

Re: Configuring exim4 (for use with mutt)

2005-01-06 Thread Gerard Robin
On Thu, Jan 06, 2005 at 10:38:11PM +0100, Maurits van Rees wrote: > On Thu, Jan 06, 2005 at 07:44:39PM +, Felixk Karpfen wrote: > > Unfortunately this does not work on my setup because my login name on my > > computer and my login name on my ISP's computer are different. > > > > When "mutt" is

Re: Configuring exim4 (for use with mutt)

2005-01-06 Thread Maurits van Rees
On Thu, Jan 06, 2005 at 07:44:39PM +, Felixk Karpfen wrote: > Unfortunately this does not work on my setup because my login name on my > computer and my login name on my ISP's computer are different. > > When "mutt" is used in conjunction with "sendmail" this can be fixed > with the "set envel

Re: Configuring exim4 (for use with mutt)

2005-01-06 Thread Greg Folkert
On Thu, 2005-01-06 at 19:44 +, Felixk Karpfen wrote: > One of the few inputs requested by exim4-config is "hostname". > > The screen, that contains this request, explains that the "hostname" is > the part of the email address that comes after the "@". As far as I can > judge exim4 uses this in

Configuring exim4 (for use with mutt)

2005-01-06 Thread Felixk Karpfen
One of the few inputs requested by exim4-config is "hostname". The screen, that contains this request, explains that the "hostname" is the part of the email address that comes after the "@". As far as I can judge exim4 uses this input in conjunction with the user's login name to construct the "env