Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Error prevents sending by Exim (Broken pipe) Topic is solved

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
10 posts • Page 1 of 1
raapcoelho
Posts: 6
Joined: Tue May 19, 2020 9:20 pm

Os: CentOS 6x
Web: apache + nginx
Error prevents sending by Exim (Broken pipe)
  • Quote

Post by raapcoelho » Tue May 19, 2020 9:28 pm

Hello,

I use VestaCP daily on several servers for a little over a year, but this week I started to face this error:

Code: Select all

2020-05-19 18:23:08 cwd=/root 6 args: send-mail -i -r "Contato <[email protected]>" -- [email protected]
2020-05-19 18:23:08 1jb9hc-000667-Hq <= [email protected] U=root P=local S=541 id=5ec44e3c.hWZXxWtx0Bnb9xH+%[email protected] T="E-mail de teste" from <[email protected]> for [email protected]
2020-05-19 18:23:08 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1jb9hc-000667-Hq
2020-05-19 18:23:08 1jb9hc-000667-Hq H=gmail-smtp-in.l.google.com [108.177.15.27] Broken pipe
2020-05-19 18:23:08 1jb9hc-000667-Hq H=alt1.gmail-smtp-in.l.google.com [209.85.233.27] Broken pipe
2020-05-19 18:23:08 1jb9hc-000667-Hq H=alt2.gmail-smtp-in.l.google.com [142.250.4.27] Broken pipe
2020-05-19 18:23:08 1jb9hc-000667-Hq H=alt3.gmail-smtp-in.l.google.com [64.233.189.26] Broken pipe
2020-05-19 18:23:08 1jb9hc-000667-Hq H=alt4.gmail-smtp-in.l.google.com [74.125.28.27] Broken pipe
2020-05-19 18:23:08 1jb9hc-000667-Hq == [email protected] R=rota_vt T=remote_smtp defer (32): Broken pipe
I have no idea what this error may be, I did nothing different on the servers. Can someone help me?

O.S.: CentOS Linux release 7.8.2003 (Core)
Exim: exim-4.93-2.el7.x86_64

Thank you.
Top

vpsops
Posts: 5
Joined: Thu Sep 07, 2017 6:46 pm

Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by vpsops » Thu May 21, 2020 6:51 am

I'm having the right same problem on various servers
Top

pcready.cl
Posts: 7
Joined: Wed Apr 22, 2020 6:09 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by pcready.cl » Thu May 21, 2020 2:09 pm

seems to be a blocking or timeout problem
Top

raapcoelho
Posts: 6
Joined: Tue May 19, 2020 9:20 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by raapcoelho » Thu May 21, 2020 2:50 pm

I formatted the server, installed Exim without VestaCP, it works normal, so I believe I can rule out that it is a problem in OpenVZ...
I still have no solution.
Top

raapcoelho
Posts: 6
Joined: Tue May 19, 2020 9:20 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by raapcoelho » Fri May 22, 2020 4:29 pm

I dowgrade exim to: exim-4.92.3-1.el7.x86_64.rpm

And apparently it worked for me!
Top

pcready.cl
Posts: 7
Joined: Wed Apr 22, 2020 6:09 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by pcready.cl » Fri May 22, 2020 4:32 pm

raapcoelho wrote: ↑
Fri May 22, 2020 4:29 pm
I dowgrade exim to: exim-4.92.3-1.el7.x86_64.rpm

And apparently it worked for me!
How do this?
Top

raapcoelho
Posts: 6
Joined: Tue May 19, 2020 9:20 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by raapcoelho » Fri May 22, 2020 5:35 pm

pcready.cl wrote: ↑
Fri May 22, 2020 4:32 pm
raapcoelho wrote: ↑
Fri May 22, 2020 4:29 pm
I dowgrade exim to: exim-4.92.3-1.el7.x86_64.rpm

And apparently it worked for me!
How do this?
Download this file and send it to the server:
http://rpm.pbone.net/index.php3/stat/4/ ... 4.rpm.html

Run the commands:

yum remove exim -y
yum localinstall exim-4.92.3-1.el7.x86_64.rpm -y
rm -Rf /etc/exim/exim.conf
mv /etc/exim/exim.conf.rpmsave /etc/exim/exim.conf
rm -Rf /etc/logrotate.d/exim
mv /etc/logrotate.d/exim.rpmsave /etc/logrotate.d/exim

It worked perfect!
Top

pcready.cl
Posts: 7
Joined: Wed Apr 22, 2020 6:09 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by pcready.cl » Fri May 22, 2020 5:47 pm

raapcoelho wrote: ↑
Fri May 22, 2020 5:35 pm
pcready.cl wrote: ↑
Fri May 22, 2020 4:32 pm
raapcoelho wrote: ↑
Fri May 22, 2020 4:29 pm
I dowgrade exim to: exim-4.92.3-1.el7.x86_64.rpm

And apparently it worked for me!
How do this?
Download this file and send it to the server:
http://rpm.pbone.net/index.php3/stat/4/ ... 4.rpm.html

Run the commands:

yum remove exim -y
yum localinstall exim-4.92.3-1.el7.x86_64.rpm -y
rm -Rf /etc/exim/exim.conf
mv /etc/exim/exim.conf.rpmsave /etc/exim/exim.conf
rm -Rf /etc/logrotate.d/exim
mv /etc/logrotate.d/exim.rpmsave /etc/logrotate.d/exim

It worked perfect!
You can paste your exim.conf please!
Top

vpsops
Posts: 5
Joined: Thu Sep 07, 2017 6:46 pm

Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by vpsops » Sat May 23, 2020 8:48 am

Yes, i confirm that downgrading exim fixed the problem.

Please keep in mind to disable yum auto updates for exim otherwise it will be updated bringing back the bug once again.
Top

raapcoelho
Posts: 6
Joined: Tue May 19, 2020 9:20 pm

Os: CentOS 6x
Web: apache + nginx
Re: Error prevents sending by Exim (Broken pipe)
  • Quote

Post by raapcoelho » Sat May 23, 2020 11:40 pm

pcready.cl wrote: ↑
Fri May 22, 2020 5:47 pm

You can paste your exim.conf please!
I didn't make any modifications to exim, just restarted it and created an email box.

Here is the configuration I use:
https://github.com/serghey-rodin/vesta/ ... /exim.conf
Top


Post Reply
  • Print view

10 posts • Page 1 of 1

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password