View Single Post
  #45 (permalink)  
Old 07-07-2009, 11:30 PM
buggz buggz is offline
Active Member
 
Posts: 26
Default

Quote:
Originally Posted by veronica View Post
so do you have space in your master.cf file for entry for dfilt ?
> dfilt unix - n n - - pipe
I see space at the beginning of dfilt. Postfix treats space as line continuation so please cross check.

2nd thing i presume is that you also created user filter.
my .cf file is as follows:

HTML Code:
#
# Postfix master process configuration file.  For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
192.168.10.151:smtp    inet  n       -       n       -       -       smtpd
127.0.0.1:smtp      inet  n       -       n       -       -       smtpd
  -o content_filter=dfilt:
dfilt   unix    -       n       n       -       -       pipe
 flags=Rq user=filter argv=/opt/zimbra/postfix/conf/disclaimer -f ${sender} -- ${recipient}
#submission inet n      -       n       -       -       smtpd
#	-o smtpd_etrn_restrictions=reject
#	-o smtpd_client_restrictions=permit_sasl_authenticated,reject
#-o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission   inet    n       -       n       -       -       smtpd
#  -o smtpd_etrn_restrictions=reject
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       n       -       -       qmqpd
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
this time i copied the master.cf from top, so that you can see all the first lines, there was a space yes on dfilt so i removed it. but the system is not cominf up, this time its now saying:line 21. innitially it said line 16, so im confused.

HTML Code:
Jul  8 07:31:44 ras postfix/postfix-script[28738]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
Jul  8 07:31:44 ras postfix/postfix-script[28739]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf
Jul  8 07:31:44 ras postfix/postfix-script[28740]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf.in
Jul  8 07:31:44 ras postfix/postfix-script[28754]: starting the Postfix mail system
Jul  8 07:31:44 ras postfix/master[28755]: fatal: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf: line 21: bad transport type: user=filter
Jul  8 05:32:00 ras postfix/postqueue[29297]: fatal: Queue report unavailable - mail system is down
Jul  8
Reply With Quote