Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nuanda

Pages: [1] 2
1
Solved. I must remove ebox-mailfilter, clamav-daemon, clamav-base, clamav-freshclam with all config:

# apt-get remove --purge ebox-mailfilter clamav-daemon clamav-base clamav-freshclam

Remove all the broken groups (clamav from group amavis).

Then reinstall ebox-mailfilter and readd use clamav to group amavis.

Now It works.

2
Tanks for the reply but still not working :-( what can I check now?


3
Hi, I upgraded to the latest version of eBox and I've got a problem. Clamav-daemon doesn't start automatically. In the postfix log I see:

Jun 10 11:22:00 mail amavis[29298]: (29298-02) (!!)Clam Antivirus-clamd av-scanner FAILED: CODE(0x81544a4) Too many retries to talk to /var/run/clamav/clamd.ctl (Can't connect to UNIX socket /var/run/clamav/clamd.ctl: No such file or directory) at (eval 84) line 310. at (eval 84) line 511.
Jun 10 11:22:00 mail amavis[29298]: (29298-02) (!!)WARN: all primary virus scanners failed, considering backups

If I do:

# /etc/init.d/clamav-daemon start

the problem is solved.

If I do:

# /etc/init.d/ebox mailfilter restart

I got:

Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
 * Restarting eBox module: mailfilter                                    [ OK ]

But clamav-daemon doesn't start:

# ls -l /var/run/clamav/
total 0

How can I fix the problem?
Tanks

4
Installation and Upgrades / Re: eGroupware sync
« on: April 06, 2009, 05:38:52 pm »
It works very good with Nokia E90 and Funambol plugin.  ;)

5
Installation and Upgrades / Re: ebox-egroupware interface language
« on: March 26, 2009, 12:58:07 pm »
Tanks, It works..  ;D

6
Installation and Upgrades / ebox-egroupware interface language
« on: March 25, 2009, 03:42:21 pm »
Helo, I've installed ebox with the new ebox-egroupware. I think It's great! But I cannot change le language for the interface. It's only in english. How can I do this? Thanks

7
Installation and Upgrades / Re: Calendar
« on: March 24, 2009, 06:36:32 pm »
Added egroupware integration in 1.0 version.

8
Installation and Upgrades / Re: Add-On: support for postgrey
« on: March 24, 2009, 06:35:29 pm »
Added in the new 1.0 version.  ;D

9
Installation and Upgrades / Re: Calendar
« on: July 09, 2008, 11:41:56 am »
Hello, I think that in this moment the easyest to configure is Davical (http://rscds.sourceforge.net/), it use php and postgresql (it can be also configured to use ldap for users). But I think that the best solution could be SOGo (http://sogo.opengroupware.org/) that use ldap for users and postgresql as a database. It use Outlook or Thunderbird + Lightning as client and have a plugin for Funambol to syncronize with mobile phone.

10
Installation and Upgrades / Groupware server for eBox
« on: June 30, 2008, 03:17:11 pm »
I think It could be wonderfull to integrate a groupware server in eBox.
The best solution for me could be SoGO (http://sogo.opengroupware.org/).
It use LDAP for authentication and PostgreSQL for data managment.
I find a script made by Mark Pavlichuk, for installation on Ubuntu and it is self documented:
http://mail.opengroupware.org/pipermail/sogo/2008-May/001000.html

11
Installation and Upgrades / Add-On: Razor and Pyzor
« on: June 06, 2008, 05:39:24 pm »
Usefull could be an add-on for Razor and Pyzor, to use Razor and Pyzor in Ebox just edit /usr/share/ebox/stubs/mailfilter/local.cf.mas and add:

#pyzor
use_pyzor 1
pyzor_path /usr/bin/pyzor

#razor
use_razor2 1
razor_config /etc/razor/razor-agent.conf

Then:

# apt-get install razor pyzor

Then restart mailfilter:

/etc/init.d/ebox mailfilter restart

12
It could be not so hard to implement a quarantine system Ebox; I use this method:
I create the database on postgresql using the guide on http://www.ijs.si/software/amavisd/README.sql-pg
The tables necessaries for quarantine are: maddr, mailaddr, msgrcpt, msgs, quarantine.
In /etc/amavis/conf.d you must add:

$spam_quarantine_method = 'sql:';
@storage_sql_dsn = (['DBI:Pg:database=spam;host=localhost', 'user', 'pass']);
$policy_bank{'AM.PDP'} = {
   log_level => 3,
   protocol=>'AM.PDP', # Amavis policy delegation protocol (new milter helper)
   inet_acl=>[qw( 127.0.0.1 [::1] 192.168.X.XXX )]
};
$interface_policy{'9998'} = 'AM.PDP';

Then I use MailZu (http://www.mailzu.net/) as a web interface for release.



13
Installation and Upgrades / Add-On: LDAP shared address book
« on: June 06, 2008, 11:43:06 am »
I think It could be a great idea to implement a shared address book trough LDAP. I've implemented It by adding an organizational unit  (ou=abook,dc=ebox) to LDAP. Then I use this software written by Andrew Dolgov (http://bah.org.ru/download/ldapmgr/ldapmgr-0.5.tar.gz) to edit the address book. This address book is readable by Thunderbird (that we use as mail client).

14
Installation and Upgrades / Re: Add-On: support for postgrey
« on: June 06, 2008, 11:09:15 am »
Tanks to you. Obviously you must install postgrey too.

# apt-get install postgrey

Tanks a lot.

15
Installation and Upgrades / Add-On: support for postgrey
« on: June 05, 2008, 05:44:20 pm »
Graylisting is one of the better way to fight again spam. I Think I's no hard to add.

It's possible to implement by now by comment out in main.cf.mas the line smtpd_recipient_restrictions and replace that line with:

smtpd_recipient_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        permit_tls_clientcerts,
        reject_unlisted_recipient,
        reject_unauth_destination,
        reject_non_fqdn_hostname,
        reject_non_fqdn_recipient,
        reject_non_fqdn_sender,
        check_policy_service inet:127.0.0.1:60000,
        permit

Pages: [1] 2