Jump to content

Help:Contents

From TetraWiki
Revision as of 04:55, 18 September 2014 by Manojsemwal (talk | contribs) (Created page with " == How to Create email id in Hero Honda(qmail) == ---- '''Go to this location''' #cd /var/qmail/control/ make backup of file validrcptto.txt #cp validrcptto.txt validrcptto....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to Create email id in Hero Honda(qmail)


Go to this location

  1. cd /var/qmail/control/

make backup of file validrcptto.txt

  1. cp validrcptto.txt validrcptto.txt.DD.MM.YYYY

Now Open validrcptto.txt file

  1. vi validrcptto.txt

move to the end of file

enter email_id her

  1. email_id@heromotocorp.com

wq! (save the file)

To check entry of email_id

  1. grep email_id@heromotocorp.com validrcptto.txt


Make entry in Validrcptto Database File

run this command

  1. cdbmake-12 validrcptto.cdb validrcptto.tmp < validrcptto.txt

To check entry of email_id in cdb file

  1. strings validrcptto.cdb | grep "emai_id@heromotocorp.com"

this will show the result

Note:- To test send email from other domain and watch the logs