On Tue, Apr 01, 2008 at 03:42:45PM +0200, Alexei Troussov wrote: > #tail -f /var/log/maillog > Apr 1 15:39:20 erley postfix/smtpd[190]: connect from fg- > out-1718.google.com[72.14.220.156] > Apr 1 15:39:20 erley postfix/smtpd[190]: 7C29950C1: client=fg- > out-1718.google.com[72.14.220.156] > Apr 1 15:39:20 erley postfix/cleanup[193]: 7C29950C1: > message-id=<[EMAIL PROTECTED]> > Apr 1 15:39:20 erley postfix/qmgr[99814]: 7C29950C1: > from=<[EMAIL PROTECTED]>, size=1923, nrcpt=1 (queue active) > Apr 1 15:39:20 erley postfix/pipe[195]: 7C29950C1: > to=<[EMAIL PROTECTED]>, relay=cyrus, delay=0.35, > delays=0.21/0.03/0/0.12, dsn=2.0.0, status=sent (delivered via cyrus
Your mailbox_transport in main.cf probably has the precedence. Try to undefine it and define a virtual_transport. Probably you should also play with virtual_mailbox_domains and virtual_alias_maps, but let's try first to manage to deliver the mail from postfix to dspam. After that you can concentrate on the deliver from dspam to cyrus. HTH Ciao, -- Dela’s Law of software: there is no software that “just works” Corollary to the Dela’s Law of software: if a software seems to “just work”, after some times it will stop to work for an obscure, unknown and very difficult to find reason. http://people.equars.com/2007/11/27/snafu
