Guenther Abwerzger schrieb am Fri, Feb 01, 2002 at 12:26:36PM +0100:
[...]
>
> o.k, its IMAP 1.6.24, the delivery method should be direct (as I am a newbie,
> I followed the install instructions of IMAP and all other required packages an
> in my opinion, I did not activate any special deliver options....
>
> > Please give the appropriate snippet of your sendmail.mc that corres-
> > ponds to IMAP server delivery as well.
>
> here it is:
>
> define(`CYRUS_MAILER_FLAGS', `SA5@|:/wmXz')dnl
> define(`CYRUS_MAILER_ARGS', `deliver -l -e')dnl
>
> define(`CYRUS_MAILER_PATH',`/usr/cyrus/bin/deliver')dnl
[...]
OK then its sendmail -> deliver -> cyrus-box.
Well, to determine whether cyrus or sendmail have a problem here try the
following:
1. Create a textfile with a mail ("From: [EMAIL PROTECTED]\nTo: [EMAIL PROTECTED]\n
Subject: test\n\n blablabla...").
2. $ cat textfile | /usr/cyrus/bin/deliver <some-box-that-does-exist>
and watch whether it is put into the cyrus user structure, somewhere at
/var/spool/imap/user/<some-box-that-does-exist>/<number-of-mail>
Watch the logs and processes.
- Birger