Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 12-26-2007, 11:45 AM
Trained Alumni
 
Posts: 286
Default [SOLVED] Upgraded to 5.0 OSS - Sendmail Problem

Hello...

I upgraded my server from from 4.5.10 to 5.0 OSS GA. The server is running CentOS4.

After the upgrade, my mail stopped being delivered to my server.

I finally found that sendmail was running...which it should not be correct? I stopped the service, then used chkconfig to make sure it was off for all run levels. Restarted Zimbra....same problem. I finally found out that every time I restart Zimbra services, sendmail is getting started as well. Is this correct?

If I stop it manually while Zimbra is running....it eventually is restarting itself.

Can I safely uninstall sendmail? Anyone else running CentOS4 and finding this problem? This server worked great until the upgrade....and now sendmail is being a real PITA.

Thanks,
Matt
Reply With Quote
  #2 (permalink)  
Old 12-26-2007, 01:31 PM
Loyal Member
 
Posts: 96
Default

i'd be interested to know how you were able to bypass some of the errors i was getting just to be able to install. i have a thread already in the forums because i would fail during the install.

it looks like there are problems after the install as well though too.
Reply With Quote
  #3 (permalink)  
Old 12-26-2007, 09:08 PM
Zimbra Consultant
 
Posts: 5,784
Default

Correct it shouldn't be running:
chkconfig sendmail off
service sendmail stop (or /etc/init.d/sendmail stop)
zmcontrol stop
zmcontrol start
(and sendmail starts up here?)

You could test a yum remove sendmail (Though I always thought fetchmail is dependent on that for a few things which might be why the quick start guides just mention disabling not uninstalling - Or it might have been that for some platforms a 'remove sendmail' uninstalls fetchmail, while a 'install fetchmail' only grabs the necessary sendmail stuff or something.)
Thought you're on CentOS4, from the Centos 5 Install Guide:
Quote:
11. Next remove sendmail by running yum remove sendmail.
12. Next install some required files by running the following command:
yum install openssl097a compat-libstdc++-296 compat-libstdc++-33.
yum install compat-db (to Get Spell Server to Start)
13. Edit the /etc/sudoers and comment out “defaults requiretty” (put # in front of it).
14. Edit the /etc/sysconfig/i18n and delete the line LANG=”en_US.UTF-8”.
15. Reboot the system.
16. Then run yum install fetchmail.
(The unicode stuff mentioned above is in CentOS - UTF-8 - unicode start - Zimbra :: Wiki)
A 'which sendmail' as the zimbra user typically returns "/opt/zimbra/postfix-2.4.3.3z/sbin/sendmail"
reckless2k2's thread is: centos4 upgrade to 5.0 errors
__________________
-Mike Morse (MCode151)

ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com

Last edited by mmorse : 12-27-2007 at 01:21 AM. Reason: link to RHEL4 builds install issue XS Scalar::Util .bashrc PERLLIB & PERL5LIB env stuff
Reply With Quote
  #4 (permalink)  
Old 12-26-2007, 10:46 PM
Trained Alumni
 
Posts: 286
Default

Hey Mike...thanks for the reply....

and...nope....removing sendmail completely from the system does not help. It seems I'm having the same issue that reckless2k2 has. Zimbra is running but the MTA is not listening.

I can telnet to the server on port 25 and issue a HELO and try to create a message through the telnet connection...I get past the HELO and the RCPT or FROM but that's about as far as it gets. Doesn't seem to respond after that. Trying to close the body with the '.' doesn't get me anything, cannot CTRL-D or CTRL-C out of it.

Anyone have more thoughts?

Matt
Reply With Quote
  #5 (permalink)  
Old 12-27-2007, 05:27 PM
Trained Alumni
 
Posts: 286
Default

Email from the web client produces this error in the mailbox.log file.

Code:
2007-12-27 18:15:16,395 WARN  [btpool0-10] [name=matt@somewhere.over.the.rainbow;mid=5;ip=192.168.1.25;ua=ZimbraWebClient - FF2.0 (Win)/5.0.0_GA_1869.RHEL4;] smtp - exception occurred during SendMsg
com.zimbra.cs.mailbox.MailSender$SafeMessagingException: Read timed out; chained exception is:
    java.net.SocketTimeoutException: Read timed out
    at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1598)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1356)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:399)
    at javax.mail.Service.connect(Service.java:275)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    at com.zimbra.cs.mailbox.MailSender.sendMessage(MailSender.java:410)
    at com.zimbra.cs.mailbox.MailSender.sendMimeMessage(MailSender.java:254)
    at com.zimbra.cs.mailbox.MailSender.sendMimeMessage(MailSender.java:114)
    at com.zimbra.cs.service.mail.SendMsg.doSendMessage(SendMsg.java:185)
    at com.zimbra.cs.service.mail.SendMsg.handle(SendMsg.java:150)
    at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:347)
    at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:213)
    at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:118)
    at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:272)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:174)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
    at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
    at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
    at org.mortbay.jetty.handler.RewriteHandler.handle(RewriteHandler.java:176)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
    at org.mortbay.jetty.Server.handle(Server.java:313)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
    at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
    at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Reply With Quote
  #6 (permalink)  
