Hi,
I’m looking for a way to detect particular mail user agents so I can
direct them to particular IMAP servers or even block them. I know
there is a mail user-agent header… can I access it from the Nginx IMAP
proxy configuration? Will Nginx pass it through to the auth_http
backend?
I’m a little reluctant to set up a mail server just to test =)
Regards,
Cliff
I know there is a mail user-agent header…
Is there? Are you sure you don’t confuse mail message with IMAP
protocol?
Best regards,
Piotr S. < [email protected] >
On Wed, 2010-04-07 at 01:10 +0200, Piotr S. wrote:
I know there is a mail user-agent header…
Is there? Are you sure you don’t confuse mail message with IMAP protocol?
You mean X-Mailer is only available for SMTP?
Regards,
Cliff
On Tue, 2010-04-06 at 16:20 -0700, Cliff W. wrote:
On Wed, 2010-04-07 at 01:10 +0200, Piotr S. wrote:
I know there is a mail user-agent header…
Is there? Are you sure you don’t confuse mail message with IMAP protocol?
You mean X-Mailer is only available for SMTP?
Ah yes, I see that is the case. Well, if anyone has a suggestion for
keeping Thunderbird 3.0 away from your IMAP servers, I’d love to hear it
=P
Regards,
Cliff
Cliff,
You mean X-Mailer is only available for SMTP?
No, X-Mailer is also not available for SMTP 
It is optional header of mail message (sent via SMTP “DATA” command).
Best regards,
Piotr S. < [email protected] >