[pfx] Sorry for the double post

2023-04-30 Thread Kolusion K via Postfix-users
Sorry for double post about my e-mail problem. When I hit send, this crap e-mail service returned me to its FQDN landing page and I thought I lost my e-mail, so I logged in and wrote it all again. This time it sent, and then I returned to my inbox to find replies to the e-mail that appeared not

[pfx] Re: Painful Postfix

2023-04-30 Thread Viktor Dukhovni via Postfix-users
On Mon, May 01, 2023 at 04:46:20AM +0200, Michael Grimm via Postfix-users wrote: > > When I open a raw socket to the remote server on port 25 using > > telnet, I am able to connect and see the server announce itself […] > > Then, do continue to provide all essential *FURTHER* commands via >

[pfx] E-mail problem

2023-04-30 Thread Kolusion K via Postfix-users
Hello So I have a problem sending and receiving e-mail from some people. The problem I have sending e-mail to some people is that Postfix says the connection times out when attempting to connect to the server. This is my setup: E-mail server connects to VPN on VPS on its WAN IP address using

[pfx] Re: E-mail problem

2023-04-30 Thread Michael Grimm via Postfix-users
Kolusion K via Postfix-users wrote: > So I have a bizarre problem. I can't send e-mail to some servers but I can to > others. The e-mail that doesn't get sent is due to the connection timing out > to the remote server. > > Another strange problem is that some people can e-mail me while others

[pfx] Re: E-mail problem

2023-04-30 Thread Ken Peng via Postfix-users
This is typical networking issues. Nothing about postfix. Regards > > So I have a bizarre problem. I can't send e-mail to some servers but I can to > others. The e-mail that doesn't get sent is due to the connection timing out > to the remote server. > > Another strange problem is that

[pfx] E-mail problem

2023-04-30 Thread Kolusion K via Postfix-users
So I have a bizarre problem. I can't send e-mail to some servers but I can to others. The e-mail that doesn't get sent is due to the connection timing out to the remote server. Another strange problem is that some people can e-mail me while others can't. This is how my e-mail server is setup

[pfx] Re: Painful Postfix

2023-04-30 Thread Michael Grimm via Postfix-users
Kolusion K via Postfix-users wrote: > When I open a raw socket to the remote server on port 25 using telnet, I am > able to connect and see the server announce itself […] Then, do continue to provide all essential *FURTHER* commands via telnet and see and report what happens. Michael

[pfx] Re: Painful Postfix

2023-04-30 Thread Kolusion K via Postfix-users
When I open a raw socket to the remote server on port 25 using telnet, I am able to connect and see the server announce itself, so, it is reasonable to assume that Postfix is doing the same and timing out during the SMTP transaction because Postfix is not having a problem sending mail to other

[pfx] Re: Painful Postfix

2023-04-30 Thread Viktor Dukhovni via Postfix-users
On Sun, Apr 30, 2023 at 06:06:48PM -0500, Matthew McGehrin via Postfix-users wrote: > You can try adding to your main.conf: > > tcp_windowsize=65535 > > See also: > > https://www.postfix.org/postconf.5.html > > That can help fixing broken window sizes because of a firewall. This won't help.

[pfx] Re: Painful Postfix

2023-04-30 Thread Matthew McGehrin via Postfix-users
Hello. You can try adding to your main.conf: tcp_windowsize=65535 See also: https://www.postfix.org/postconf.5.html That can help fixing broken window sizes because of a firewall. Thanks Matthew On 4/30/2023 12:35 AM, Kolusion K via Postfix-users wrote: Hello again My e-mail server is

[pfx] Re: Painful Postfix

2023-04-30 Thread Wietse Venema via Postfix-users
Intrigued by a complaint about poor logging from Postfix, I decided to investigate. What was logged? Apr 30 14:32:16 generalpurpose postfix/smtp[2299]: 78D1D80AD7: to=, relay=none, delay=414074, delays=413981/0.19/93/0, dsn=4.4.1, status=deferred (connect to

[pfx] Re: Painful Postfix

2023-04-30 Thread Matus UHLAR - fantomas via Postfix-users
On 30.04.23 07:35, Kolusion K via Postfix-users wrote: My e-mail server is able to deliver e-mail to some hosts but will time out when attempting to deliver to other hosts. What could be causing this problem? network firewall at your or recipients' side. Routing problems can cause this

[pfx] Re: Painful Postfix

2023-04-30 Thread Matus UHLAR - fantomas via Postfix-users
On 30.04.23 07:25, Kolusion K via Postfix-users wrote: Subject: [pfx] Painful Postfix it would be much better if you provided better Subject: for questions/problems like this, e.g. "debug_peer_level question". Can somebody please tell me what levels are available for the

[pfx] Re: Painful Postfix

2023-04-30 Thread Christian Kivalo via Postfix-users
On April 30, 2023 7:03:59 AM GMT+02:00, Kolusion K via Postfix-users wrote: >So, I tried using the 'debug_peer_list' parameter like this, but it didn't >work... >  >debug_peer_list = 1.2.3.4, 5.6.7.8 Last time i had to debug an smtp session i implemented it as, in main.cf (i use cdb, but