mailqmon README mailqmon is a little cgi socket utility to list the Sendmail mqueue file and display the results in HTML format. The mqueue directory is read file by file and checked with mailq command. The socket use 5429 tcp port. Special thanks to: Jordan Kanev - Bulgarian Language Hugh Wu - Chinese-Big5 Language Kabai Csaba - Hungarian Language Rodrigo Bustos L. - Spanish language COMPILE/INSTALL 1. Edit conf.h file - edit the tcp port number in TCP_PORT (5429) - edit your email server ip address in SERVER_DEFAULT (192.169.10.10) - edit the auto-refresh time in REFRESH-SEC (2 seconds) 2. Run configure --prefix=where the mailqmond (daemon) will be saved dflt: /usr/local/bin --enable-language=English, Bulgarian Chinese_Big5 Hungarian Portuguese Spanish --enable-cgidir=where your cgi-bin is dflt: /usr/local/etc/httpd/cgi-bin 3. Make 4. Make install mailqmond will be saved in PREFIX file. mailqmon will be in CGIDIR file. USAGE Start the mailqmond server in background. Use nohup to start in boot process. http://server/cgi-bin/mailqmon.cgi Notes to translation: - copy English.h to Your_Language.h - translate Your_language.h - send Your_Language.h to orso@onda.com.br to implement the new language and share with many peoples. mailqmon source: http://www.onda.com.br/orso/index.html Any suggestions and/or comments: orso@onda.com.br