Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

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.

Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 02-22-2008, 01:51 PM
Project Contributor
 
Posts: 65
Default

Can you execute "altermime" command as zimbra user?

is ok?

Maybe "altermime" command is not OK for 64 bit OS.......... this altermime RPMs is for 32 bit systems....
__________________
Daniel Eugenin
http://www.it-linux.cl
Reply With Quote
  #32 (permalink)  
Old 02-22-2008, 02:03 PM
Loyal Member
 
Posts: 83
Default

Quote:
Originally Posted by deugenin View Post
OK, and test it for 5.0.2 version of Zimbra....
I'll post results in a bit but it was the exact same. It works if I send an email from zimbra to another domain, but not if I reply.
Reply With Quote
  #33 (permalink)  
Old 02-26-2008, 05:34 AM
Active Member
 
Posts: 38
Default where si the ---------- line coming from, its driving me mad

Great plugin by the way!

However, our designers have designed a really neat and slick HTML & test disclaimers and have but them in the files:
/opt/zimbra/postfix/conf/disclaimers/domain.name.html
/opt/zimbra/postfix/conf/disclaimers/domain.name

and they work great....... for a couple of hours. then something totally baffling happens:
they start putting a line like :
-------------------------------------------
before the disclaimers which is odd and makes the design look really bad.
i cant find where this line is coming from, its not in the admin interface or in the signature hen we make it but somewehre zimbra is writing it into the signature files unwantenly.
I reset the permissions of the files so that root can only write to the files but *somehow they seem to get overwritten by an ugly line again and again.

Also weirdly, the disclaimers sometimes sow up twice on emails.

Please can someone throw me a bone........
Helpppppp its driving me mad.


Thanks very much
Reply With Quote
  #34 (permalink)  
Old 02-26-2008, 06:30 AM
Project Contributor
 
Posts: 65
Default

That is very easy!

You have a /opt/zimbra/postfix/conf/read_from_ldap.pl script

This script it's executed every one hour (/etc/cron.hourly/...). The script read LDAP signatures information, and generate /opt/zimbra/postfix/conf/disclaimers/domain.name.html files.....

You can comment the line:
Code:
   print TMPFILE2 "---------------------------------------------------<br>\n";
__________________
Daniel Eugenin
http://www.it-linux.cl
Reply With Quote
  #35 (permalink)  
Old 02-26-2008, 08:30 AM
Loyal Member
 
Posts: 83
Default

Quote:
Originally Posted by underdog View Post
Also weirdly, the disclaimers sometimes sow up twice on emails.
Unfortunately, same here. I've tried the v0.0.4 of the script and while it does install correctly it still doesn't work correctly. It doesn't always include the disclaimer and occasionally it includes it twice.
Reply With Quote
  #36 (permalink)  
Old 02-26-2008, 09:49 AM
Active Member
 
Posts: 38
Default

Thanks very very much,
thats seems to have done the trick
Reply With Quote
  #37 (permalink)  
Old 03-08-2008, 04:58 PM
Junior Member
 
Posts: 8
Default First Class Extension

Thank you for this extension it is first class.

The extension works great on Zimbra 5.0.2 and as we operate in one of the aforementioned countries that require disclaimers, it is invaluable to us.

When we were implementing the disclaimers it worked great first time on domains with two levels i.e. example.com but when we turn it on domains with three levels such as example.co.uk the files in the disclaimers directories where not generated by the read_from_ldap.pl script. We have written a patch (attached) to allow it to work on multiple level domains (the perl in the patch may not be the best but the idea is there).

Thanks again for all you hard work on this.
Attached Files
File Type: txt read_from_ldap.pl.patch.txt (1.4 KB, 73 views)
Reply With Quote
  #38 (permalink)  
Old 04-11-2008, 04:49 AM
Active Member
 
Posts: 28
Default

When I use disclaimer with the latest GA there seems to be an issue with the UI where by the open tab does not "dim" when the disclaimer tab is opened. Is it just me or is this a compatibility issue with the latest Zimbra release?

By the way - Good work all round.

Helpful hint when I first enabled this zimlet all mail failed as the disclaimer files had not been generated (file not found errors). I ran the disclaimer update from the command line and all was well.
Attached Images
File Type: png disclaimer.png (60.4 KB, 195 views)
Reply With Quote
  #39 (permalink)  
Old 05-27-2009, 04:34 AM
Starter Member
 
Posts: 1
Default disclaimer not work if send from outlook

This extension works fine if i send mail from web interface, but it did not works if i send mail from mail client like outlook, thunderbird and zimbra desktop.

And about the zimlet, it shows on my web admin console and it's on enabled state but it seems not works, cause i changed the text for disclaimer and it did not apply, but if i changed from console liked edited with vi editor, it apply.

can anyone help me about this.
Reply With Quote
  #40 (permalink)  
Old 07-07-2009, 02:22 AM
Intermediate Member
 
Posts: 23
Default Disclaimer not working

my Disclaimer in not working , i tried to follow the wiki on the forum and managed to install Altermime , i only found errors not errors per say but warnings when i ran:
[zimbra@ras ~]$ zmmtactl start
Rewriting configuration files...done.
Starting zmmtaconfig...done.
postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf
postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf.in
postfix/postfix-script: starting the Postfix mail system
Starting saslauthd...done.


my master.cf files is below:

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
#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
can anyone help me where i made the Mistake, my Zimbra is 5.0.14 on CentOS5

i really need to get the disclaimer working

thanks
buggz
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0