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

Pages: 1 [2]
16
Installation and Upgrades / Zentyal 5 bind 9 out of date for samba 4.5.x
« on: February 26, 2017, 10:39:13 pm »
root@zentyal:~# dpkg -l samba*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                           Version                      Architecture                 Description
+++-==============================================-============================-============================-==================================================================================================
ii  samba                                          2:4.5.4+dfsg-1ubuntu1        amd64                        SMB/CIFS file, print, and login server for Unix
un  samba-ad-dc                                    <none>                       <none>                       (no description available)
ii  samba-common                                   2:4.5.4+dfsg-1ubuntu1        all                          common files used by both the Samba server and client
ii  samba-common-bin                               2:4.5.4+dfsg-1ubuntu1        amd64                        Samba common files used by both the server and the client
un  samba-doc                                      <none>                       <none>                       (no description available)
ii  samba-dsdb-modules                             2:4.5.4+dfsg-1ubuntu1        amd64                        Samba Directory Services Database
ii  samba-libs:amd64                               2:4.5.4+dfsg-1ubuntu1        amd64                        Samba core libraries
un  samba-tools                                    <none>                       <none>                       (no description available)
ii  samba-vfs-modules                              2:4.5.4+dfsg-1ubuntu1        amd64                        Samba Virtual FileSystem plugins
un  samba4                                         <none>                       <none>                       (no description available)
un  samba4-common                                  <none>                       <none>                       (no description available)
un  samba4-common-bin                              <none>                       <none>                       (no description available)
root@zentyal:~# dpkg -l bind*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                           Version                      Architecture                 Description
+++-==============================================-============================-============================-==================================================================================================
un  bind                                           <none>                       <none>                       (no description available)
ii  bind9                                          1:9.10.3.dfsg.P4-8ubuntu1.5  amd64                        Internet Domain Name Server
un  bind9-doc                                      <none>                       <none>                       (no description available)
ii  bind9-host                                     1:9.10.3.dfsg.P4-8ubuntu1.5  amd64                        Version of 'host' bundled with BIND 9.X
ii  bind9utils                                     1:9.10.3.dfsg.P4-8ubuntu1.5  amd64                        Utilities for BIND

BIND Version    Supported from Samba Version
BIND 9.11    Samba 4.5.2
BIND 9.10    Samba 4.2
BIND 9.9    Samba 4.0
BIND 9.8    Samba 4.0

https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End

Looks like bind needs to be 9.11 to support current samba version.

17
Installation and Upgrades / Re: Latest samba upgrade to 5.0 is borked.
« on: February 26, 2017, 07:14:16 pm »
Wish I would have saw this earlier! My shares still work but roaming profiles do not. I find that \\zentyal.domain.com\profiles\user\ you cannot read security permissions. If you remove the domain.com part everything works.

It did look like there is a problem with winbind. It is creating a lot of error messages.

18
Email and Groupware / Re: Mailfilter Configuration Issue
« on: February 17, 2017, 09:14:06 pm »
Found the problem

Code: [Select]
cp /etc/amavis/conf.d.old/15-content_filter_mode /etc/amavis/conf.d/

nano /etc/amavis/conf.d/15-content_filter_mode

uncomment
@bypass_spam_checks_maps = (
   \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

zs mail restart



19
Email and Groupware / Re: Mailfilter Configuration Issue
« on: February 17, 2017, 07:34:47 pm »
From what I can tell on my server, it is not enabled.

Feb 17 11:25:04 zentyal amavis[9986]: ANTI-VIRUS code      NOT loaded
Feb 17 11:25:04 zentyal amavis[9986]: ANTI-SPAM code       NOT loaded
Feb 17 11:25:04 zentyal amavis[9986]: ANTI-SPAM-EXT code   NOT loaded
Feb 17 11:25:04 zentyal amavis[9986]: ANTI-SPAM-C code     NOT loaded
Feb 17 11:25:04 zentyal amavis[9986]: ANTI-SPAM-SA code    NOT loaded

20
Installation and Upgrades / [SOLVED]Re: Zentyal 5.0 Comodo SSL
« on: February 15, 2017, 04:54:05 pm »
So here is what I did to get things to work and this will will survive an upgrade.

Code: [Select]
cp /usr/share/zentyal/stubs/mail/dovecot.conf.mas /etc/zentyal/stubs/mail/
nano /etc/zentyal/stubs/mail/dovecot.conf.mas

#my $certFile = '/etc/postfix/sasl/postfix.pem';
#my $keyFile  = '/etc/postfix/sasl/postfix.pem';
my $certFile = '/etc/ssl/certs/STAR_taylortelephone_com.crt';
my $keyFile  = '/etc/ssl/private/star_taylortelephone_com.key';

cp /usr/share/zentyal/stubs/mail/dovecot.conf.mas /etc/zentyal/stubs/mail
nano /etc/zentyal/stubs/mail/dovecot.conf.mas

#ssl_cert =</etc/dovecot/private/dovecot.pem
#ssl_key =</etc/dovecot/private/dovecot.pem
ssl_cert =</etc/ssl/certs/STAR_taylortelephone_com.crt
ssl_key =</etc/ssl/private/star_taylortelephone_com.key

nano /etc/apache2/sites-available/default-ssl.conf

                #SSLCertificateFile     /etc/ssl/certs/ssl-cert-snakeoil.pem
                #SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
                SSLCertificateFile      /etc/ssl/certs/STAR_taylortelephone_com.crt
                SSLCertificateKeyFile   /etc/ssl/private/star_taylortelephone_com.key
                SSLCertificateChainFile /etc/ssl/certs/STAR_taylortelephone_com.ca-bundle

zs mail restart
systemctl restart apache2


21
Installation and Upgrades / Re: Zentyal 5.0 Comodo SSL
« on: February 15, 2017, 03:58:27 pm »
Thanks for the info. Apache was easy and that is working. I had that done before I posted. It's the dovecot/postfix part that I am having problems with. There is NO openchange in 5.0.x as of right now. 5.0.x is very different so nothing that is posted in the forums seems to work. I read over the doc's and I understand what the stubs files are for and do.

22
Installation and Upgrades / [SOLVED] Zentyal 5.0 Comodo SSL
« on: February 13, 2017, 04:04:50 pm »
Does this still apply to installing 3rd party ssl certs? https://forum.zentyal.org/index.php?topic=24513.0

If not what is the proper way to install Comodo SSL certs. I have a *.domain.com cert.

Pages: 1 [2]