Greg Muehl wrote:
Aug 9 16:15:34 redhat postfix/lmtp[12308]: fatal: unexpected command-line
argument: dbmail-smtp
Aug 9 16:15:35 redhat postfix/master[8569]: warning:
/usr/libexec/postfix/lmtp: bad command startup -- throttling
These two lines catch my eye... are you possibly trying to talk smtp
maybe to the lmtp port? Anyways, I see that you're most likely trying to
pass some arguments in the master.cf that the postfix doesn't like and
then bails out.
In my master.cf, I have:
dbmail-lmtp unix - - n - - lmtp
and then for example you can put in your main.cf
mailbox_transport = dbmail-lmtp:127.0.0.1:24
you can of course do much more elegant setups with transport maps and
with virtual but that's a different story.
--
br,
Sty