| Welcome to the Zimbra - Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
07-07-2009, 07:33 AM
| | | Hi Robert ,
For GUI fix open the .js file and change the tab # from 6 to 7 or whatever is required. Need to change myTabIndex to required value. | 
07-07-2009, 07:36 AM
| | | Hi Bugzz,
You need to post your zimbra.log error output for troubleshooting | 
07-07-2009, 09:56 AM
| | Intermediate Member | |
Posts: 23
| | if i use tail -f /var/log/maillog
i get HTML Code: Jul 7 13:35:58 ras postfix/postfix-script[6410]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
Jul 7 13:35:58 ras postfix/postfix-script[6411]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf
Jul 7 13:35:58 ras postfix/postfix-script[6412]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf.in
Jul 7 13:35:58 ras postfix/postfix-script[6426]: starting the Postfix mail system
Jul 7 13:35:58 ras postfix/master[6427]: fatal: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf: line 20: bad transport type: user=filter
Jul 7 13:36:04 ras zmmailboxdmgr[6987]: status requested
Jul 7 13:36:04 ras zmmailboxdmgr[6987]: status OK
Jul 7 13:36:16 ras zmmailboxdmgr[7347]: status requested
Jul 7 13:36:16 ras zmmailboxdmgr[7347]: status OK
Jul 7 13:36:17 ras zmmailboxdmgr[7407]: status requested
Jul 7 13:36:17 ras zmmailboxdmgr[7407]: status OK
Jul 7 11:36:30 ras postfix/postqueue[7460]: fatal: Queue report unavailable - mail system is down
Jul 7 11:37:00 ras postfix/postqueue[7493]: fatal: Queue report unavailable - mail system is down
Jul 7 13:37:13 ras zmmailboxdmgr[7690]: status requested
Jul 7 13:37:13 ras zmmailboxdmgr[7690]: status OK it seems its complaining about the master.cf: line 20: bad transport type: user=filter
as things are right now, even mails are no longer moving, even though its on a test server i am supposed to make it work then put in on live
thanks i will send more specific logs if you require any
Buggz | 
07-07-2009, 10:29 AM
| | | 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. | 
07-07-2009, 11:30 PM
| | Intermediate Member | |
Posts: 23
| | Quote:
Originally Posted by veronica 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 | 
07-08-2009, 03:46 AM
| | | Hope you made changes in master.cf.in file right ? | 
07-08-2009, 05:20 AM
| | Intermediate Member | |
Posts: 23
| | Quote:
Originally Posted by veronica Hope you made changes in master.cf.in file right ? | yah all my changes im making them in the master.cf.in as posted on the wiki for version > 5.0.10
bonnie | 
07-08-2009, 11:33 PM
| | Intermediate Member | |
Posts: 23
| | Quote:
Originally Posted by buggz yah all my changes im making them in the master.cf.in as posted on the wiki for version > 5.0.10
bonnie | i have copied the whole master.cf file onto this page, i failed to attach it in the private message as you had asked, i just made sure that i copied it exactly as it is on my machine. 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
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 oqmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - n - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
#policy unix - n n - 0 spawn
# user=zimbra argv=/usr/bin/perl /opt/zimbra/libexec/zmpostfixpolicyd
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
#
# AMAVISD-NEW
#
smtp-amavis unix - - n - 10 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o virtual_mailbox_maps=
-o virtual_alias_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_delay_reject=no
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_milters=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks_style=host
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings | 
07-08-2009, 11:56 PM
| | Zimbra Consultant & Moderator | |
Posts: 11,508
| | The line I've highlighted here should have whitespace in front of it: 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 It should look like this: 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
__________________
Regards
Bill
| 
07-09-2009, 12:18 AM
| | Intermediate Member | |
Posts: 23
| | thanks for noticing it, the MTA is now running and mails are flowing again,
One issue is that Still the Disclaimmer is not being out on any message
all the messages being sent are plain as before, with no Disclaimer
thanks
buggz | | Thread Tools | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |