Discussion:
smtputf8
(too old to reply)
Andrew Ho
2015-02-22 20:10:53 UTC
Permalink
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=<owner-postfix-***@postfix.org>, 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 13:23:04 mail postfix/smtp[13504]: warning: deliver_request_get: error receiving common attributes
Feb 22 13:23:04 mail postfix/smtpd[13488]: disconnect from english-breakfast.cloud9.net[168.100.1.7] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5


What do I miss?

Thanks,


Andrew



Pressure creatures diamond.
Wietse Venema
2015-02-22 20:23:40 UTC
Permalink
Post by Andrew Ho
I test postfix-3.0.0 with postscreen, and I have these error messages.
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: unexpected attribute smtputf8 from amavis socket (expecting: sender)
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: deliver_request_get: error receiving common attributes
Feb 22 13:23:04 mail postfix/smtpd[13488]: disconnect from english-breakfast.cloud9.net[168.100.1.7] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
What do I miss?
You are running binaries from different Postfix versions. Don't do that.

To list the outdated files:

$ ls -lrt /usr/libexec/postfix | head

Wietse
Andrew Ho
2015-02-22 22:42:26 UTC
Permalink
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


Post by Wietse Venema
Post by Andrew Ho
I test postfix-3.0.0 with postscreen, and I have these error messages.
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: unexpected attribute smtputf8 from amavis socket (expecting: sender)
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: deliver_request_get: error receiving common attributes
Feb 22 13:23:04 mail postfix/smtpd[13488]: disconnect from english-breakfast.cloud9.net[168.100.1.7] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
What do I miss?
You are running binaries from different Postfix versions. Don't do that.
$ ls -lrt /usr/libexec/postfix | head
Wietse
Wietse Venema
2015-02-22 23:17:36 UTC
Permalink
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. The 3.0 queue manager uses the new protocol
that sends the smtputf8 attribute before the sender attribute. You are
using an old SMTP client that uses the old protocol.
Post by Andrew Ho
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: unexpected attribute smtputf8 from amavis socket (expecting: sender)
Wietse
Andrew Ho
2015-02-22 23:41:38 UTC
Permalink
I made a mistake, when I change meta_directory= /etc/postfix, I hadn’t changed

make make -f Makefile.init meta_directory=/usr/libexec/postfix
to
make make -f Makefile.init meta_directory=/etc/postfix


That’s why I got the errors.

I fix it now.

Thanks,

Andrew


Post by Wietse Venema
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. The 3.0 queue manager uses the new protocol
that sends the smtputf8 attribute before the sender attribute. You are
using an old SMTP client that uses the old protocol.
Post by Andrew Ho
Feb 22 13:23:04 mail postfix/smtp[13504]: warning: unexpected attribute smtputf8 from amavis socket (expecting: sender)
Wietse
Loading...