You are not logged in.
While trying to send a long patch with git-send-email, I get this error in my postfix log on my smtp server. It prevents me from sending the patch.
hostname postfix/smtpd[975]: lost connection after DATA (16371 bytes) from x[xxx.xxx.xxx.xxx]
I am aware of a possible MTU problem (I have no idea how to diagnose or fix this). I have disabled firewalls everywhere to eliminate that. Searching the Internet has been unhelpful. I am completely stumped.
This only happens with git-send-email and it seems to be related to some long lines that happen (see post #3). Reading the man page for git-send-email doesn't seem to provide any insight either.
Does anyone know a possible solution?
Last edited by markzz (2015-11-28 23:32:42)
I don't want to work. I want to bang on the drum all day.
Offline
> Reading the man page for git-send-email doesn't seem to provide any insight either.
So? What about "--validate"?
1000
Offline
When I split the patch into two patches, it solved the issue, so I'm not sure if --validate would catch an issue. I honestly think it's something to do with Postfix.
Last edited by markzz (2015-11-28 23:38:26)
I don't want to work. I want to bang on the drum all day.
Offline