From: "Arthur Lessard" <[EMAIL PROTECTED]>

> This is probably a topic that has been beaten to
> death, but I need help in finding a resource for
> getting postfix to support mysql on RedHat 8.0.

You can use Simon J. Mudd's SRPMs or Tuomo Soini's ones...


Simon J. Mudd's:
http://postfix.wl0.org/en/

First install the SRPM:

# rpm -ivh postfix-xxx.src.rpm
# cd /usr/src/redhat/SOURCES/

then set the required build options

 # export POSTFIX_MYSQL=1                        # this one for the MySQL
RPM from mysql.com
 # export POSTFIX_REDHAT_MYSQL=1       # this one for Red Hat's mysql RPM

then create postfix.spec

# sh ./make-postfix.spec
# cd /usr/src/redhat/SPECS
# rpmbuild -ba postfix.spec

the RPM will be left on /usr/src/redhat/RPMS/i386/

NOTE: Simon's RPMs are configured to be chrooted by default!!!
            In his site you can see the whole list of options

#########

Tuomo Soini's
http://tis.foobar.fi/software/?postfix

# rpm -ivh postfix-xxx.src.rpm
# cd /usr/src/redhat/SPECS
# rpmbuild -ba postfix.spec --with mysql

the RPM will be left on /usr/src/redhat/RPMS/i386/
In his site you can see the whole list of options

Regards,

Juan



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to