Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Nov 14th, 2011  |  syntax: None  |  size: 0.80 KB  |  views: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ## postfix fails to start due to this error
  2.  
  3. Nov 14 15:05:10 monitor03 postfix/master[21489]: fatal: /etc/postfix/master.cf: line 119: bad transport type: user=vmail
  4.  
  5.  
  6. ## the 'flags' line in this snippet appears to be causing the error
  7.  
  8. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  9. #
  10. maildrop  unix  -       n       n       -       -       pipe
  11. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  12.  
  13.  
  14. ## postfix version
  15.  
  16. [monitor03:root:~]#postconf -d | grep mail_version         [  OK  ]
  17. mail_version = 2.8.4
  18. milter_macro_v = $mail_name $mail_version
  19.  
  20. ## server info
  21.  
  22.  
  23. [monitor03:root:~]#cat /etc/redhat-release
  24. CentOS release 5.7 (Final)
  25.  
  26. [monitor03:root:~]#uname -a
  27. 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
  28.  
clone this paste RAW Paste Data