Monthly Archives: June 2013

FTP Perment Mount

http://www.linuxnix.com/2011/03/mount-ftp-server-linux.html https://wiki.archlinux.org/index.php/Mount_FTP Step 1: Installing package on Linux On Ubuntu/Debian apt-get install curlftpfs On Redhat/CentOS/Fedora rpm -ivh fuse-curlftpfs-0.9.1-1.el5.rf.i386.rpm Step 2: Once the package installed we have to create a mount point and mount our ftp server data using curlftpfs command, … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Fetchmail Configuration

http://newbiedoc.sourceforge.net/networking/fetchmail.html http://library.linode.com/email/fetchmail http://www.centos.org/docs/2/rhl-rg-en-7.2/s1-email-fetchmail.html https://help.ubuntu.com/community/GmailPostfixFetchmail http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=fetchmail http://www.scalix.com/wiki/index.php?title=Configuring_Fetchmail_Ubuntu_Gutsy [root@desktop9 ~]# yum install fetchmail [root@desktop9 ~]# cat .fetchmailrc set no bouncemail set no spambounce set logfile /var/log/fetchmail.log set daemon 60 poll pop.gmail.com with proto POP3 port 995 user “bipinpatel333999@gmail.com” there with password “password@123” … Continue reading

Posted in Bipin hands-on | Leave a comment

Delay pool with squid

                       //Delay Pools Goal: To provide a way to limit the bandwidth of certain requests based on any list of criteria. example:-   delay_pools 3 this is use to declere how many pools we will create.   delay_class 1 1 here … Continue reading

Posted in Bipin hands-on | Leave a comment

Dansguardian

              // DansGuardian2 – web content filter It filters using multiple methods. These methods include URL and domain filtering,  content phrase filtering, PICS filtering, MIME type filter-ing, file extension filtering, POST limiting and content (AV) scanning. download dansguardian rpm wget … Continue reading

Posted in Bipin hands-on | Leave a comment

Monitoring Incoming and Outgoing Mails of Zimbra

  [root@map007]# vim /opt/zimbra/postfix/conf/main.cf Add following line to get a bcc copy to your email id when some one send a mail :- sender_bcc_maps = hash:/opt/zimbra/conf/sender_bcc Add following line to get a bcc copy to your email id when some … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | Leave a comment