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

Pages: [1] 2 3
1
Installation and Upgrades / Re: DHCP fixed address issue / Zentyal 2.2
« on: January 05, 2012, 09:50:24 am »
Thanks for your help.

Unforntunately I think I know well how to renew properly my dhcp lease at least client side (I'm running linux not MS and I have already tried forcing dhcp renewal, restarting networking service and even restarting the machine many time (even after having erased the dhcp lease zentyal side in dhcpd.lease and dhcpd.lease~)). I have also tried with a new machine which is not known by zentyal server and which has conequently nevert leased anything to it with with no better luck. So my question is rather how to check zentyal side that :

    - the machine has been requested an IP and provide the correct MAC address in the request
    - this machine has matched (or not and why) the fixed IP address object I have declared (network object badly declared, member incorrect or I don't know what else ...). Is there any log interesting to have a look at ?

This to help me understanding why it always fall back to "normal dhcp".

Anyway thank you very much for your continuous support

Snarf

2
Installation and Upgrades / Re: DHCP fixed address issue / Zentyal 2.2
« on: January 04, 2012, 05:15:52 pm »
Hi all,

I wish you all the best for 2012...

Sorry to insist on my problem but does anyone have any clue to help me getting the fixed ip address work with zentyal... I'm currently moving my server from DHCP to static ip but this really not what I wanted to do initially ... especially as I had no problem with previous release of zentyal concerning this feature...

Any help would be much appreciated.

Thank you

Snarf

3
Installation and Upgrades / Re: DHCP fixed address issue / Zentyal 2.2
« on: December 16, 2011, 04:13:27 pm »
Hi all,

many thanks for your answers.

In my case, I tried two things to get rid of previous leases:

1) sudo dhclient -r on the client machine (ubuntu one) and sudo dhclient or init.d/networking restart after

2) I deleted the leases corresponding to that machine in dhcpd.lease and dhcpd.lease~ in /var/lib/dhcp3

I don't know if the last one is a good way to test but at least the corrresponding line disappeared from the widget DHCP leases and the module restarted correctly so it "seems" to do what I intented to...

