iRedMail 0.7.0: Open Source Mail Server With Postfix, Dovecot, Amavisd, ClamAV, SpamAssassin, RoundCube (OpenSuSE 11.4)
|
Submitted by eddiechen (Contact Author) (Forums) on Fri, 2010-11-26 15:13. :: Anti-Spam/Virus | SuSE | Postfix
iRedMail 0.7.0: Open Source Mail Server With Postfix, Dovecot, Amavisd, ClamAV, SpamAssassin, RoundCube, iRedAdmin On OpenSuSE 11.4Last edited 03/31/2011 iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Its object is to make a Linux mail server installation and configuration simple, painless and easy to use. Most components used in iRedMail are provided by Linux distributions officially. It means that iRedMail users can get software update support for as long as the the distribution is supported. Since version 0.7.0, iRedMail supports OpenSuSE (it supports both i386 and x86_64). iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. This tutorial shows how to use the OpenLDAP backend on OpenSuSE 11.4. Now iRedmail provides RoundCube as webmail, and support MySQL and OpenLDAP and can change passwords and set vacation messages. The iRedMail project was published three years ago on 2007-11-01. iRedAdmin is iRedMail's official web-based admin panel for the ldap backend. You can use iRedAdmin to manage email accounts (it offers more convenience than phpldapadmin). Right now, iRedAmin supports only LDAP.
1 RequirementsIt is strongly recommended to install a minimal OpenSUSE system, and then deploy the mail service via the iRedMail solution. e.g.: To install such a system you will need the following:
2 Preliminary NoteIn this tutorial we use:
3 Setting The HostnameNo matter if your server is external or internal, it is strongly recommended that you set up a fully qualified domain name (FQDN) hostname. Verify the FQDN hostname: hostname -f mail.example.com If it doesn't show an FQDN, please set it with YaST. yast lan
4 Start To Install iRedMailDownload the new version of iredmail, visit the download page to download the official release of iRedMail (it is recommended to use the lastest version):
# wget http://iredmail.googlecode.com/files/iRedMail-0.7.0.tar.bz2 Start the iRedMail installer:
# cd iRedMail-0.7.0
It will show a basic GUI wizard to help you set up the mail server. Welcome page:
Choose the directory that will be used to store users' mailboxes.
iRedMail supports both OpenLDAP and MySQL as backends to store virtual domains and users. OpenLDAP is recommended.
LDAP suffix, normally it's your domain name, such as: dc=example,dc=com:
Set password for LDAP server admin: cn=Manager,dc=example,dc=com
Set the MySQL root password:
Add your first virtual domain, e.g.:
Set password for the virtual domain admin: postmaster@example.com, you can log into iRedadmin and Awstats with this account.
Set password for the first normal user www@example.com for the first virtual domain:
Select optional components:
Select the default language for your webmail application:
The configuration is now finished, we can now start the installation: Configuration completed. Finish the installation: ************************************************************************* Restart all the related services: # for i in syslog apache2 postfix mysql ldap policyd dovecot amavis clamd freshclam cron iredapd SuSEfirewall2_setup; do /etc/init.d/${i} restart; done
|














Recent comments
13 hours 58 min ago
18 hours 56 min ago
20 hours 23 min ago
21 hours 16 min ago
22 hours 59 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 19 hours ago
1 day 21 hours ago