Search this site
Home
Apache
BSD
C#.NET
C/C++
CiscoASA
CiscoIOS
ColdFusion
Cygwin
DB2
Dbg
Eclipse
EJB
Far
GAE
GWT
HTML
IIS
InfoSec
Java
JavaScript
JBoss
jQuery
JunOS
Linux
MSSQL
MySQL
OMSA
OracleDB
Perl
PHP
PL/SQL
PowerConnect
PowerShell
Regex
ShellScript
Tomcat
VB.NET
Visual Studio
Weblogic
Windows
Sitemap
Linux
>
Mail
>
Postfix
To make postfix accept "HELO" without hostname add this to main.cf:
smtpd_noop_commands = helo
Number of current emails in the queue
postqueue -p | tail -n 1 | cut -d' ' -f5
Comments