Locals Only Postfix

Posted by alex almazan Fri, 02 May 2008 21:56:00 GMT

The default Rhel5 Postfix installation does not have an interface assigned for use. This is similar to the default Rhel5 Sendmail defaulting to only serve localhost.

To over come this behavior, you can use the Postfix installed postconf utility as opposed to a direct edit to the file ’/etc/postfix/main.cf’

 
postconf -e "inet_interfaces=all" 

Next issue either ‘postfix reload’ or ‘service postfix restart| stop | start’ as root.

Rhel5 PHP 5.2.5

Posted by alex almazan Wed, 09 Jan 2008 12:05:00 GMT

PHP 5.2.5 source(s) for compiled PHP modules such as MhAsh McryPt and MSsQL:

ftp.pbone.net:/mirror/remi.collet.free.fr/rpms/el5.i386

ftp.pbone.net/mirror/remi.collet.free.fr/rpms/el5.x86_64

lftp works best ie.

lftp ftp.pbone.net:/mirror/remi.collet.free.fr/rpms/el5.i386