2 messages in ru.sysoev.nginxa patch for using postfix as smtp-bac...
FromSent OnAttachments
Yingbo QiuMar 23, 2008 10:01 am.patch
Maxim DouninMar 23, 2008 11:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:a patch for using postfix as smtp-backend with xclient extensionActions...
From:Yingbo Qiu (qiuy@public.gmane.org)
Date:Mar 23, 2008 10:01:55 am
List:ru.sysoev.nginx
Attachments:

Hi, Igor

The XCLIENT command that nginx send to backend include "LOGIN=foobar" attribute. But postfix couldn't recognise it and report "501 5.5.4 Bad XCLIENT attribute name: LOGIN" and close connection. I wrote this patch to resolve the issue.

The patch add a new nginx.conf item "xclient_capabilities". Postfix user could custom it to avoid send LOGIN attribute. It make nginx more flexible.

I wish it accord with nginx's coding style. :)

Regards.