Hi,
I sent an iCal event by email as a test to see how Zimbra handled these type of messages. Looking at it in the web client the attachment icon is shown in the
overview screen but after opening the attachment itself does not show and isn't accessible.
Did I do something wrong?
Search found 13 matches
- Mon May 15, 2006 1:17 am
- Forum: Administrators
- Topic: Message with iCal event attachement is empty
- Replies: 1
- Views: 271
- Mon Feb 20, 2006 2:01 am
- Forum: Installation and Upgrade
- Topic: Suse 10 - Zimbra Install
- Replies: 2
- Views: 346
Suse 10 - Zimbra Install
No problems on a clean Suse 10 machine.
Only thing the latest GA install did not address was the usage of the
new syslog (syslog-ng).
So please do a search for that on this forum.
Only thing the latest GA install did not address was the usage of the
new syslog (syslog-ng).
So please do a search for that on this forum.
- Wed Feb 08, 2006 2:22 pm
- Forum: Installation and Upgrade
- Topic: GA SuSE10 installation failed on bad rpm
- Replies: 4
- Views: 345
GA SuSE10 installation failed on bad rpm
[quote user="marcmac"]but I imagine that shutting down all processes owned by the zimbra[/QUOTE]Indeed, that's why I logged into the account: to shutdown with zmcontrolI would like to suggest to provide a error message pointing to the root cause (user Zimbra in use). Now I started the ...
- Wed Feb 08, 2006 2:11 pm
- Forum: Installation and Upgrade
- Topic: GA SuSE10 installation failed on bad rpm
- Replies: 4
- Views: 345
GA SuSE10 installation failed on bad rpm
It says:Preparing packages for installation... usermod: Account `zimbra' is currently in use. error: %pre(zimbra-core-3.0.0_GA_156.SuSE10-20060206105821) scriptlet failed, exit status 15 error: install: %pre scriptlet failed (2), skipping zimbra-core-3.0.0_GA_156.SuSE10-20060206105821After loggi...
- Wed Feb 08, 2006 1:18 pm
- Forum: Installation and Upgrade
- Topic: GA SuSE10 installation failed on bad rpm
- Replies: 4
- Views: 345
GA SuSE10 installation failed on bad rpm
I have downloaded twice the complete sourceforge package to make sure but installation fails with:Installing packages zimbra-core......zimbra-core-3.0.0_GA_156.SuSE10-20060206105821.i386.rpm...FAILED ###ERROR###zimbra-core-3.0.0_GA_156.SuSE10-20060206105821.i386.rpm installation failed Installation ...
- Mon Jan 23, 2006 4:18 pm
- Forum: Installation and Upgrade
- Topic: /var/log/zimbra.log is empty: why?
- Replies: 16
- Views: 3548
/var/log/zimbra.log is empty: why?
Will change my lines accordingly.
- Thu Jan 19, 2006 2:40 pm
- Forum: Installation and Upgrade
- Topic: /var/log/zimbra.log is empty: why?
- Replies: 16
- Views: 3548
/var/log/zimbra.log is empty: why?
[quote user="marcmac"](Had to go to the man page, huh?)[/QUOTE]
No, I do not like man pages ;)
Google did the trick!
No, I do not like man pages ;)
Google did the trick!
- Thu Jan 19, 2006 2:33 pm
- Forum: Installation and Upgrade
- Topic: /var/log/zimbra.log is empty: why?
- Replies: 16
- Views: 3548
/var/log/zimbra.log is empty: why?
For those who will encounter this problem, this what I have changed to get logging in zimbra.log for syslog-ng (used a.o. in SuSe 10):1. edit /etc/syslog-ng/syslog-ng.conf 2. change the following line: destination mail { file("/var/log/zimbra.log"); }; log { source(src); filter(f_mail); de...
- Thu Jan 19, 2006 2:07 pm
- Forum: Installation and Upgrade
- Topic: /var/log/zimbra.log is empty: why?
- Replies: 16
- Views: 3548
/var/log/zimbra.log is empty: why?
Puzzling:1. logger -p mail.err "test" Works! message shows up in the /var/log/mail.err2. logger -p zimbra.log "test message" Results in the message logger: unknown facility name: zimbra.**Edit** Found the source of the problem: syslog.conf is not used at all! syslog-ng is install...
- Thu Jan 19, 2006 1:56 pm
- Forum: Installation and Upgrade
- Topic: /var/log/zimbra.log is empty: why?
- Replies: 16
- Views: 3548
/var/log/zimbra.log is empty: why?
[quote user="marcmac"]Have you tried restarting syslogd? Does /var/log/zimbra.log exist? Have you read the syslog man page?[/QUOTE]1. Executed once more: /etc/init.d/syslog restart:2. zmcontrol stop and then start3. ls -la /var/log/zimbra.log: -rw-r--r-- 1 zimbra zimbra 0 Jan 19 06:20 /var...