> Dec 11 17:46:54 kines imap(nando at kines.dyndns.org): > opendir(/usr/libexec/dovecot/imap) failed: Not a directoryMy guess (you haven't provided logs or configuration information) is that you have a misconfiguration of your mail delivery agent. It looks like postfix is trying to deliver your mail to a directory that is actually a file. I'd troubleshoot that. If you get nowhere with this I would suggest posting your errors (full logs of the event) and configuration (postconf -n output) to the postfix mailing list. alex
Alex Palenschat wrote:>> Dec 11 17:46:54 kines imap(nando at kines.dyndns.org): >> opendir(/usr/libexec/dovecot/imap) failed: Not a directory > > My guess (you haven't provided logs or configuration information) is > that you have a misconfiguration of your mail delivery agent. It looks > like postfix is trying to deliver your mail to a directory that is > actually a file.I don't know what is going on but that is not a log entry from postfix. Are you trying to say that postfix is trying to deliver to a directory called /usr/libexec/dovecot/imap based on the above? (where is the rest of this thread?)
> Dec 12 14:16:40 kines postfix/trivial-rewrite[12738]: > warning: do not list domain kines.dyndns.org in BOTH > mydestination and virtual_mailbox_domainsNando, I don't have much experience with using Postfix for virtual domains and Feizhou may correct me but I think Postfix does not know what to do with the mail. This error is self-explanatory. If you want a virtual mailbox domain for this domain then do not list it in mydestination. Remove $mydomain and $myhostname from mydestination. Have you thoroughly read: http://www.postfix.org/VIRTUAL_README.html Alex