Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
CGP - Client programs
1. OpenLDAP Client
grep cacertdir /etc/ldap.conf cacert=/etc/pki/ca/ourdom-ca.crt hash=`openssl x509 -hash -noout -in $cacert` cp $cacert /etc/openldap/cacerts/$hash.0
ldapsearch -Hldaps://mail.ourdom.com:5636 -x -D'postmaster@admin'
-w'1234' -LLL -b o=ourdom '(objectclass=*)'Another root bind dn:
uid=postmaster,cn=communigate,o=ourdom
We should get something like initial-ldap.ldif.
2. Mail agent on Ubuntu
By default Exim4 is installed.
- Run configuration program:
LANG=C dpkg-reconfigure exim4-config
- Answer a frew questions:
- General type of mail configuration: mail sent by smarthost; no local mail
- System mail name: ourdom.com
- IP-addresses to listen on for incoming SMTP connections: 127.0.0.1
- Other destinations for which mail is accepted: none
- Visible domain name for local users: ourdom.com
- IP address or host name of the outgoing smarthost: smarthost.ourdom.com
- Keep number of DNS-queries minimal (Dial-on-Demand)? Yes
- Split configuration into small files? No
Test configuration:
echo "hello world" | mail -v -s "hello" support@ourdom.com
3. LDAP Address Books
- LDAP addressbook for Outlook
- Evolution LDAP address book (fedora forum)
- Using an LDAP server as an Evolution addressbook (debian administration)
- Notes on LDAP address books
Attachments
ps-cgp-initial-ldap.ldif 7.72 KB

Comments
Post new comment