Old 12-27-2007, 05:48 PM
Zimbra Consultant
 
Posts: 5,784
Default

Guess you ain't in kansas anymore lol @somewhere.over.the.rainbow
(I assume you made sure fetchmail was still installed)
For a bit it kinda reminded me of Bug 22536 - send mail broken in upgrades to FRANKLIN which was tested lots of builds ago and was really a ldap problem - your error kinda shows that smtp isn't running.
Bug 22466 - 20071204022445 build multinode install failure
Also wanted to make sure that you had seen:
Quote:
Originally Posted by quanah View Post
Zimbra 5.0.0 GA ships an XS compiled version of Scalar::Util in its perl modules for RHEL4. As root, read the ~zimbra/.bashrc, and set the PERLLIB and PERL5LIB environment variables to match what the zimbra user does, and then try installing.
__________________
-Mike Morse (MCode151)

ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com

Last edited by mmorse : 12-27-2007 at 06:14 PM.
Reply With Quote
  #7 (permalink)  
Old 12-27-2007, 05:53 PM
Zimbra-Yahoo Consultant
 
Posts: 5,608
Default

Please take a look at your crontab job (crontab -l -u root) and see if there's a crontab starting sendmail.

Also, please paste the output of your telnet to port 25

Thanks
Reply With Quote
  #8 (permalink)  
Old 12-27-2007, 09:01 PM
Trained Alumni
 
Posts: 286
Default

Quote:
Originally Posted by mmorse View Post
(I assume you made sure fetchmail was still installed)
For a bit it kinda reminded me of Bug 22536 - send mail broken in upgrades to FRANKLIN which was tested lots of builds ago and was really a ldap problem - your error kinda shows that smtp isn't running.
Bug 22466 - 20071204022445 build multinode install failure
Also wanted to make sure that you had seen:
I found fetchmail is installed. Running 'fetchmail -V' produced this...
Code:
fetchmail -V
This is fetchmail release 6.2.5+IMAP-GSS+RPA+NTLM+SDPS+SSL+INET6+NLS
Fallback MDA: (none)
Linux mail.server.name 2.6.9-67.0.1.EL #1 Wed Dec 19 15:50:25 EST 2007 i686 i686 i386 GNU/Linux
Taking options from command line
No mailservers set up -- perhaps /opt/zimbra/.fetchmailrc is missing?
Does that last line mean anything important? Is there supposed to be a .fetchmailrc file in /opt/zimbra?

I'd also already seen that post about PERL and Scalar::Util....and tried the steps mentioned there...no joy.

I'll keep trying suggestions if people have them.

Matt
Reply With Quote
  #9 (permalink)  
Old 12-27-2007, 09:14 PM
Trained Alumni
 
Posts: 286
Default

Quote:
Originally Posted by jholder View Post
Please take a look at your crontab job (crontab -l -u root) and see if there's a crontab starting sendmail.

Also, please paste the output of your telnet to port 25

