Re: Postfix with PostgreSQL

2009-05-11 Thread Andrew Ho
You can install all the following packages by using "yum". yum -y install postgresql-server postgresql-libs postgresql-devel postgresql-contrib postfix Andrew -- Just E. Mail wrote: Rainer: Just to let you know that I have read several times all the documentation you have mentioned. I hav

two mail servers

2013-07-05 Thread Andrew Ho
I run into problem of setting this. I have two mail servers, one for each domain. I need email to be received for one domain to make a copy and forwarded to the other mail server of another domain. Any suggestions?

Re: two mail servers

2013-07-08 Thread Andrew Ho
On 07/06/2013 02:00 AM, Robert Schetterer wrote: Am 06.07.2013 04:29, schrieb Andrew Ho: I run into problem of setting this. I have two mail servers, one for each domain. I need email to be received for one domain to make a copy and forwarded to the other mail server of another domain. Any

Reject and accept

2013-07-31 Thread Andrew Ho
I have a complicated settings, and I hope I can have some advice. I setup the access rule to block the outsider sending mails to the internal mail group. This is what I did. /etc/postfix/main.cf . check_client_access hash:/etc/postfix/access .

Re: postfix 3.7.0 port 25 listening stops at some point (after max a few days), no error messages\

2022-03-04 Thread Andrew Ho
MacOS 12 (Monterey) is the latest version. The security is pretty tight. Mac is not a good machine for Postfix any more. On 3/4/22 22:00, Wietse Venema wrote: Gerben Wierda: On 4 Mar 2022, at 20:04, Bill Cole wrote: On 2022-03-04 at 06:20:27 UTC-0500 (Fri, 4 Mar 2022 12:20:27 +0100) Gerben

Re: New year

2014-12-31 Thread Andrew Ho
Happy New Year. > On Dec 31, 2014, at 11:13 AM, Rene Diem | rds360.at wrote: > > Happy New Year my friends!!! > > >> Am 31.12.2014 um 16:17 schrieb Wietse Venema: >> Holm Kapschitzki: >>> happy new year :) >> As the 2015 dateline is racing across the globe, a prosperous 2015 to all. >> >>

Re: PATCH: PIE for Postfix 3.1

2015-02-05 Thread Andrew Ho
I test with fedora19 and CentOS7, the "-fPIE" or "-fpie" option works with fedora19 and CentOS7. The "-PIE" or "-pie" option is not worked. On 02/05/2015 09:57 AM, Wietse Venema wrote: Viktor Dukhovni: So we should perhaps just ignore the "pie" option with MacOS/X. Have not tried Yosetime yet

Re: rpmbuild and shared=yes

2015-02-12 Thread Andrew Ho
This is the tricks for rpmbuild. postconf relies on %{postfix_lib_dir}libpostfix-global.so for postfix-install. - - postfix.spec -- mkdir -p $RPM_BUILD_ROOT%{postfix_lib_dir} if [ ! -f %{postfix_lib_dir}/libpostfix-global.so ] ; then mkdir -p %{postfix_lib_dir} install lib/libpostfix-global.so

smtputf8

2015-02-22 Thread Andrew Ho
I test postfix-3.0.0 with postscreen, and I have these error messages. Feb 22 13:23:04 mail postfix/qmgr[13406]: A47F7602BE8E8: from=, size=6197, nrcpt=1 (queue active) Feb 22 13:23:04 mail postfix/smtp[13504]: warning: unexpected attribute smtputf8 from amavis socket (expecting: sender) Feb 22

Re: smtputf8

2015-02-22 Thread Andrew Ho
The meta_directory was configured to “/etc/postfix” for testing, Maybe this is the problem. On my other computer, meta_directory = /usr/libexec/postfix, and it is working alright. I will compile postfix-3.0.0 again for testing. Thanks, Andrew Ho — > On Feb 22, 2015, at 3:23

Re: Problems bulding postfix with EAI support in CentOS 5

2015-02-22 Thread Andrew Ho
Check if the package libicu-devel is on CentOS 5, EAI needs libicuuc.so. Andrew — Pressure creatures diamond. > On Feb 22, 2015, at 5:45 PM, Peter wrote: > > On 02/23/2015 11:23 AM, Viktor Dukhovni wrote: >> On Mon, Feb 23, 2015 at 11:17:49AM +1300, Peter wrote: >> >>> The buil

Re: Problems bulding postfix with EAI support in CentOS 5

2015-02-22 Thread Andrew Ho
The default of 64bit libraries of redhat families are in /usr/lib64, eg. /usr/lib64/libicuuc.so. You have to patch the makedefs file for EAI compile in. Andrew Ho — > On Feb 22, 2015, at 5:55 PM, Peter wrote: > > On 02/23/2015 11:45 AM, Peter wrote: >> On 02/2

Re: smtputf8

2015-02-22 Thread Andrew Ho
at 6:17 PM, Wietse Venema wrote: > > Andrew Ho: >> The meta_directory was configured to 'etc/postfix' for testing, >> Maybe this is the problem. > > I wrote Postfix and I am ytelling you that you are wasting your time. > > The protocol has changed.

Re: Postfix 3.3.1 - Warning: mysql: ...... unused parameter: user

2018-08-17 Thread Andrew Ho
Did you install postfix-mysql.x86_64? On 2018-08-17 04:50 PM, volunteer wrote: Victor, I am a Fedora user. Installed Packages Name : postfix Epoch: 2 Version : 3.3.1 Release : 1.fc28 Arch : x86_64 Size : 4.2 M Source : postfix-3.3.1-1.fc28.src.r