I installed postfix-2.6.1 (SRPM from Simon Mudd's web site) on a freshly
installed LINUX CentOS 5.3 machine. I followed Roger Mudd's Instructions
(see http://postfix.wl0.org/en/building-rpms/). Subsequently,I build a
local RPM by following these instructions. I did include PostgreSQL:
# export POSTFIX_PGSQL=1
After Postfix installation is completed (again following the
instructions by Simon Mudd), I displaed the list of packages included
with Postfix:
[r...@rs1 ~]# postconf -m
btree
cidr
environ
hash
ldap
nis
proxy
regexp
static
unix
[r...@rs1 ~]#
As you will notice that PostgreSQL is not listed. In any case, I did
setup Postfix & Dovecot-SASL and tested it successfully. Now I want to
setup PostgreSQL as backend. FYI, I did check the file
/etc/postfix/pgsql-aliases.cf & it does not exists. I belive it is
because of the same reason; PostgrSQL is not installed with Postfix!
Can somebody guide me in the right direction.
PS: Due to being NEWBIE, I don't know which information to
display,except the following, if it helps:
[r...@rs1 ~]# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = /usr/share/doc/postfix-2.6.1-documentation/html
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
mail.$mydomain, www.$mydomain, ftp.$mydomain
mydomain = tib.com
myhostname = mail.tib.com
mynetworks = 65.103.190.104/29, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.1-documentation/readme
relay_domains =
relayhost =
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
unknown_local_recipient_reject_code = 550
[r...@rs1 ~]#