Drac Plugin

Darryl Baker darryl.p.baker at gmail.com
Mon Sep 26 19:43:25 UTC 2016


I now have the drac plugin compiled and working. The plugin binary might
even work with the Debian/Ubuntu binary. It was a one line change. I need
to talk to the sendmail folks about their macro for the DRAC feature. My
custom sendmail.cf code works in a way that makes using drac and SpamHaus
for anyone on a blacklisted IP such as non-comercial Comcast users.

I am hoping that the drac plugin will get fixed in the core distribution
and possible the new binary make it into the Debian/Ubuntu binary build.

*** dovecot-2.2.22/src/plugins/drac/drac-plugin.c       2016-09-23
22:49:56.345568783 -0500
--- dovecot-2.2.22/src/plugins/drac/drac-plugin.c-orig  2016-09-26
14:33:46.828670909 -0500
***************
*** 25,31 ****
  /* libdrac function */
  int dracauth(char *, unsigned long, char **);

! const char *drac_plugin_version = DOVECOT_ABI_VERSION;

  static struct timeout *to_drac = NULL;
  static const char *drachost = NULL; /* dracd host */
--- 25,31 ----
  /* libdrac function */
  int dracauth(char *, unsigned long, char **);

! const char *drac_plugin_version = DOVECOT_VERSION;

  static struct timeout *to_drac = NULL;
  static const char *drachost = NULL; /* dracd host */


*Darryl Baker*


More information about the dovecot mailing list