Install sysv-rc-conf helpful configure serivce
Feature:
a. Join Active Directory
b. Mail server (postfix)
c.
Configuration IP address
sudo vi /etc/network/interfaces
auto eth0iface eth0 inet staticaddress 192.168.0.xxxnetmask 255.255.255.0gateway 192.168.0.x
Configure Hostname
edit /etc/hostname
Configure DNS Client
Edit /etc/resolv.conf file
domain test.comsearch test.comnameserver DNS Server IP
Join Microsoft Domain (Active Directory)
Install Likewise Open
Conifure settings to join Domainapt-get install likewise-open5
Test Configrationdomainjoin-cli join example.com Administrator
Edit /etc/likewise-open/lsassd.confssh 'example\username'@hostname
assume-default-domain = yes
Configure Dovecot Settings
Edit /etc/dovecot/dovecot.conf
to#disable_plaintext_auth = yes..protocols = imap imaps pop3 pop3s..auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
disable_plaintext_auth = no..protocols = imap pop3..auth_username_chars = \abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
Postfix Configuration
Check Postfix settings
postfix check
Webmin Installation
#apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules libio-pty-perl apt-show-versions libapt-pkg-perl
#wget http://prdownloads.sourceforge.net/webadmin/webmin_1.530_all.deb or higher
#dpkg -i webmin_XXXX.deb
#/etc/init.d/webmin restart
沒有留言:
張貼留言