Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-06-02 Thread Heiko Schlittermann via Exim-users
Hi, Martin McCormick via Exim-users (Sa 02 Jun 2018 18:33:41 CEST): > > I even wrote a little shell script that one runs > under sudo > > #!/bin/sh > msg=`mailq |awk '{print $3}'` > if ! test -z $msg;then > exim4 -d -M $msg > fi > > That's because there are two other lines besides the

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-06-02 Thread Martin McCormick via Exim-users
Adrian Zaugg via Exim-users writes: > Hi Martin > > On Debian you set the outgoing email address map in the file: > > /etc/email-addresses > > You can add a line like: > martin: marti...@suddenlink.net > > The exim configuration for a simple use case can be made by > >

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-06-02 Thread Adrian Zaugg via Exim-users
Hi Martin On 01.06.18 04:41, Martin McCormick via Exim-users wrote: > The last part of this long message is the log of the > delivery attempt. As you see, I do now log in to the smarthost > and the only reason for the failure is that the sender name gets > changed. > > The ISP

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-06-01 Thread Martin McCormick via Exim-users
Phil Pennock via Exim-users writes: > I'm going to just discuss the Exim side of things, terminology and such, > to hopefully provide enough context and terminology for you; I can't > really help with the Debian config building. > > There are two different identifiers: > > 1. Which address

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-05-31 Thread Phil Pennock via Exim-users
On 2018-05-31 at 21:41 -0500, Martin McCormick via Exim-users wrote: > The last part of this long message is the log of the > delivery attempt. As you see, I do now log in to the smarthost > and the only reason for the failure is that the sender name gets > changed. > > The ISP knows

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-05-31 Thread Martin McCormick via Exim-users
I am replying to 2 postings. Jeremy Harris via Exim-users writes: > This will be the magic bit, and the syntax looks right, so > best guess is that you placed it in the wrong place. Thank you! I certainly did but I am not quite good yet. > Compare that file with: > >

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-05-31 Thread Klaus Maria Pfeiffer via Exim-users
On 05/31/2018 05:02 AM, Martin McCormick via Exim-users wrote: > set passwd.client as follows: > *.suddenlink.net:marti...@suddenlink.net:somePaSsword have you checked man 5 exim4-config_files and that the hostname in passwd.client is the rDNS of your smarthost, so in your case could be

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-05-31 Thread Heiko Schlittermann via Exim-users
Martin McCormick via Exim-users (Do 31 Mai 2018 05:02:35 CEST): > In the first place one can not add protocol=smtps to > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost > as this throws an error now that protocol=smtps is not understood. Try $ exim -bP config and

Re: [exim] exim4 Versions above about 4.80 Don't Talk to my ISP's smarthost.

2018-05-31 Thread Jeremy Harris via Exim-users
On 05/31/2018 04:02 AM, Martin McCormick via Exim-users wrote: > It was also necessary to add a line to > > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost > > in a certain place that indicated protocol=smtps This will be the magic bit, and the syntax looks right, so