Qmail local mail distribution for zimbra user
Appearance
As CurioCrafts has Zimbra Server on Cloud and Qmail Server in Their local Environment for local users
So if any user is created on Zimbra Server then its has to be created on qmail Server with following process .
Qmail local mail distribution for zimbra user:
1. Create an account on zimbra Eg. xyz@curiocrafts.com
2. then login to curiocraft qmail server via ssh command.
3. Go to /home/vpopmail/domains/curiocrafts.com
4. Make a hidden file here and name of the file should ne same as zimbra account Eg.- .qmail-xyz ("xyz" is the name of account)
5. Add one line here:
/var/qmail2/bin/qmail-inject "-f$SENDER" -A "xyz@curiocrafts.com"
and the save the file. 6. Change Ownership to vpopmail.vchkpw
chown vpopmail.vchkpw .qmail-xyz