News

Mar 14, 2010
Category: General
Posted by: admin

18 May 2010, We just release Postfixrocks V1 for Slackware 12.x
You can download the packages from Download Menu

28 April 2010, We just release Postfixrocks V1 for CentOS/RHEL 5.x x86_64
You can download the packages from Download Menu

15 April 2010, We just release Postfixrocks V2 for OpenSUSE 11.1 X86_64
You can download the packages from Download menu

Postfixrocks V2 Release included :

- All previous postfixrocks packages
- Add Mailscanner
- Add ClamAV
- Add Spamassassin

 

Make a Donation

Does this site make your life easier? Help me keep it online.

 

Configure Courier-Authlib

Modify Authdaemonrc

#vi /usr/local/etc/authlib/authdaemonrc

#
# ADD the lines like :
authmodulelist="authpam"
DEBUG_LOGIN=1
daemons=1

Modify smtpd.conf

#vi /usr/lib64/sasl2/smtpd.conf

pwcheck_method: authdaemond
log_level: 3
mech_list: PLAIN LOGIN
authdaemond_path:/usr/local/var/spool/authdaemon/socket

Modify Permission

#chown -R postfix:postfix /usr/local/var/spool/authdaemon/
#chown o+x /usr/local/var/spool/authdaemon/



Previous page: Install Courier-Authlib  Next page: Install Courier-IMAP