Jump to content

Qmail local mail distribution for zimbra user: Difference between revisions

From TetraWiki
No edit summary
No edit summary
 
Line 19: 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