You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
Until recently my machines running debian testing used to send me
e-mails as reports from cron tasks or from LAMP applications.
This is not working anymore.
I did of course a dpkg-reconfigure exim4-config to get this
/etc/exim4/update-exim4.conf.conf file :
[...]
# This is a Debian specific file
I keep getting this "Unrouteable address" whatever address I try to
write to, addresses who do receive mails via thunderbird.
Thunderbird is also successfully using the smtp server credentials I
feed exim4 with ...
I must be missing something obvious here but I'm completely in the dark.
Thanks for any help,
Rudu
Dan Purgert
unread,
Aug 7, 2019, 11:40:04 AM8/7/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
rudu wrote:
> Hi all,
>
> Until recently my machines running debian testing used to send me
> e-mails as reports from cron tasks or from LAMP applications.
> This is not working anymore.
> I did of course a dpkg-reconfigure exim4-config to get this
> /etc/exim4/update-exim4.conf.conf file :
> [...]
> # This is a Debian specific file
>
> dc_eximconfig_configtype='satellite'
> dc_other_hostnames='*'
Not sure if it makes a difference or not; but my exim satellite configs
have this entry (dc_other_hostnames) set to the local system's name.
[...]
> dc_smarthost='mail.myprovider.fr::465'
This is another problem I noticed. My satellite configs simply state
dc_smarthost='mail.djph.net'; without any port configurations.
Here's what I get in a log when sending from a test VM:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thank you Dan for your input.
Le 07/08/2019 à 17:28, Dan Purgert a écrit :
> rudu wrote:
>> Hi all,
>>
>> Until recently my machines running debian testing used to send me
>> e-mails as reports from cron tasks or from LAMP applications.
>> This is not working anymore.
>> I did of course a dpkg-reconfigure exim4-config to get this
>> /etc/exim4/update-exim4.conf.conf file :
>> [...]
>> # This is a Debian specific file
>>
>> dc_eximconfig_configtype='satellite'
>> dc_other_hostnames='*'
> Not sure if it makes a difference or not; but my exim satellite configs
> have this entry (dc_other_hostnames) set to the local system's name.
>
> [...]
>> dc_smarthost='mail.myprovider.fr::465'
> This is another problem I noticed. My satellite configs simply state
> dc_smarthost='mail.djph.net'; without any port configurations.
As you suggested, I changed both parameters and this is what I get :
I understand that I've been rejected as a spammer.
My provider insist on using port 465 though and maybe I didn't tell
exim4 to use ssl/tls ??
Where should I look ?
Thanks
Rudu
Joe
unread,
Aug 7, 2019, 1:50:04 PM8/7/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Thanks to this link, I tried to use port 587, and changed a few things
to finally get it working \o/ !
For the record, here's my final /etc/exim4/update-exim4.conf.conf file :