send mail & Cyrus-imapd

Discussion in 'Server Operation' started by redhatlover, Dec 31, 2005.

  1. redhatlover

    redhatlover New Member

    Hi,
    Can any one help me with this problem
    Does anyone know how to configure sendmail to use cyrus imapd.
    (CentOs 4.2)
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Generally, you have to tell Sendmail that it should deliver emails to Maildir instead of mbox. You could also write procmail recipes that deliver emails to Maildir.
    As long as the mails are delivered to Maildir, Cyrus shouldn't have problems.
     
  3. redhatlover

    redhatlover New Member

    Mail not receive

    Hi Falko,
    I'm able to send mail outside(sendmail). but I don't receive mails from outside.

    my sedmail.mc
    dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl -- THIS ONE ALSO BLOCK

    dnl # LOCAL_DOMAIN(`localhost.localdomain')dnl --- THIS ONE ALSO BLOCK

    MY virtusertable
    @mydoamain.com myuser <<< (this is my catch all user name)


    My local-host-names
    # local-host-names - include all aliases for your machine here.
    mydomain.com
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Please try to change that line to
    Code:
    dnl # DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
    and restart Sendmail. Also have a look here: http://www.howtoforge.com/faq/14_32_en.html
     
  5. redhatlover

    redhatlover New Member

    Mail not receive

    Hi Falko,

    This is my mail log

    31 19:17:02 localhost sendmail[4752]: k010H2wr004752: from=<[email protected]>, size=323, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]

    Dec 31 19:17:02 localhost sendmail[4751]: k010Gac4004751: [email protected], ctladdr=root (0/0), delay=00:00:26, xdelay=00:00:00, mailer=relay, pri=30021, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (k010H2wr004752 Message accepted for delivery)
    Dec 31 19:17:02 localhost sendmail[4753]: k010H2wr004752: to=<[email protected]>, ctladdr=<[email protected]> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30557, dsn=2.0.0, stat=Sent

    Dec 31 19:33:20 localhost sendmail[4768]: k010XJcW004768: from=<[email protected]>, size=685, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=bay102-f18.bay102.hotmail.com [64.4.61.28]

    Dec 31 19:33:20 localhost sendmail[4769]: k010XJcW004768: to=<[email protected]>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30892, dsn=2.0.0, stat=Sent

    Dec 31 19:36:23 localhost pop3[4313]: accepted connection
    Dec 31 19:36:23 localhost master[4835]: about to exec /usr/lib/cyrus-imapd/pop3d
    Dec 31 19:36:23 localhost pop3[4835]: executed
    Dec 31 19:36:23 localhost pop3[4313]: badlogin: [192.168.2.38] plaintext

    redhatlover SASL(-1): generic failure: checkpass failed
    Dec 31 19:37:26 localhost master[2718]: process 4313 exited, status 0


    why my popuser(catch all) password fail everytime? (I used right password)
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Did you use the correct user?
     
  7. redhatlover

    redhatlover New Member

    mail

    yes correct user and pass word
     

Share This Page