Qmail local mail distribution for zimbra user: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[category:Curio Crafts]] | |||
As CurioCrafts has Zimbra Server on Cloud and Qmail Server in | 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 . | 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: | Qmail local mail distribution for zimbra user: | ||
| Line 18: | Line 19: | ||
and the save the file. | and the save the file. | ||
6. Change Ownership to vpopmail.vchkpw | 6. Change Ownership to vpopmail.vchkpw | ||
chown vpopmail.vchkpw .qmail-xyz | chown vpopmail.vchkpw .qmail-xyz | ||
Latest revision as of 10:16, 23 March 2019
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