hi,

sorry for my problems with sending a simple mail......

First of all I errouneously sent a wrong message, just containing nonsens.
Then I sent the right message, but it does not seem to be delivered correctly.
Therefore, a 3rd trial to answer the thread of [EMAIL PROTECTED]

Here Comes the Content of the previous "right" message:


[EMAIL PROTECTED] wrote:

> Guenther Abwerzger schrieb am Fri, Feb 01, 2002 at 11:32:10AM +0100:
> > Dear all,
> >
> > I run a cyrus IMAP server on SuSE Linux 7.0. When I send an email to a
> > user of the machine without IMAP (the standard sendmail configuration),
> > the email arrives within one minute. But when I activate the IMAP server
> > and tell sendmail to forward the messages to the IMAP mailbox, the
> > messages arrive with a dealy of up to one hour or even more.
> > A glance into the /etc/log/mail file shows, that the mail obvously is
> > tried to be delivered imediately, but it is not. The message:
> > "....Authentication warning: the host mailrelay.old_domain claims to be
> > mailrelay.new_domain..." (Here the outgoing mailserver of the provider
> > is treated - there are two domains, one old and one new one. - both are
>
> You can safely ignore the "Authentication warning".  Normally it does
> not interfere with deliverance/delays.
>
> > still valid). And then, one hour or even more later, the /etc/log/mail
> > file shows the delivering of the message to the IMAP mailbox.
> >
> > Does anybody has an idea whats going on there.
>
> Please be more specific:  What version of sendmail?  What version of
> IMAP server?  Which delivery method: direct via deliver(8), filtered
> through some procmail(1) mechanism or sent by LMTP (without deliver)?

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.... (how can u
find out the version of sendmail?)


> 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
define(`CYRUS_MAILER_MAX',`eval(10*1024*1024)')dnl
define(`CYRUS_MAILER_USER',`cyrus:mail')dnl
define(`CYRUS_BB_MAILER_FLAGS',`S')dnl
define(`CYRUS_BB_MAILER_ARGS',`deliver -e -m $u')dnl
MAILER(cyrus)dnl
define(`confLOCAL_MAILER',`cyrus')dnl
define(`confLOCAL_MAILER',`cyrus')dnl

LOCAL_RULE_0
R$=N   $: $#local $: $1
R$=N < @ $=w . > $: $#local $: $1
Rbb + $+ < @ $=w . > $#cyrusbb $: $1


another fact: The delay must happen somewhere between sendmail and IMAP,
because if I send a message to a user of the machine, the sendmail process
immediately appears in the ps list and remains active until the message has
been delivered to the IMAP server.



Thanks + regards,
Günther




Reply via email to