Bug 133891 - [PATCH] mail/exim: add support for XCLIENT command
Summary: [PATCH] mail/exim: add support for XCLIENT command
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 13:20 UTC by Alexey Degtyarev
Modified: 2009-06-02 10:50 UTC (History)
0 users

See Also:


Attachments
exim-xclient.patch (14.60 KB, patch)
2009-04-21 13:20 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2009-04-21 13:20:01 UTC
This patch adds support for XCLIENT[1] SMTP command in exim. It has been
successfully tested in production mail service for a months.

[1] http://www.postfix.org/XCLIENT_README.html
[2] http://cebka.pp.ru/blog/2009/01/-eximxclient.html
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-21 13:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alexey Degtyarev 2009-05-21 15:46:04 UTC
> Thank you very much for your problem report.
> It has the internal identification `ports/133891'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=133891
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [PATCH] mail/exim: add support for XCLIENT command
> >Arrival-Date:   Tue Apr 21 12:20:01 UTC 2009

Hello, krion,

you are listed as the maintainer of mail/exim port.

One month ago I've submitted the problem report (ports/133891) about
adding support for XCLIENT command widely used by ISPs for proxying
mail. The patch posted with pr has been working well for a months with
the mail system having traffic of over one million emails per day in a
company I'm working now. I know some other people awaiting for this
feature in exim port as well.

Can you please tell as your opinion about this pr and/or XCLIENT
functionality with exim FreeBSD port?

-- 
Alexey V. Degtyarev
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-02 10:44:39 UTC
krion       2009-06-02 09:44:30 UTC

  FreeBSD ports repository

  Modified files:
    mail/exim            Makefile options 
  Added files:
    mail/exim/files      extra-patch-xclient 
  Log:
  Add support for XCLIENT command.
  
  More info - http://www.postfix.org/XCLIENT_README.html
  
  PR:             ports/133891
  Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
  
  Revision  Changes    Path
  1.242     +9 -2      ports/mail/exim/Makefile
  1.1       +347 -0    ports/mail/exim/files/extra-patch-xclient (new)
  1.12      +4 -1      ports/mail/exim/options
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2009-06-02 10:45:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!