News

Mar 14, 2010
Category: General
Posted by: admin

18 May 2010, We just release Postfixrocks V1 for Slackware 12.x
You can download the packages from Download Menu

28 April 2010, We just release Postfixrocks V1 for CentOS/RHEL 5.x x86_64
You can download the packages from Download Menu

15 April 2010, We just release Postfixrocks V2 for OpenSUSE 11.1 X86_64
You can download the packages from Download menu

Postfixrocks V2 Release included :

- All previous postfixrocks packages
- Add Mailscanner
- Add ClamAV
- Add Spamassassin

 

Make a Donation

Does this site make your life easier? Help me keep it online.

 

Edit Postfix Virtual Config

We will using this file to map all postfix user and mailbox
But, before we start to map a postfix virtual file, We need to create user testing and testing1 from yast.

Create user "testing" and "testing1" with Yast

yast
- security and users
- edit and create users
- add
- create the users

Example :

Create user "testing "
You can just repeat the steps to create user "testing1"

Note :

Below are the example how to map 2 user to each domains.
testing user will map to testing@domain2.com mailbox account
testing1 user will map to testing1@domain1.com mailbox account.

Postfix Virtual Config File

cd /etc/postfix
vi virtual
### postfix virtual file ###
domain1.com                      virtual
testing1@domain1.com       testing1
<enter>
<enter>
domain2.com                    virtual
testing@domain2.com       testing