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
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
>
>
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 know
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 is
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
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:
>
> http://exim.org/
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 smtp.su
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 c
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
best
Debian wheezy had a version of exim4 whose number was
4.7x, maybe even as high as 4.79. With a little help, I got exim
to establish a smtps session with the internet service provider
in our area. The recipe was to:
dpkg-reconfigure exim4-config and be sure to select
mail deliv
10 matches
Mail list logo