Jump to content

Help:Contents: Difference between revisions

From TetraWiki
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...."
 
Pradeep (talk | contribs)
m Replaced content with "[Deshwal]"
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[Deshwal]
== 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.txt.DD.MM.YYYY
'''Now Open validrcptto.txt file'''
 
#vi validrcptto.txt
 
move to the end of file
 
enter email_id her
 
#email_id@heromotocorp.com
 
wq! (save the file)
 
'''To check entry of email_id'''
#grep email_id@heromotocorp.com validrcptto.txt
 
 
'''Make entry in Validrcptto Database File'''
 
run this command
 
#cdbmake-12 validrcptto.cdb validrcptto.tmp < validrcptto.txt
 
'''To check entry of email_id in cdb file'''
 
#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

Latest revision as of 06:42, 3 July 2025

[Deshwal]