Mail Server Setup With Exim, MySQL, Cyrus-Imapd, Horde Webmail On Centos 5.1 - works?

Discussion in 'HOWTO-Related Questions' started by gsp, Oct 10, 2008.

  1. jricker

    jricker New Member

    topdog--
    Thanks for your help! This really has me stuck, and I have decided that I need to do more studying in the future before I jump into a project like this.

    Here is the output of the command you requested:
    Code:
    [root@PDXSRVEM ~]# rpm -ql exim
    /etc/exim/exim.conf
    /etc/logrotate.d/exim
    /etc/pam.d/exim
    /etc/pki/tls/certs/exim.pem
    /etc/pki/tls/private/exim.pem
    /etc/rc.d/init.d/exim
    /etc/sysconfig/exim
    /usr/bin/mailq.exim
    /usr/bin/newaliases.exim
    /usr/bin/rmail.exim
    /usr/bin/rsmtp.exim
    /usr/bin/runq.exim
    /usr/lib/sendmail.exim
    /usr/sbin/convert4r4
    /usr/sbin/exicyclog
    /usr/sbin/exigrep
    /usr/sbin/exim
    /usr/sbin/exim_checkaccess
    /usr/sbin/exim_dbmbuild
    /usr/sbin/exim_dumpdb
    /usr/sbin/exim_fixdb
    /usr/sbin/exim_lock
    /usr/sbin/exim_tidydb
    /usr/sbin/eximstats
    /usr/sbin/exinext
    /usr/sbin/exipick
    /usr/sbin/exiqgrep
    /usr/sbin/exiqsumm
    /usr/sbin/exiwhat
    /usr/sbin/sendmail.exim
    /usr/share/doc/exim-4.63
    /usr/share/doc/exim-4.63/ACKNOWLEDGMENTS
    /usr/share/doc/exim-4.63/LICENCE
    /usr/share/doc/exim-4.63/NOTICE
    /usr/share/doc/exim-4.63/README
    /usr/share/doc/exim-4.63/README.UPDATING
    /usr/share/doc/exim-4.63/doc
    /usr/share/doc/exim-4.63/doc/ChangeLog
    /usr/share/doc/exim-4.63/doc/Exim3.upgrade
    /usr/share/doc/exim-4.63/doc/Exim4.upgrade
    /usr/share/doc/exim-4.63/doc/NewStuff
    /usr/share/doc/exim-4.63/doc/OptionLists.txt
    /usr/share/doc/exim-4.63/doc/README
    /usr/share/doc/exim-4.63/doc/README.SIEVE
    /usr/share/doc/exim-4.63/doc/dbm.discuss.txt
    /usr/share/doc/exim-4.63/doc/exim.8
    /usr/share/doc/exim-4.63/doc/experimental-spec.txt
    /usr/share/doc/exim-4.63/doc/filter.txt
    /usr/share/doc/exim-4.63/doc/pcrepattern.txt
    /usr/share/doc/exim-4.63/doc/pcretest.txt
    /usr/share/doc/exim-4.63/doc/spec.txt
    /usr/share/doc/exim-4.63/unknownuser.sh
    /usr/share/man/man8/exim.8.gz
    /usr/share/man/man8/eximstats.8.gz
    /var/log/exim
    /var/spool/exim
    /var/spool/exim/db
    /var/spool/exim/input
    /var/spool/exim/msglog
     
  2. topdog

    topdog Active Member

    Okay, the problem is you mangled the configuration. That section is supposed to be under the transports yet you have it under routers.
     
  3. jricker

    jricker New Member

    Yes indeed...I messed up the configuration. Thanks for your help! I moved the code to the transports section and now I am getting a new error...

    [​IMG]

    Any suggestions?

    Thanks again,

    -J
     

    Attached Files:

  4. topdog

    topdog Active Member

    You have mangled the configuration file, redo the howto putting the options in the right places.
     
  5. jricker

    jricker New Member

    I have gone through all of the steps in the How To guide and things are starting to work. But, I do have some errors that I am trying to chase down. When I try to send an email from inside Horde, I get the following error:

    There was an error sending your message: Failed to add recipient:[email protected] [SMTP: Invalid response code received from server (code: 421, response: Unexpected failure, please try later)]

    Any thoughts on what is causing this?

    Thanks,
    -J
     
    Last edited: Apr 26, 2010

Share This Page