At the end of the postfix install, can /etc/services & hosts be copied to Postfix's chroot jail?
After install, you will get warnings in /var/log/mail/warnings that saw:
- postfix/postfix-script: warning: /var/spool/postfix/etc/hosts and /etc/hosts differ
- postfix/postfix-script: warning: /var/spool/postfix/etc/services and /etc/services differ
I believe this to be an easy fix, but I haven't messed with srpm spec files yet (still learning).
Thanks,
S
Guillaume Cottenceau wrote:
--=-=-= Name : postfix Relocations: (not relocateable) Version : 2.0.13 Vendor: MandrakeSoft Release : 1mdk Build Date: Wed Aug 6 21:12:00 2003 Install date: (not installed) Build Host: bi.mandrakesoft.com Group : System/Servers Source RPM: (none) Size : 1626484 License: IBM Public License Packager : Yves Duret <[EMAIL PROTECTED]> URL : http://www.postfix.org/ Summary : Postfix Mail Transport Agent Description : Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS and running in a chroot environment.
Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This software was formerly known as VMailer. It was released by the end of 1998 as the IBM Secure Mailer. From then on it has lived on as Postfix.
This rpm supports LDAP, SMTP AUTH (trough cyrus-sasl) and TLS. If you need MySQL too, rebuild the srpm --with mysql.
--=-=-=
* Wed Aug 06 2003 Guillaume Cottenceau <[EMAIL PROTECTED]> 2.0.13-1mdk
- 2.0.13
--=-=-=
--=-=-= postfix.spec changed --- postfix-2.0.12-3mdk.src.rpm/postfix.spec 2003-08-07 00:15:14.000000000 +0200 +++ postfix-2.0.13-1mdk.src.rpm/postfix.spec 2003-08-07 00:15:14.000000000 +0200 @@ -1,12 +1,12 @@ %define name postfix # If set to 0 if official version, 1 if snapshot %define experimental 0 -%define version 2.0.12 -%define release 3mdk +%define version 2.0.13 +%define release 1mdk %define releasedate 20020508
%define openssl_ver 0.9.7b -%define tlsno pfixtls-0.8.13-%version-%openssl_ver +%define tlsno pfixtls-0.8.15-%version-%openssl_ver
%if ! %{experimental} Version: %{version} @@ -510,6 +510,9 @@
%changelog +* Wed Aug 6 2003 Guillaume Cottenceau <[EMAIL PROTECTED]> 2.0.13-1mdk +- 2.0.13 + * Fri Jun 27 2003 Guillaume Cottenceau <[EMAIL PROTECTED]> 2.0.12-3mdk - fix default cyrus transport location thx to Buchan Milne - build against db4.1
--=-=-=
