From: Wietse Venema Date: Mon, 3 Mar 2003 05:00:00 +0000 (-0500) Subject: postfix-2.0.5-20030303 X-Git-Tag: v2.1-RC1-20040331~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffa4e0cd10d63fa0dc77e4b4d647158196004f52;p=thirdparty%2Fpostfix.git postfix-2.0.5-20030303 --- diff --git a/postfix/html/virtual.8.html b/postfix/html/virtual.8.html index e350dcb3f..c36f4e313 100644 --- a/postfix/html/virtual.8.html +++ b/postfix/html/virtual.8.html @@ -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. MAILBOX LOCATION The mailbox location is controlled by the virtual_mail- diff --git a/postfix/man/man8/virtual.8 b/postfix/man/man8/virtual.8 index c7517bc24..ea1335517 100644 --- a/postfix/man/man8/virtual.8 +++ b/postfix/man/man8/virtual.8 @@ -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 diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 2a57f519c..e1e15abbc 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -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 diff --git a/postfix/src/smtpd/smtpd.c b/postfix/src/smtpd/smtpd.c index e5514116b..24aae3d1d 100644 --- a/postfix/src/smtpd/smtpd.c +++ b/postfix/src/smtpd/smtpd.c @@ -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); diff --git a/postfix/src/virtual/virtual.c b/postfix/src/virtual/virtual.c index 86690fae8..3ae4bdc52 100644 --- a/postfix/src/virtual/virtual.c +++ b/postfix/src/virtual/virtual.c @@ -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