]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.0.5-20030303
authorWietse Venema <wietse@porcupine.org>
Mon, 3 Mar 2003 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:28:45 +0000 (06:28 +0000)
postfix/html/virtual.8.html
postfix/man/man8/virtual.8
postfix/src/global/mail_version.h
postfix/src/smtpd/smtpd.c
postfix/src/virtual/virtual.c

index e350dcb3f45653eaeb6c059849c3a0e8aaa23666..c36f4e3137dabe104ad7a530e1dc4757ab8a8c99 100644 (file)
@@ -17,8 +17,8 @@ VIRTUAL(8)                                             VIRTUAL(8)
 
        This delivery agent only delivers  mail.   Other  features
        such  as  mail  forwarding,  out-of-office  notifications,
-       etc., must be configured via virtual maps or  via  similar
-       lookup mechanisms.
+       etc., must be configured via  virtual_alias  maps  or  via
+       similar lookup mechanisms.
 
 <b>MAILBOX</b> <b>LOCATION</b>
        The  mailbox  location  is controlled by the <b>virtual</b><i>_</i><b>mail-</b>
index c7517bc24aec9c4f7b2c820afc9ef75740b39e42..ea13355170c9480825b67e348d88c522f7a23efd 100644 (file)
@@ -20,7 +20,7 @@ file lookups of the address local part only.
 
 This delivery agent only delivers mail.  Other features such as
 mail forwarding, out-of-office notifications, etc., must be
-configured via virtual maps or via similar lookup mechanisms.
+configured via virtual_alias maps or via similar lookup mechanisms.
 .SH MAILBOX LOCATION
 .na
 .nf
index 2a57f519c24ec09f6b6843f827a9ba8c2d80dcc9..e1e15abbc62c254810d2af0aa76c7dbc5bfc176d 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change the patchlevel and the release date. Snapshots change the
   * release date only, unless they include the same bugfix as a patch release.
   */
-#define MAIL_RELEASE_DATE      "20030301"
+#define MAIL_RELEASE_DATE      "20030303"
 
 #define VAR_MAIL_VERSION       "mail_version"
 #define DEF_MAIL_VERSION       "2.0.5-" MAIL_RELEASE_DATE
index e5514116b098bb5749f905879fc1b9c8fa583342..24aae3d1d148def2eb57a515a53c120bab8417ca 100644 (file)
@@ -1541,7 +1541,9 @@ static void smtpd_proto(SMTPD_STATE *state)
      * things went wrong. Don't complain about clients that go away without
      * sending QUIT.
      */
-    if (state->reason && state->where && strcmp(state->where, SMTPD_AFTER_DOT))
+    if (state->reason && state->where
+       && (strcmp(state->where, SMTPD_AFTER_DOT)
+           || strcmp(state->reason, "lost connection")))
        msg_info("%s after %s from %s[%s]",
                 state->reason, state->where, state->name, state->addr);
 
index 86690fae8159d710b54f7c0b812f6ff684c60904..3ae4bdc521022a668d9b0982ece28ecbaec2c7bd 100644 (file)
@@ -14,7 +14,7 @@
 /*
 /*     This delivery agent only delivers mail.  Other features such as
 /*     mail forwarding, out-of-office notifications, etc., must be
-/*     configured via virtual maps or via similar lookup mechanisms.
+/*     configured via virtual_alias maps or via similar lookup mechanisms.
 /* MAILBOX LOCATION
 /* .ad
 /* .fi