
Untitled
By: a guest on
Nov 14th, 2011 | syntax:
None | size: 0.80 KB | views:
34 | expires: Never
## postfix fails to start due to this error
Nov 14 15:05:10 monitor03 postfix/master[21489]: fatal: /etc/postfix/master.cf: line 119: bad transport type: user=vmail
## the 'flags' line in this snippet appears to be causing the error
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
## postfix version
[monitor03:root:~]#postconf -d | grep mail_version [ OK ]
mail_version = 2.8.4
milter_macro_v = $mail_name $mail_version
## server info
[monitor03:root:~]#cat /etc/redhat-release
CentOS release 5.7 (Final)
[monitor03:root:~]#uname -a
Linux monitor03 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux