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>
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
* 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
* 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);
/*
/* 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