I updated sendmail.mc with the: define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
What is "couldn't create stage" and "file exists"??? Here's the maillog: *************************************************************************** Jan 10 23:44:14 server sendmail[3534]: j0B4iDjJ003534: from=<[EMAIL PROTECTED]>, size=2059, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=SMTP, daemon=MTA, relay=smtp812.mail.sc5.yahoo.com [66.163.170.82] Jan 10 23:44:14 server lmtpunix[3531]: accepted connection Jan 10 23:44:14 server lmtpunix[3531]: lmtp connection preauth'd as postman Jan 10 23:44:14 server master[3559]: about to exec /usr/lib/cyrus- imapd/lmtpd Jan 10 23:44:14 server lmtpunix[3559]: executed Jan 10 23:44:14 server lmtpunix[3531]: couldn't create stage directory: /var/spool/imap/stage./: File exists Jan 10 23:44:14 server lmtpunix[3531]: IOERROR: creating message file /var/spool/imap/stage./3531-1105418654-0: File exists Jan 10 23:44:14 server sendmail[3558]: j0B4iDjJ003534: to=<[EMAIL PROTECTED]>, delay=00:00:01, xdelay=00:00:00, mailer=cyrusv2, pri=122059, relay=localhost, dsn=4.2.0, stat=Deferred: 451 4.3.2 cannot create temporary file: File exists **************************************************************************** -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Dalloz Sent: Monday, January 10, 2005 3:15 PM To: Cyrus Users Subject: Re: Where's my mail??? Am Mo, den 10.01.2005 schrieb Thomas Kessler um 20:15: > Sendmail.mc > MAILER(`cyrusv2')dnl > define(`confLOCAL_MAILER', `cyrusv2')dnl MAILER(smtp)dnl Don't append these lines to the end of the sendmail.mc! See the cf/README for the order in which instructions have to be used in the sendmail.mc. Find in the default sendmail.mc on FC3 the line: define(`confTO_IDENT', `0')dnl and insert right after there these 3 lines: define(`confLOCAL_MAILER', `cyrusv2')dnl define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl FEATURE(`preserve_local_plus_detail')dnl To instruct Sendmail to find the lmtp socket file is important! After the last appearance of MAILER add: MAILER(cyrusv2)dnl service sendmail restart will regenerate the sendmail.cf and Sendmail hands over incoming mail to Cyrus-IMAPd. Alexander -- Alexander Dalloz | Enger, Germany | new address - new key: 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora GNU/Linux Core 2 (Tettnang) on Athlon kernel 2.6.9-1.6_FC2smp Serendipity 21:09:46 up 18 days, 22:53, load average: 0.08, 0.33, 0.49 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html