Since ClarkConnect Community Edition is only gave 10 Mailboxes, so i have to learn how to make a Mail Server by myself.
I built this Mail Server based on these links :
- Perfect Server Ubuntu8.04 LTS ( Step 5, 7, 8, 9, 10, 13 - 20 )
- Courier help in doing Maildir setup
- Squirrel Mail help
- Amavis-Clamav-Spam Assassin help
- sudo apt-get install clamav ( from terminal )
- PostGrey help
- Some Squirrel plugins if you want to
- Open Terminal then type sudo /etc/init.d/mysql stop
- then run : mysqld_safe --skip-grant-tables &
- you will be able to login as root with no password by : mysql -uroot mysql
- Then run : UPDATE user SET password=PASSWORD("abcd") WHERE user="root"; ( abcd means your new password for root )
- then run : FLUSH PRIVILEGES;
- Now you can login by : mysql -uroot -pabcd mysql
- Go to Squirrel plugins site to pick a plugins
- Download it
- Extract it to /usr/share/squirrelmail/plugins
- Open terminal, run : sudo squirrelmail-configure
- Select option 8
- Select the number of plugins that you wanted to run
- type Q to quit ( save before you quit by press S )
- mailbox_size_limit = 51200000 { mailbox size approx = 50MB }
- message_size_limit = 5120000 { message size + attachments approx = 5MB }
Regards;
~E~
No comments:
Post a Comment