Sunday, 19 July 2009

How can I activate the e-mail traffic?

To do this, follow these steps:


  1. set $show_emailtransfer in confixx_main.conf to “1”;

  2. launch the /root/confixx/admin/subs/webPages_install.pl

  3. copy the mailtraffikpop3.pl and mailtraffiksmtp.pl files from the /root/confixx/admin/subs/ to /root/confixx/ directory;

  4. change the $LogFile in these files to the correct mail log path;

  5. launch the mailtraffikpop3.pl and mailtraffiksmtp.pl files.


If you want to refresh the information about the e-mail traffic you should run these scripts. For this, you can add the following lines in the ‘crontab’ using the ‘crontab -e’ command or by editing the /etc/crontab file.




Example:



*/30 * * * * /roo/confixx/mailtraffikpop3.pl



*/30 * * * * /roo/confixx/mailtraffiksmtp.pl

No comments:

Post a Comment