LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   cyrus imapd (https://www.linuxquestions.org/questions/linux-enterprise-47/cyrus-imapd-398050/)

redhatlover 12-30-2005 11:03 PM

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

trickykid 01-01-2006 06:12 AM

what exactly are you trying to get working? Sendmail simply is the MTA that recieves mail to spool into a particular directory. POP or IMAP are used to retrieve the mail from the spooled directory.

Think of it like this, Sendmail is like the post office, it sends and recieves mail. Think of IMAP as if it were your postal worker, they then deliver your mail to you locally. So it's not really a matter of getting IMAP working with Sendmail, it just needs to know where to get the mail that is spooled up waiting to be delivered.

redhatlover 01-03-2006 04:46 AM

Quote:

Originally Posted by trickykid
what exactly are you trying to get working? Sendmail simply is the MTA that recieves mail to spool into a particular directory. POP or IMAP are used to retrieve the mail from the spooled directory.

Think of it like this, Sendmail is like the post office, it sends and recieves mail. Think of IMAP as if it were your postal worker, they then deliver your mail to you locally. So it's not really a matter of getting IMAP working with Sendmail, it just needs to know where to get the mail that is spooled up waiting to be delivered.

This is my mail log

31 19:17:02 localhost sendmail[4752]: k010H2wr004752: from=<root@localhost.localdomain>, size=323, class=0, nrcpts=1, msgid=<200601010016.k010Gac4004751@localhost.local domain>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]

Dec 31 19:17:02 localhost sendmail[4751]: k010Gac4004751: to=admin@mydomain.com, 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=<admin@mydomain.com>, ctladdr=<root@localhost.localdomain> (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=<redhatlover@hotmail.com>, size=685, class=0, nrcpts=1, msgid=<BAY102-F184D3CC892F2BC78E443C7A32A0@phx.gbl>, proto=ESMTP, daemon=MTA, relay=bay102-f18.bay102.hotmail.com [64.4.61.28]

Dec 31 19:33:20 localhost sendmail[4769]: k010XJcW004768: to=<admin@mydomain.com>, 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)

trickykid 01-03-2006 06:00 AM

Is just a regular user on the system itself using passwd and shadow files? If so, can you login directly to the machine itself? If so, it's a configuration error on your email client.


All times are GMT -5. The time now is 03:02 PM.