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 - Mammut

Pages: [1] 2
1
How about kolab? I use it elsewhere and it is for mail, calendar, addressbook, antispam, antivirus extremly good. For webmail kolab uses horde. And it is fast!

2
with new postfix (ebox 1.4?) you have to add following line
Code:
Code: [Select]
local_header_rewrite_clients  = static:all
Then all headers are rewritten.

3
Installation and Upgrades / Re: Critical(?) eBox 1rc2 () problems
« on: October 18, 2009, 11:36:05 am »
I have the same Problem with the Version 1.2.2
Purging the logs (90 days back) last one hour and more and it do not help. The other processes are nearly stopped. Sometimes it is not possible to login at console.
I have error/warning/info/debug messages in the ebox.log file:
Code: [Select]
WARN> ConfigureLogDataTable.pm:184 EBox::Logs::Model::ColnfigureLogDataTable::updateRowNotify - Domain: samba does not exist in logs
DEBUG> LogFiltering.pm:70 EBox::Events::Model::Watcher::LogFiltering::new - Missing argument: tableInfo
i moved the file 90manageEBoxLogs from /etc/cron.hourly to another location. Then this script is running no longer.
However i can start the eboxlogs purging at the webinterface. Then the computer is slowing down.
Is it possible to purge the logs manually?
Can sombody help me with this problem
Thanks a lot
Manfred

4
Hello ricvee,
In the web-interface go to the "Communication-email-general"-Tab.
There is a field for smarthost.
Fill it and put the right user and password. Postfix will use TLS if it can use it.
postfix: main.cf contains postfix.smtp.tls_security_level=may
if you have a fixed ip address then you dont need the smarthost.

5
Installation and Upgrades / Re: system groups for ldap users
« on: August 28, 2009, 02:39:36 pm »
Heureka!!!
I have found the Problem!!!!
The problem is that the package ebox-desktop assignes one line to the beginning of the file
/etc/pam.d/common-auth
Code: [Select]
auth sufficient pam_ldap.soThat is almost correct.
There is another line missing:
Code: [Select]
auth required pam_group.so
auth sufficient pam_ldap.so
This line (containing pam_group.so) must be placed before pam_ldap.so for ldap users to be placed in local groups such as fuse, plugdev, scanner, etc ...
For the developers of "ebox-desktop":
Please expand your package with this line.
Thanks to all!


6
Installation and Upgrades / Re: system groups for ldap users
« on: August 28, 2009, 11:53:08 am »
It was my mistake.
I thought that i have to change the configuration on the server. But i have to change the configuration on the client.

I changed the config at the client now but nothing happened if i log in at the client. Even if i reboot the client. No additional group is assigned to the existing ldap-user.

7
News and Announcements / Re: Usage of eBox Platform
« on: August 28, 2009, 11:16:13 am »
I am using ebox on a Mini-ITX-Board (Jetway) with nearly all components. Its the best server i have found.
What am i missing is:
  • Using lokal Groups with ebox-Desktop.
  • NFS Support.
  • Better Integration for pure Linux Environment.
  • Configuration for Anti-SPAM in the User Corner

What is for me the best:
  • The configuration for the Firewall.
  • Configuration email-server

8
Installation and Upgrades / Re: system groups for ldap users
« on: July 27, 2009, 10:47:20 pm »
Hello Thomas,

thank you for your post.
But it does not work for my "LDAP"-User.
It only works for the local Users of the Server.
Even if i assign the profile with following Code:
Code: [Select]
auth-client-config -a -p lac_ldapIf i want to see the assigned profile i use following code
Code: [Select]
auth-client-config -SAnd here i can see that the change for netgroup is not there.
How can i update this profile?
Here my Profile:
Code: [Select]
[lac_ldap]
nss_passwd=passwd: files ldap
nss_group=group: files ldap
nss_shadow=shadow: files ldap
nss_netgroup=netgroup: files ldap
pam_auth=auth       sufficient   pam_ldap.so
        auth       required     pam_unix.so nullok_secure use_first_pass
pam_account=account    sufficient   pam_ldap.so
        account    required     pam_unix.so
pam_password=password   sufficient   pam_ldap.so
        password   required     pam_unix.so nullok obscure min=4 max=8 md5
pam_session=session    required     pam_unix.so
        session    required     pam_mkhomedir.so skel=/etc/skel/
        session    optional     pam_ldap.so
        session    optional     pam_foreground.so

9
Installation and Upgrades / system groups for ldap users
« on: July 27, 2009, 07:09:50 pm »
Hello together,

is it possible to assign system groups to the normal ebox users?
I use the ebox desktop.
My Linux user uses the LDAP-Directory.
The Operation is very well.
But i use at a local machine an USB Card-Reader. The Device vor this Card-Reader is /dev/ttyUSB0.
And the rights for this Device is:
user: root (0)
group: dialout (20)
I dont want to change the udev-rule.
I need only the group "dialout" with gid 20 assigned to the ebox user.
Thank you for your help
Best regards
Mammut

10
Installation and Upgrades / Re: Software Management
« on: July 27, 2009, 06:55:56 pm »
Thank you very much for this reply.
I think that was it.
Now i have a procedure if this error appears the next time.
Best regards
Mammut

11
Installation and Upgrades / egroupware and https
« on: July 26, 2009, 02:25:47 pm »
Hello together,

i need help to change access to egroupware by https.
I created a file ".htaccess" in Directory "/usr/share/egroupware" with following content:
Code: [Select]
RewriteEngine ON
Redirect /egroupware https://myserver/egroupware
With enabling the RewriteEngine it works that the Access to "http://myserver/egroupware" is redirected to "https://myserver/egroupware"
But Apache says:
Quote
Not Found
The requested URL /egroupware/ was not found on this server.
What is wrong?
Thank you for your help.

12
Installation and Upgrades / Re: eGroupware sync
« on: July 26, 2009, 01:16:15 pm »
I found out that in eGroupware 1.6 there is no "session_type". It is replaced by "session_handler".
Do anyone know what that means in cooperation with syncevolution?
Thanks for help

13
Installation and Upgrades / Re: eGroupware sync
« on: July 25, 2009, 09:15:22 pm »
The description doesnt work for me.
I always get following error Messages:
Quote
20:58:46 [INFO] Preparing synchronization of todo...
20:58:46 [INFO] Preparing synchronization of calendar...
20:58:46 [INFO] Preparing synchronization of addressbook...
20:58:46 [INFO] Preparing synchronization of memo...
20:58:48 [INFO] todo: sync mode is 'slow'
20:58:49 [INFO] calendar: sync mode is 'slow'
20:58:49 [ERROR] Server Failure: server returned error code -1
20:58:49 [ERROR] Error in syncing: Server Failure: server returned error code -1
20:58:49 [ERROR] Server Failure: server returned error code -1
I am using ebox 1.2
evolution 2.26.1
syncevolution 0.8.1

has anybody an idea?
thank you all very much for help

14
Installation and Upgrades / Re: Software Management
« on: July 22, 2009, 08:15:25 pm »
Now it is working.
I didnt do anything. ???
It solves it self over night.
thank you very much for your help.

15
Installation and Upgrades / egroupware and permission templates
« on: July 21, 2009, 07:44:54 pm »
Hello together,
i am using egroupware with five users on top of ebox (Version 1.2). And i want to assign a permission template to an user.
My procedure for that is:
1) Define the permission templates in "Groupware"-"User defined permission templates"
2) Change the User and assign the Permission Template to this user
I think there is not more to do.
Then login with this user in egroupware.
But still all the applications are activated.
Has anybody an idea?

Pages: [1] 2