The Doctor wrote: > Right I have the following colocated box with > the following configuration: > > > $postconf -n > > mailbox_command = /usr/bin/procmail > mailbox_transport = cyrus >
mailbox_transport takes precidence over mailbox_command.. so procmail is never called by Postfix > relayhost = $mydomain > Remove this. It may cause mail loops. It's purpose is the default, next-hop destination of mail NOT meant for your machine. > The DNS are pointing to this box as MX and when I do a local > test, no log nor delivery is > taking place. > > What do I need to fix? > > Logging is done by your system via syslog calls. Postfix does not log directly. Without logs, we cannot tell what is going on.