/[monit]/monit/protocols/postfix_policy.c
ViewVC logotype

Diff of /monit/protocols/postfix_policy.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by martinp, Thu Aug 4 14:52:16 2005 UTC revision 1.2 by martinp, Mon Oct 10 20:38:21 2005 UTC
# Line 61  Line 61 
61   *   sender=monit@foo.tld   *   sender=monit@foo.tld
62   *   recipient=monit@foo.tld   *   recipient=monit@foo.tld
63   *   client_address=1.2.3.4   *   client_address=1.2.3.4
64     *   client_name=mx.foo.tld
65   *  and check that the server replies with some action.   *  and check that the server replies with some action.
66   *   *
67   *  @author Martin Pala, <martinp@tildeslash.com>   *  @author Martin Pala, <martinp@tildeslash.com>
# Line 82  int check_postfix_policy(Socket_T s) { Line 83  int check_postfix_policy(Socket_T s) {
83      "sender=monit@foo.tld\n"      "sender=monit@foo.tld\n"
84      "recipient=monit@foo.tld\n"      "recipient=monit@foo.tld\n"
85      "client_address=1.2.3.4\n"      "client_address=1.2.3.4\n"
86        "client_name=mx.foo.tld\n"
87      "\n") < 0) {      "\n") < 0) {
88      log("POSTFIX-POLICY: error sending data -- %s\n", STRERROR);      log("POSTFIX-POLICY: error sending data -- %s\n", STRERROR);
89      return FALSE;      return FALSE;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26