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)? Please give the appropriate snippet of your sendmail.mc that corres- ponds to IMAP server delivery as well. (Hint: you may also try this question on sendmail mailling lists, they know a lot more about .mc-file configuration) Regards, - Birger