Thanks
The root crontab is empty except for an ntpdate entry. I've done a 'yum remove sendmail' already...so currently it isn't even on the box.

Here are the results of a telnet session from another server on my subnet.
Code:
[root@localhost ~]# telnet mail 25
Trying 192.168.1.10...
Connected to mail.techminer.net (192.168.1.10).
Escape character is '^]'.
HELO local techminer.net
^]
telnet>
I wait a few minutes...but don't get anything...

Interesting...I was looking around in /var/log and found that something is producing a bunch of errors in /var/log/maillog every 2 minutes or so. Here are the results of that...
Code:
Dec 27 22:10:15 mail zmmailboxdmgr[18359]: status requested
Dec 27 22:10:15 mail zmmailboxdmgr[18359]: status OK
Dec 27 22:10:44 mail postfix/trivial-rewrite[23282]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23282]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23283]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23283]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23284]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23284]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23285]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23285]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23286]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23286]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23287]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23287]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23289]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23289]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23290]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23290]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23291]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23291]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23292]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23292]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23293]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23293]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23294]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23294]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23295]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23295]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23297]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23297]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23298]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23298]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23299]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23299]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23300]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23300]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23301]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23301]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23302]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:44 mail last message repeated 2 times
Dec 27 22:10:44 mail postfix/trivial-rewrite[23302]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:44 mail postfix/trivial-rewrite[23303]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail last message repeated 2 times
Dec 27 22:10:45 mail postfix/trivial-rewrite[23303]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:45 mail postfix/trivial-rewrite[23304]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail last message repeated 2 times
Dec 27 22:10:45 mail postfix/trivial-rewrite[23304]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:45 mail postfix/trivial-rewrite[23305]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail last message repeated 2 times
Dec 27 22:10:45 mail postfix/trivial-rewrite[23305]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:45 mail postfix/smtpd[19447]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23282 exit status 1
Dec 27 22:10:45 mail postfix/master[14126]: warning: /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite: bad command startup -- throttling
Dec 27 22:10:45 mail postfix/trivial-rewrite[23306]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail postfix/smtpd[17663]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23283 exit status 1
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23284 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[21793]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/trivial-rewrite[23306]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail postfix/trivial-rewrite[23306]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Dec 27 22:10:45 mail postfix/trivial-rewrite[23306]: fatal: ldap://opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23285 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[17669]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23286 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[29245]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23287 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[17947]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23289 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[440]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23290 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[19881]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23291 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[3558]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23292 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[19880]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23293 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[15758]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23294 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[29244]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23295 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[20093]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23297 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[3589]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23298 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[3555]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23299 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[3556]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23300 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[1938]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/smtpd[26589]: warning: problem talking to service rewrite: Success
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23301 exit status 1
Dec 27 22:10:45 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23302 exit status 1
Dec 27 22:10:45 mail postfix/smtpd[2120]: warning: problem talking to service rewrite: Success
Dec 27 22:10:46 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23303 exit status 1
Dec 27 22:10:46 mail postfix/smtpd[22549]: warning: problem talking to service rewrite: Success
Dec 27 22:10:46 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23304 exit status 1
Dec 27 22:10:46 mail postfix/smtpd[16697]: warning: problem talking to service rewrite: Success
Dec 27 22:10:46 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23305 exit status 1
Dec 27 22:10:46 mail postfix/smtpd[20575]: warning: problem talking to service rewrite: Success
Dec 27 22:10:46 mail postfix/smtpd[29511]: warning: problem talking to service rewrite: Success
Dec 27 22:10:46 mail postfix/master[14126]: warning: process /opt/zimbra/postfix-2.4.3.3z/libexec/trivial-rewrite pid 23306 exit status 1
Anything there look like a problem?

Matt
Reply With Quote
  #10 (permalink)  
Old 12-27-2007, 11:45 PM
Zimbra Consultant & Moderator
 
Posts: 11,320
Default

Quote:
Originally Posted by Chewie71 View Post
Anything there look like a problem?
[SOLVED] Expired Cert in 5.0GA can cause mail Delivery failure
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0