Tuesday 7 August 2012

Post Installation Checklist of Qmail Server Part-2


Post Installation Checklist of Qmail Server Part-2


1.     Test IMAP: IMAP connection can be tested by following command.

telnet 10.0.0.99 143

* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
a001 login jitendrakumar password
a001 OK LOGIN Ok.
a001 logout
* BYE Courier-IMAP server shutting down
a001 OK LOGOUT completed

2.     Test IMAPS Service: Test your new server's IMAP-SSL service by running following command.


[root@mail html]# openssl s_client -connect localhost:993 -quiet
depth=0 /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated IMAP SSL key/CN=localhost/emailAddress=postmaster@example.com
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated IMAP SSL key/CN=localhost/emailAddress=postmaster@example.com
verify return:1
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE AUTH=PLAIN ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
a001 login jitendrakumar password
a001 OK LOGIN Ok.
a001 logout
* BYE Courier-IMAP server shutting down
a001 OK LOGOUT completed

3.     Test POP-SSL Service: Test your new server's POP-SSL service by running following command.

[root@mail html]# openssl s_client -connect localhost:995 -quiet
depth=0 /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/emailAddress=postmaster@example.com
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/emailAddress=postmaster@example.com
verify return:1
+OK Hello there.
user jitendrakumar
+OK Password required.
pass password
+OK logged in.
quit
+OK Bye-bye.

4.     Qmail-Admin (Qmailadmin) Check List

A.    Email Accounts:-
a.     Check User is created successfully.
b.    Password with minimum 8 characters with 2 special characters.
c.     User quota is updating or not.
d.    Check forwarding is working fine.

B.    Forwarding
                        Check Forwarding is working fine. Check local and remote Mail ID forward.

C.    Mail Robot
                        Check Mail robot is working fine.

D.    Mailing List
a.     Check weather new mailing list is successfully created or not.
b.    Check moderator is receiving the accept/reject mail, when a user send mail to mailing list ID.
c.     Mail received by moderator, check accept and reject links are working fine.
d.    Check Add, Delete, Show Subscriber and Add, Delete, Show Moderators radio buttons are working fine in new created mailing list or exiting mailing list. 



No comments:

Post a Comment