Dear postfix experts:
So, apparently I failed at configuring my server properly after moving
my whole email services to docker, and some spambot eventually was able
to send a "claim prize" email through my server. The reason I think it's
relay is that the account, from which the email was sent
10024
virtual_uid_maps = static:5000
```
Best regards,
Sam
On 21/12/2022 8:35 AM, Phil Stracchino wrote:
On 12/20/22 21:39, Samer Afach wrote:
I could share postconf too, but it's huge and I don't want to make this
a huge burden unless necessary.
'postconf -n' is much more concise. Try it.
e.
If you need any additional information or additional logs, please let me
know.
Best regards,
Sam
On 21/12/2022 10:31 AM, Patrick Proniewski wrote:
Hello,
Do you have the logs (postfix and maybe dovecot) showing the spammer
interaction with the server?
pat
On 21 Dec 2022, at 05:45
On
21/12/22 20:35, Samer Afach wrote:
Dear Pat:
Thank you for throwing this idea, because I really thought it
wasn't possible to retrieve docker logs without setup, but I dug
and found the logs. I have them all. Unfortunately, I can
. If they do, then that is the problem.
On Wed, 21 Dec 2022 11:35:13 +0400 Samer Afach wrote:
Dear Pat:
Thank you for throwing this idea, because I really thought it wasn't
possible to retrieve docker logs without setup, but I dug and found the
logs. I have them all. U
ean "smtp_tls_session_cache_database =
btree:${data_directory}/smtp_scache"?
Will apply the recommendations that I understood. Thank you very much.
Cheers,
Sam
On 21/12/2022 12:12 PM, Benny Pedersen wrote:
Samer Afach skrev den 2022-12-21 05:45:
Thank you, Phil. Here we go. Here
tructure-with-postfix-and-load-balancers/
On Wed, 21 Dec 2022 12:39:30 +0400 Samer Afach wrote:
Thank you. You and Pat actually may be onto something. I grepped the whole logs for "connect from",
and all the "connect from" and "disconnect from" statements seem to
21/12/2022 10:21 PM, Matthias Andree wrote:
Am 21.12.22 um 09:45 schrieb Samer Afach:
Thank you for these hints, Benny. I wanna point out that I'm, in no
way, an expert in any of this, and my configuration is based on online
research and some copy/paste.
Then with all due respect, please shu
Actually I would appreciate advice on how to do this on an internal
environment. Is there a way to do this, like tools? The challenge is
that I need an external email client to check IP addresses through the
proxy, do the TLS communication, etc. My plan is to completely cut off
relaying by sett
I'm
in NO WAY entitled to anything, and I'm already very grateful for
everything I learned here, but please be realistic in what you're asking
for. I'm trying to make the best of the current situation.
Thank you all, lovely people. I wanna emphasize that I'm learning from
ev
alid among public servers, but when we say "client",
that sounds like any client, and not all clients share having a global
hostname/FQDN.
Thanks for explaining EHLO, I think I understand it now.
Cheers,
Sam
On 23/12/2022 5:01 AM, raf wrote:
On Thu, Dec 22, 2022 at 04:47:57AM +040
Got it. So HELO/EHLO is specifically for MTAs. Thank you very
much for explaining!
All the best,
Sam
On 23/12/2022 6:37 AM, Wietse Venema
wrote:
Samer Afach:
Thank you very much, Raf. I really appreciate your
I see. Thank you for the explanation. So the right way to state this is
that HELO/EHLO requires a valid FQDN/hostname only for MTAs, and for
MUAs it's just ignored because authentication is what matters.
Cheers,
Sam
On 23/12/2022 9:34 AM, Peter wrote:
On 23/12/22 15:48, Samer Afach
10 years now without any problems. I don't
expect others to use such restrictions but it works for me.
On Fri, 23 Dec 2022 09:51:48 +0400 Samer Afach wrote:
I see. Thank you for the explanation. So the right way to state this is
that HELO/EHLO requires a valid FQDN/hostname only for MTAs,
here. I agree with everything you said, except the
assumption that this setup is strictly complex. I would call it
unusual, but it's the optimum solution for the problem I have,
portability.
If you have any further scrutiny for my setup in mind, please go
ahead. I
Dear postfix experts:
I think I'm getting to the end of this problem. I was able to use
haproxy to relay connections to my docker container with correct source
information (and I'm seeing the correct IP addresses in the logs of
postfix/dovecot). I would appreciate it if you could take a look a
lear, because this is a typical problem in docker.
Cheers,
Sam
On 24/12/2022 5:30 AM, raf wrote:
On Fri, Dec 23, 2022 at 04:35:03PM +0400, Samer Afach
wrote:
About your great loud thought, my containers are versioned but there's
no CI in there, and every launch for them recrea
ncrypt cannot add a `cat`
call after recreating the certificates.
Thanks a lot for looking into my configuration. That's very generous of you.
Cheers,
Sam
On 24/12/2022 6:29 AM, raf wrote:
On Fri, Dec 23, 2022 at 06:58:17PM +0400, Samer Afach
wrote:
Dear postfix experts:
I think I
th this request from
months ago: https://github.com/trusteddomainproject/OpenDKIM/issues/153
Hopefully someone will find the time to do it.
Cheers,
Sam
On 24/12/2022 7:38 AM, raf wrote:
On Sat, Dec 24, 2022 at 06:28:29AM +0400, Samer Afach
wrote:
On 24/12/2022 5:30 AM, raf wrote:
On Fri, D
my future moves
to new servers and will minimize the chance of any mistakes happening.
Cheers,
Sam
On 23/12/2022 9:47 PM, Demi Marie Obenour wrote:
On 12/23/22 09:58, Samer Afach wrote:
Dear postfix experts:
I think I'm getting to the end of this problem. I was able to use
haproxy to re
wrote:
Dnia 24.12.2022 o godz. 07:51:42 Samer Afach pisze:
1. I see you're telling me to remove smtpd_client_restrictions (for
both 465 and 587?) and only keep smtpd_recipient_restrictions. Can
you please elaborate on the difference? I thought clients connecting
to the server a
Hello everyone
I have a setup where my smtp server is reachable through haproxy by
means of networking. But the outgoing email uses an exchange server (a
relay server to the outside world). So the relay server is only used for
sending emails. I do this out of necessity, since the smtp server i
e/ssl-cert-snakeoil.key
smtpd_tls_security_level = may
transport_maps = hash:/etc/postfix/transport
Best regards,
Sam
On 15/07/2024 18:53, Bill Cole via Postfix-users wrote:
On 2024-07-15 at 10:09:42 UTC-0400 (Mon, 15 Jul 2024 18:09:42 +0400)
Samer Afach via Postfix-users
is rumored to have said:
why I ignored the warning. Do I have the liberty of calling each
machine whatever I want in myhostname? What's the right way to do this?
Best regards,
Sam
On 16/07/2024 01:04, Wietse Venema wrote:
Samer Afach via Postfix-users:
postfix/smtp[299]: C0A3C9F906D0: to=,
relay=10.10.100.100[10.
tfix-users wrote:
Samer Afach via Postfix-users:
postfix/smtp[299]: C0A3C9F906D0: to=,
relay=10.10.100.100[10.10.100.100]:25, delay=957,
delays=950/0.02/6.4/0,
dsn=5.4.6, status=bounced (mail for 10.10.100.100 loops back to
myself)
postfix produces this error when if finds mail is directed to i
25 matches
Mail list logo