After that I have always restarted the module (from the widget in my case... sorry but I don't know the CLI commands you talked about ??) and in any case, the client has got back the same address as previsously.

I don't know where it can remained stored but apparently it is...

Thanks again for your help

Snarf

4
Installation and Upgrades / DHCP fixed address issue / Zentyal 2.2
« on: December 16, 2011, 12:10:30 pm »
Hi all,

I was running a zentyal older version for one year and a half without problem and I recently tried the last version on a test platform.
I did a fresh new install of Zentyal based on the iso download on the zentyal website .

My configuration version is the following:

root@zentyal:/etc/dhcp3# dpkg -l | grep "zentyal-"
ii  language-pack-zentyal-fr             2.2.1                                    Zentyal translations for language French
ii  zentyal-antivirus                    2.2                                      Zentyal - Antivirus
ii  zentyal-bwmonitor                    2.2.4                                    Zentyal - Bandwidth Monitor
ii  zentyal-ca                           2.2.2                                    Zentyal - Certification Authority
ii  zentyal-common                       2.2.2                                    Zentyal - Common Library
ii  zentyal-core                         2.2.4                                    Zentyal - Core
ii  zentyal-dhcp                         2.2.1                                    Zentyal - DHCP Service
ii  zentyal-dns                          2.2.1                                    Zentyal - DNS Service
ii  zentyal-ebackup                      2.2.2                                    Zentyal - Backup
ii  zentyal-firewall                     2.2                                      Zentyal - Firewall
ii  zentyal-ftp                          2.2.1                                    Zentyal - FTP
ii  zentyal-gateway                      2.2                                      Zentyal - Gateway Suite
ii  zentyal-ids                          2.2                                      Zentyal - Intrusion Detection System
ii  zentyal-infrastructure               2.2                                      Zentyal - Network Infrastructure Suite
ii  zentyal-l7-protocols                 2.2                                      Zentyal - Layer-7 Filter
ii  zentyal-monitor                      2.2.1                                    Zentyal - Monitor
ii  zentyal-network                      2.2.3                                    Zentyal - Network Configuration
ii  zentyal-ntp                          2.2                                      Zentyal - NTP Service
ii  zentyal-objects                      2.2                                      Zentyal - Network Objects
ii  zentyal-office                       2.2                                      Zentyal - Office Suite
ii  zentyal-openvpn                      2.2                                      Zentyal - VPN Service
ii  zentyal-printers                     2.2                                      Zentyal - Printer Sharing Service
ii  zentyal-remoteservices               2.2.2                                    Zentyal - Cloud Client
ii  zentyal-samba                        2.2                                      Zentyal - File Sharing Service
ii  zentyal-security                     2.2                                      Zentyal - UTM Suite
ii  zentyal-services                     2.2                                      Zentyal - Network Services
ii  zentyal-software                     2.2.2                                    Zentyal - Software Management
ii  zentyal-squid                        2.2.1                                    Zentyal - HTTP Proxy (Cache and Filter)
ii  zentyal-trafficshaping               2.2                                      Zentyal - Traffic Shaping
ii  zentyal-usercorner                   2.2                                      Zentyal - User Corner
ii  zentyal-users                        2.2.5                                    Zentyal - Users and Groups
ii  zentyal-webserver                    2.2.2                                    Zentyal - Web Server

My configuration is :
a server with two interfaces (eth0 internal - dhcp for lan) and eht1 for external.
I have activated the zentyal cache DNS and dhcp module (for eth0 interface).

My problem is concerning the DHCP configuration
I have defined a dynamic range from 192.168.10.100 to 192.168.10.250 which works very fine (adress is ok for new client, ping based on hostname is working fine within the LAN and internet access works also)

I wanted then to assign fixed IP address and then problems started.
I read a lot of post concerning ( "_", lowercase and this kind of issue) so I carefully set a name on my fixed IP client which is simple: hmi1
and I created a network object in the DHCP module, named:  tnvit with one member which is:

name: hmi1
IP address: CIDR - 192.168.10.73               
MAC address: 00:e0:4c:d4:5f:96

I saved the module and restart dhcp module and then I rebooted my client. I can see on the zentyal dashboard in the dhcp widget the following:
192.168.10.206   00:e0:4c:d4:5f:96   hmi1

so as you can see the dynamic range has been applied whatever the module configuration is. I tryed with a FQDN, a simple one, another machine with different MAC address...

I'm really lost and don't know how to troubleshoot anything.

Is there any configuration problem or known remainng particular issue I'm missing

Thanks in advance for your help

Snarf

5
Installation and Upgrades / Re: how to share a NAS directory ?
« on: November 08, 2010, 01:19:45 pm »
Yes chrisitian, I totally share your point of view.

I'm among those who like this software because I want to avoid to this manually (especially in my case where DHCP server is very slow to deliver address which makes all the network share configuration in fstab useless...I have to play with crontab and all the stuff...).

Managing this at the client login would have been the solution for me but I think I will go the old way while this feature is being developped (if this interests other people).

Thanks anyway....

Snarf

6
Installation and Upgrades / how to share a NAS directory ?
« on: November 03, 2010, 02:55:32 pm »
Hi all,

This is probably a small problem but I don't know samba well enough (one of the reason I use zentyal).

I have a ubuntu 10.04 server running Zentyal 2.0 whith file sharing module active (2 eth connection (Internet and LAN).

I have also a NAS storage attached to the LAN network and i'd like the shares of this NAS being accessible via the zentyal server to benefit from the login credential of the zentyal PDC server.

In the share name of zentyal GUI interface, I just can't add addresslike //NASserver/shares is that normal (/ seem not to be supported) ?

How is this supposed to work ?

Thanks in advance

Snarf


EDIT 15:05
Sorry, my fault, during my different trials the "file system" has been reset to "directory under zentyal" to enter the share name...

The share is now added but I can't mount it from a client automatically (ubuntu 10.10 running zentyal desktop 0.2). Even with the connection pop up using the credentials (the one I declare during the share definition) and the domain name, Ubuntu returns "unable to mount"....

What can I try ?

7
Hi,

Thank you Zentyal team for your work.

zentyal-desktop 0.2 works also for me (at least connection, i will check the shares and other stuff after ..)

Bye
Snarf

8
I tried to install Zentyal-desktop on a ubuntu 10.10 (x64 bits) client connected to a ubuntu server 10.04 (x64) runnng latest zentyal pacakge (installation date october 27th).

Installation went correctly on the client but authentication always fails.

I re read all the configuration how to provided by the zentyal team (adding firewall rule, creating users after the set up...) and I thougt having done everything according to the good practices.

Moreover the user account seems to be correct (I can log onto the server with ssh using the login / password freshly added) but gnome authentication screen (client side) always fails.

How can I troubleshoot the connection process

Thanks in advance for any help

Snarf

9
Installation and Upgrades / Re: Quick Howto: SOGo
« on: September 10, 2010, 04:06:15 pm »
Hi Björn,

sorry fo being idiot but when you install SOGo and edit your conf file the first time, which format is that xml or plain text ???

I will try next week to use your file (is it complete in this post or only an extract ?)

thanks again

snarf

10
Hi lox,

From memories (I had this problem at the beginning) you don't have to remove completely apparmor (at least for dhcp server !!!). The fix consists only in adding a permission line in the config file of apparmor (I don't have the link here but look into this forum you'll find it (if not I will have a look tomorrow for you).

I think this i what you want.

Regards

Snarf

11
Installation and Upgrades / Re: Zarafa preliminary test
« on: September 09, 2010, 05:20:24 pm »
Thank you Tomcat for the admin access answer.

Has anyone an idea for the first issue which is the correct config of both ebox(postfix)/zarafa to get mails in zarafa webaccess AND with an external mail client (thunderbird)

My last trials results playing with zarafa gateways config in ebox interface is that server seems to answer to client (because I get no connection failure or time out in logs) but I got some logs talking about impossible to access to IMAP folder (if I configure IMAP zarafa gateways) or unable to access file (if POP) in the syslog. How can I fix this ?

Thank you in advance

Snarf

PS: zentyal  2.0 installed on ubuntu 10.04 server x64
mail client is thunderbird 3.1 or evolution running above ubuntu 10.04 desktop

12
I just did the test and if only commenting the last lines in master.cf file I am unable to send mail anymore from zarafa. Here is the syslog message:

Code: [Select]
Sep  7 09:32:24 main postfix/qmgr[15476]: warning: connect to transport private/zarafa: Connection refused
Sep  7 09:32:24 main postfix/smtpd[15728]: disconnect from localhost[127.0.0.1]
Sep  7 09:32:24 main postfix/error[15733]: 9CCD222632: to=<firstname.name@companyname.com>, relay=none, delay=0.06, delays=0.03/0.02/0/0.01, dsn=4.3.0, status=deferred (mail transport unavailable)

If I comment lines from both master.cf and main.cf, mails are correctly sent (from zarafa) and received (by evolution mail client) BUT I can't see the mail anymore in zarafa webaccess inbox even if I configure evolution to let mails on server after delevering.

I'm not sure weither what I want is finally possible or not but basically I just want a mail client to be the normal way to get users e mails (and removing from servers when read) and for people out of the office to be able to access mails from the web access.

Up to now I only succeed in having everything working in zarafa OR via a mail client !!

Do you see something else I can try, or my wish is not realistic using zentyal / zarafa ?

Any support appreciated

Snarf

13
Hi,

thanks for your help viking.

Editing my /etc/postfic/main.cf shows only one line refering to zarafa which is :

zarafa_destination_recipient_limit = 1

Is that the line you're talking about.

I found another reference in /etc/postfix/transport (file which is referred to in main.cf) which is:

mydomainname                    zarafa:

Which one should I remove ?

thanks in advance...here is my postfix main.cf file if it can help
Code: [Select]
# Generated by Zentyal
# See /usr/share/postfix/main.cf.dist for a commented, more complete version

# require helo
smtpd_delay_reject  = yes
smtpd_helo_required = yes

strict_rfc821_envelopes = yes
disable_vrfy_command = yes

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

myorigin = /etc/mailname
myhostname = main
mydestination = $myorigin,$myhostname,localhost,localhost.$mydomain
smtp_helo_name = main
alias_maps = hash:/etc/aliases

alias_database = hash:/etc/aliases
local_recipient_maps = proxy:unix:passwd.byname $alias_maps

relayhost = smtp.myprovider.com

transport_maps = hash:/etc/postfix/transport
zarafa_destination_recipient_limit = 1

smtp_tls_security_level = may
smtp_tls_key_file  = /etc/postfix/sasl/postfix.pem
smtp_tls_cert_file = /etc/postfix/sasl/postfix.pem


mynetworks = 127.0.0.0/8

message_size_limit = 0
mailbox_size_limit = 0
virtual_mailbox_limit = 0
recipient_delimiter = +
inet_interfaces = all

# Virtual Aliases
virtual_alias_maps = ldap:valiases
valiases_server_host = 127.0.0.1
valiases_search_base = ou=mailalias,ou=postfix,dc=main
valiases_query_filter = (&(mail=%s)(objectClass=CourierMailAlias))
valiases_result_attribute = maildrop
aliases_bind = no

# Virtual Domains
dovecot_destination_recipient_limit = 1
virtual_transport = dovecot
#virtual_transport = virtual
virtual_mailbox_base = /var/vmail/
virtual_mailbox_maps= ldap:ldapvirtualmap

ldapvirtualmap_server_host = 127.0.0.1:389
ldapvirtualmap_bind = no
ldapvirtualmap_search_base = ou=Users,dc=main
ldapvirtualmap_query_filter = (&(mail=%s)(!(quota=-1))(objectClass=CourierMailAccount))
ldapvirtualmap_result_attribute = mailbox

virtual_mailbox_domains = ldap:vmaildomains
vmaildomains_server_host = 127.0.0.1
vmaildomains_bind = no
vmaildomains_search_base =  ou=postfix,dc=main
vmaildomains_query_filter = (|(&(objectclass=domain)(domainComponent=%s))(&(objectclass=CourierMailAlias)(mail=@%s)))
vmaildomains_result_attribute = dc, maildrop


virtual_minimum_uid = 100
virtual_uid_maps = static:106
virtual_gid_maps = static:115


## TLS/SSL
smtpd_use_tls = yes
smtpd_tls_note_starttls = yes
smtpd_tls_key_file  = /etc/postfix/sasl/postfix.pem
smtpd_tls_cert_file = /etc/postfix/sasl/postfix.pem
smtpd_tls_loglevel = 1


smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, check_helo_access pcre:/etc/postfix/helo_checks.pcre


#SASL authentication
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_tls_auth_only = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_local_domain =  $myorigin


EDIT
Sorry I've badly read your answer and thought you're talking about main.cf instead of master.cf... my fault !!

Two last lines of this file are:
Code: [Select]
zarafa unix - n n - 10 pipe
 flags= user=vmail argv=/usr/bin/zarafa-dagent ${user}


I will try commenting them.

Aditionnal question: Should I modifiy the occurence of zarafa I found in main.cf / transport also ?

sorry and thanks again.

14
Installation and Upgrades / Re: Zarafa contact
« on: September 05, 2010, 10:49:29 pm »
Noone has an idea to get this working ?

15
I m interested in your post I got exactly the "oppposite" problem.. All my mails are delivered to zarafa and I can't get them from another client as I used before !!

Surely config problem but I'm still struggling with for two days ..

good luck and don't forget to explain if you find some solutions..

Snarf


Pages: [1] 2 3