Posted in 09/01/2012 ¬ 00:55h.fabio
Postfix is a very good MTA (mail transport agent), here are some quick commands that help with queue management: sudo mailq|wc -l – give an approximation of the number of emails in the mailq in the number at the beginning of the line sudo postconf -e defer_transports=smtp;sudo postfix reload : pause email delivery but still [...]
Read the rest of this entry »
Posted in 06/11/2011 ¬ 01:11h.fabio
is a simple packet sniffer, runs in the background and gives you basic information about the traffic on your network. apt-get install darkstat After installation, darkstat -i eth0 The data is displayed in the browser (http://localhost:667/)
Read the rest of this entry »
Posted in 20/10/2011 ¬ 14:54h.fabio
Disable Postfix Amavis Configuration First you will need to comment out the content_filter line which will look similar to the below. In my case it is telling Postfix to send local mail through port 10024 on the localhost or 127.0.0.1. The Postfix configuration file is named main.cf and located in the /etc/postfix directory. Active Postfix [...]
Read the rest of this entry »
Posted in 10/10/2011 ¬ 09:05h.fabio
E’ attivo il forum all’inidirizzo http://forum.nixtips.net
Read the rest of this entry »
asterisk, bash, bsd, clone, debian, linux, mac os, mac os x, php, qmail, shell, sipforum
Posted in 20/09/2011 ¬ 15:13h.fabio
# modprobe -vr ehci_hcd # modprobe -v ehci_hcd
Read the rest of this entry »