Report forwarded to debian-bugs-dist@lists.debian.org, Soenke Lange <soenke@escher.north.de>:
Bug#35235; Package smail.
debian-bugs-dist@lists.debian.orgSoenke Lange
Subject: Bug#35235: smail: New smail won't accept aliases pointing to local host
Reply-To: , 35235@bugs.debian.org
Resent-From:
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Soenke Lange
Resent-Date: Mon, 29 Mar 1999 20:18:02 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 35235
X-Debian-PR-Package: smail
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.92273791511867
(code B ref -1); Mon, 29 Mar 1999 20:18:02 GMT
Message-Id:
Date: Mon, 29 Mar 1999 15:05:09 -0500 (EST)
From:
To: submit@bugs.debian.org
Bcc:
X-Mailer: bug 3.1.7
Package: smail
Version: 3.2.0.102-1
We have an NIS alias database, directing various users' mail to different
machines. Here is the correct output of smail under Debian 2.0 when
examined with mail -v:
intech5:~$ echo test | mail -v camm
write_log:Received FROM:camm PROGRAM:send-mail SIZE:74
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@(no-parent-target) --> camm@intech5.enhanced.com
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@intech5.enhanced.com --> camm@intech5.enhanced.com ... match localhost, pass camm to next director
director user matched user camm
transport local uses driver appendfile
appendfile: write to file /var/spool/mail/camm
write_log:Delivered TO:camm ORIG-TO:camm DIRECTOR:user TRANSPORT:local
write_log:Completed.
Here is what happens now with Debian 2.1:
intech8:~$ echo test | mail -v marie@intech8.enhanced.com
write_log:Received FROM:camm PROGRAM:send-mail SIZE:118
director aliases: matched marie, aliased to marie@intech8.enhanced.com,
owner postmaster
directed marie@(no-parent-target) --> marie@intech8.enhanced.com
marie@intech8.enhanced.com: has already been seen -- skipping.
write_log:no valid recipients were found for this message
write_log:Completed.
Looking through the change log, this seems to pertain to the following:
- Duplicate addresses are now checked for in two stages -- first
as literal duplicates without parsing right down to the mailbox,
and then secondly after directing and routing is done by target
address and transport name. This once and for all fixes the
problem where virtual hosts using the directors domains
attribute (for example) could not receive copies of messages
that were also delivered to local users with the same mailbox
name.
Thanks for your contributions to Debian!
-- System Information
Debian Release: 2.1
Kernel Version: Linux intech8 2.0.34 #1 Fri Jun 26 08:34:08 EDT 1998 i486 unknown
Versions of the packages smail depends on:
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libident 0.21-7 simple RFC1413 client library - runtime
ii cron 3.0pl1-50 management of regular background processing
ii util-linux 2.9g-6 Miscellaneous system utilities.
--- Begin /etc/aliases (modified conffile)
postmaster: root
root: camm
daemon: root
bin: root
sys: root
sync: root
games: root
man: root
lp: root
mail: root
news: root
uucp: root
proxy: root
gnats: root
majordom: root
postgres: root
backup: root
dos: root
operator: root
list: root
irc: root
mailer-daemon: postmaster
--- End /etc/aliases
--- Begin /etc/smail/transports (modified conffile)
local: driver=appendfile, from, local, inet, return_path, unix_from_hack;
append_as_user, check_user, file=/var/spool/mail/${lc:strip:user},
group=mail, mode=0660, notify_comsat, suffix="\n"
smtp: driver=tcpsmtp, max_addrs=100, -max_chars, inet;
use_bind, defer_no_connect, -local_mx_okay, defnames
uux: driver=pipe, uucp, from, max_addrs=5, max_chars=200;
cmd="/usr/bin/uux - -r $host!rmail $(($user)$)",
pipe_as_sender, log_output
pipe: driver=pipe, from, local, inet, return_path, unix_from_hack;
cmd="/bin/sh -c $user", -ignore_status, -ignore_write_errors,
log_output, parent_env, pipe_as_user, umask=0077
file: driver=appendfile, from, local, return_path, unix_from_hack;
append_as_user, file=$user, expand_user,
mode=0660, suffix="\n"
--- End /etc/smail/transports
--- Begin /etc/smail/directors (modified conffile)
aliases:
driver=aliasfile, owner=postmaster, sender_okay;
file=mail.aliases, proto=yp,
modemask=002, owners=root:mail:daemon, owngroups=root:mail:daemon
dotforward:
driver=forwardfile, owner=postmaster, nobody, sender_okay;
file=~/.forward,
checkowner, modemask=022, owners=root,
unsecure=0-99:~ftp:~uucp:/tmp:/var/tmp,
user:
driver=user;
transport=local
real_user:
driver=user;
transport=local,
prefix=real-
lists:
driver=forwardfile, sender_okay, owner=owner-$user,
caution, nobody;
file=lists/${lc:user}
--- End /etc/smail/directors
--- Begin /etc/smail/routers (modified conffile)
inet_addrs:
driver=gethostbyaddr, transport=smtp;
check_for_local, fail_if_error
inet_hosts:
driver=bind, transport=smtp;
defer_no_connect, -local_mx_okay, defnames,
ignore_domains=uucp:bitnet,
widen_domains="enhanced.com:fla.enhanced.com:m.enhanced.com"
--- End /etc/smail/routers
--- Begin /etc/smail/config (modified conffile)
visible_name=enhanced.com
-domains
hostnames=intech8.enhanced.com:enhanced.com
max_load_ave=5
smtp_accept_max=20
smtp_accept_queue=10
rfc1413_query_timeout=15
require_configs
-second_config_file
-qualify_file
-retry_file
copying_file=/usr/doc/smail/copyright
max_message_size=10M
message_id_field="Message-Id: <$message_id@$visible_name>"
received_field="Received: \
by $visible_name\n\t\
${if def:sender_proto: with $sender_proto }\
${if def:ident_sender:(ident $ident_sender using $ident_method) }\
id $message_id\n\t\
(Debian $version_string); $spool_date"
--- End /etc/smail/config
Acknowledgement sent to <camm@enhanced.com>:
New bug report received and forwarded. Copy sent to Soenke Lange <soenke@escher.north.de>.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To:
Subject: Bug#35235: Acknowledgement (smail: New smail won't accept aliases pointing to local host)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack 35235
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Soenke Lange
If you wish to submit further information on your problem, please send
it to 35235@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(administrator, Debian bugs database)
Received: (at submit) by bugs.debian.org; 29 Mar 1999 20:05:15 +0000
Received: (qmail 11863 invoked from network); 29 Mar 1999 20:05:12 -0000
Received: from enhanced.ppp.cyberenet.net (HELO intech8.enhanced.com) (@208.17.129.184)
by master.debian.org with SMTP; 29 Mar 1999 20:05:12 -0000
Received: by enhanced.com
id m10RiHV-000I7qC
(Debian Smail-3.2.0.102 1998-Aug-2 #2); Mon, 29 Mar 1999 15:05:09 -0500 (EST)
Message-Id:
Date: Mon, 29 Mar 1999 15:05:09 -0500 (EST)
From:
Subject: smail: New smail won't accept aliases pointing to local host
To: submit@bugs.debian.org
Bcc:
X-Mailer: bug 3.1.7
Package: smail
Version: 3.2.0.102-1
We have an NIS alias database, directing various users' mail to different
machines. Here is the correct output of smail under Debian 2.0 when
examined with mail -v:
intech5:~$ echo test | mail -v camm
write_log:Received FROM:camm PROGRAM:send-mail SIZE:74
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@(no-parent-target) --> camm@intech5.enhanced.com
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@intech5.enhanced.com --> camm@intech5.enhanced.com ... match localhost, pass camm to next director
director user matched user camm
transport local uses driver appendfile
appendfile: write to file /var/spool/mail/camm
write_log:Delivered TO:camm ORIG-TO:camm DIRECTOR:user TRANSPORT:local
write_log:Completed.
Here is what happens now with Debian 2.1:
intech8:~$ echo test | mail -v marie@intech8.enhanced.com
write_log:Received FROM:camm PROGRAM:send-mail SIZE:118
director aliases: matched marie, aliased to marie@intech8.enhanced.com,
owner postmaster
directed marie@(no-parent-target) --> marie@intech8.enhanced.com
marie@intech8.enhanced.com: has already been seen -- skipping.
write_log:no valid recipients were found for this message
write_log:Completed.
Looking through the change log, this seems to pertain to the following:
- Duplicate addresses are now checked for in two stages -- first
as literal duplicates without parsing right down to the mailbox,
and then secondly after directing and routing is done by target
address and transport name. This once and for all fixes the
problem where virtual hosts using the directors domains
attribute (for example) could not receive copies of messages
that were also delivered to local users with the same mailbox
name.
Thanks for your contributions to Debian!
-- System Information
Debian Release: 2.1
Kernel Version: Linux intech8 2.0.34 #1 Fri Jun 26 08:34:08 EDT 1998 i486 unknown
Versions of the packages smail depends on:
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libident 0.21-7 simple RFC1413 client library - runtime
ii cron 3.0pl1-50 management of regular background processing
ii util-linux 2.9g-6 Miscellaneous system utilities.
--- Begin /etc/aliases (modified conffile)
postmaster: root
root: camm
daemon: root
bin: root
sys: root
sync: root
games: root
man: root
lp: root
mail: root
news: root
uucp: root
proxy: root
gnats: root
majordom: root
postgres: root
backup: root
dos: root
operator: root
list: root
irc: root
mailer-daemon: postmaster
--- End /etc/aliases
--- Begin /etc/smail/transports (modified conffile)
local: driver=appendfile, from, local, inet, return_path, unix_from_hack;
append_as_user, check_user, file=/var/spool/mail/${lc:strip:user},
group=mail, mode=0660, notify_comsat, suffix="\n"
smtp: driver=tcpsmtp, max_addrs=100, -max_chars, inet;
use_bind, defer_no_connect, -local_mx_okay, defnames
uux: driver=pipe, uucp, from, max_addrs=5, max_chars=200;
cmd="/usr/bin/uux - -r $host!rmail $(($user)$)",
pipe_as_sender, log_output
pipe: driver=pipe, from, local, inet, return_path, unix_from_hack;
cmd="/bin/sh -c $user", -ignore_status, -ignore_write_errors,
log_output, parent_env, pipe_as_user, umask=0077
file: driver=appendfile, from, local, return_path, unix_from_hack;
append_as_user, file=$user, expand_user,
mode=0660, suffix="\n"
--- End /etc/smail/transports
--- Begin /etc/smail/directors (modified conffile)
aliases:
driver=aliasfile, owner=postmaster, sender_okay;
file=mail.aliases, proto=yp,
modemask=002, owners=root:mail:daemon, owngroups=root:mail:daemon
dotforward:
driver=forwardfile, owner=postmaster, nobody, sender_okay;
file=~/.forward,
checkowner, modemask=022, owners=root,
unsecure=0-99:~ftp:~uucp:/tmp:/var/tmp,
user:
driver=user;
transport=local
real_user:
driver=user;
transport=local,
prefix=real-
lists:
driver=forwardfile, sender_okay, owner=owner-$user,
caution, nobody;
file=lists/${lc:user}
--- End /etc/smail/directors
--- Begin /etc/smail/routers (modified conffile)
inet_addrs:
driver=gethostbyaddr, transport=smtp;
check_for_local, fail_if_error
inet_hosts:
driver=bind, transport=smtp;
defer_no_connect, -local_mx_okay, defnames,
ignore_domains=uucp:bitnet,
widen_domains="enhanced.com:fla.enhanced.com:m.enhanced.com"
--- End /etc/smail/routers
--- Begin /etc/smail/config (modified conffile)
visible_name=enhanced.com
-domains
hostnames=intech8.enhanced.com:enhanced.com
max_load_ave=5
smtp_accept_max=20
smtp_accept_queue=10
rfc1413_query_timeout=15
require_configs
-second_config_file
-qualify_file
-retry_file
copying_file=/usr/doc/smail/copyright
max_message_size=10M
message_id_field="Message-Id: <$message_id@$visible_name>"
received_field="Received: \
by $visible_name\n\t\
${if def:sender_proto: with $sender_proto }\
${if def:ident_sender:(ident $ident_sender using $ident_method) }\
id $message_id\n\t\
(Debian $version_string); $spool_date"
--- End /etc/smail/config
Reply sent to Marco Rodrigues <gothicx@sapo.pt>:
You have taken responsibility.
-t
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Marco Rodrigues
Subject: Bug#35235: marked as done (smail: New smail won't accept aliases
pointing to local host)
Message-ID:
References: <200805301428.m4UESqTZ010155@kmos.homeip.net>
X-Debian-PR-Message: closed 35235
X-Debian-PR-Package: smail
X-Debian-PR-Source: smail
Content-Type: multipart/mixed; boundary="----------=_1212159082-6294-0"
This is a multi-part message in MIME format...
------------=_1212159082-6294-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Fri, 30 May 2008 15:28:52 +0100
with message-id <200805301428.m4UESqTZ010155@kmos.homeip.net>
and subject line smail has been removed from Debian, closing #35235
has caused the Debian Bug report #35235,
regarding smail: New smail won't accept aliases pointing to local host
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--=20
35235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D35235
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
------------=_1212159082-6294-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at submit) by bugs.debian.org; 29 Mar 1999 20:05:15 +0000
Received: (qmail 11863 invoked from network); 29 Mar 1999 20:05:12 -0000
Received: from enhanced.ppp.cyberenet.net (HELO intech8.enhanced.com) (@208.17.129.184)
by master.debian.org with SMTP; 29 Mar 1999 20:05:12 -0000
Received: by enhanced.com
id m10RiHV-000I7qC
(Debian Smail-3.2.0.102 1998-Aug-2 #2); Mon, 29 Mar 1999 15:05:09 -0500 (EST)
Message-Id:
Date: Mon, 29 Mar 1999 15:05:09 -0500 (EST)
From:
Subject: smail: New smail won't accept aliases pointing to local host
To: submit@bugs.debian.org
Bcc:
X-Mailer: bug 3.1.7
Package: smail
Version: 3.2.0.102-1
We have an NIS alias database, directing various users' mail to different
machines. Here is the correct output of smail under Debian 2.0 when
examined with mail -v:
intech5:~$ echo test | mail -v camm
write_log:Received FROM:camm PROGRAM:send-mail SIZE:74
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@(no-parent-target) --> camm@intech5.enhanced.com
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@intech5.enhanced.com --> camm@intech5.enhanced.com ... match localhost, pass camm to next director
director user matched user camm
transport local uses driver appendfile
appendfile: write to file /var/spool/mail/camm
write_log:Delivered TO:camm ORIG-TO:camm DIRECTOR:user TRANSPORT:local
write_log:Completed.
Here is what happens now with Debian 2.1:
intech8:~$ echo test | mail -v marie@intech8.enhanced.com
write_log:Received FROM:camm PROGRAM:send-mail SIZE:118
director aliases: matched marie, aliased to marie@intech8.enhanced.com,
owner postmaster
directed marie@(no-parent-target) --> marie@intech8.enhanced.com
marie@intech8.enhanced.com: has already been seen -- skipping.
write_log:no valid recipients were found for this message
write_log:Completed.
Looking through the change log, this seems to pertain to the following:
- Duplicate addresses are now checked for in two stages -- first
as literal duplicates without parsing right down to the mailbox,
and then secondly after directing and routing is done by target
address and transport name. This once and for all fixes the
problem where virtual hosts using the directors domains
attribute (for example) could not receive copies of messages
that were also delivered to local users with the same mailbox
name.
Thanks for your contributions to Debian!
-- System Information
Debian Release: 2.1
Kernel Version: Linux intech8 2.0.34 #1 Fri Jun 26 08:34:08 EDT 1998 i486 unknown
Versions of the packages smail depends on:
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libident 0.21-7 simple RFC1413 client library - runtime
ii cron 3.0pl1-50 management of regular background processing
ii util-linux 2.9g-6 Miscellaneous system utilities.
--- Begin /etc/aliases (modified conffile)
postmaster: root
root: camm
daemon: root
bin: root
sys: root
sync: root
games: root
man: root
lp: root
mail: root
news: root
uucp: root
proxy: root
gnats: root
majordom: root
postgres: root
backup: root
dos: root
operator: root
list: root
irc: root
mailer-daemon: postmaster
--- End /etc/aliases
--- Begin /etc/smail/transports (modified conffile)
local: driver=appendfile, from, local, inet, return_path, unix_from_hack;
append_as_user, check_user, file=/var/spool/mail/${lc:strip:user},
group=mail, mode=0660, notify_comsat, suffix="\n"
smtp: driver=tcpsmtp, max_addrs=100, -max_chars, inet;
use_bind, defer_no_connect, -local_mx_okay, defnames
uux: driver=pipe, uucp, from, max_addrs=5, max_chars=200;
cmd="/usr/bin/uux - -r $host!rmail $(($user)$)",
pipe_as_sender, log_output
pipe: driver=pipe, from, local, inet, return_path, unix_from_hack;
cmd="/bin/sh -c $user", -ignore_status, -ignore_write_errors,
log_output, parent_env, pipe_as_user, umask=0077
file: driver=appendfile, from, local, return_path, unix_from_hack;
append_as_user, file=$user, expand_user,
mode=0660, suffix="\n"
--- End /etc/smail/transports
--- Begin /etc/smail/directors (modified conffile)
aliases:
driver=aliasfile, owner=postmaster, sender_okay;
file=mail.aliases, proto=yp,
modemask=002, owners=root:mail:daemon, owngroups=root:mail:daemon
dotforward:
driver=forwardfile, owner=postmaster, nobody, sender_okay;
file=~/.forward,
checkowner, modemask=022, owners=root,
unsecure=0-99:~ftp:~uucp:/tmp:/var/tmp,
user:
driver=user;
transport=local
real_user:
driver=user;
transport=local,
prefix=real-
lists:
driver=forwardfile, sender_okay, owner=owner-$user,
caution, nobody;
file=lists/${lc:user}
--- End /etc/smail/directors
--- Begin /etc/smail/routers (modified conffile)
inet_addrs:
driver=gethostbyaddr, transport=smtp;
check_for_local, fail_if_error
inet_hosts:
driver=bind, transport=smtp;
defer_no_connect, -local_mx_okay, defnames,
ignore_domains=uucp:bitnet,
widen_domains="enhanced.com:fla.enhanced.com:m.enhanced.com"
--- End /etc/smail/routers
--- Begin /etc/smail/config (modified conffile)
visible_name=enhanced.com
-domains
hostnames=intech8.enhanced.com:enhanced.com
max_load_ave=5
smtp_accept_max=20
smtp_accept_queue=10
rfc1413_query_timeout=15
require_configs
-second_config_file
-qualify_file
-retry_file
copying_file=/usr/doc/smail/copyright
max_message_size=10M
message_id_field="Message-Id: <$message_id@$visible_name>"
received_field="Received: \
by $visible_name\n\t\
${if def:sender_proto: with $sender_proto }\
${if def:ident_sender:(ident $ident_sender using $ident_method) }\
id $message_id\n\t\
(Debian $version_string); $spool_date"
--- End /etc/smail/config
------------=_1212159082-6294-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at 35235-done) by bugs.debian.org; 30 May 2008 14:28:57 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-2.7 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO,
SUBJ_HAS_UNIQ_ID,UNPARSEABLE_RELAY autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from 249-224.dial.nortenet.pt ([84.18.249.224] helo=kmos.homeip.net)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1K25bE-0002hE-O4
for 35235-done@bugs.debian.org; Fri, 30 May 2008 14:28:57 +0000
Received: from kmos.homeip.net (localhost [127.0.0.1])
by kmos.homeip.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id m4UESr2C010156
for <35235-done@bugs.debian.org>; Fri, 30 May 2008 15:28:53 +0100
Received: (from kmos@localhost)
by kmos.homeip.net (8.14.2/8.14.2/Submit) id m4UESqTZ010155;
Fri, 30 May 2008 15:28:52 +0100
Date: Fri, 30 May 2008 15:28:52 +0100
Message-Id: <200805301428.m4UESqTZ010155@kmos.homeip.net>
From: Marco Rodrigues
To: 35235-done@bugs.debian.org
Subject: smail has been removed from Debian, closing #35235
Version: 3.2.0.115-7.1+rm
The smail package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/474068 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
------------=_1212159082-6294-0--
Notification sent to <camm@enhanced.com>:
Bug acknowledged by developer.
-t
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To:
Subject: Bug#35235 closed by Marco Rodrigues (smail has
been removed from Debian, closing #35235)
Message-ID:
References: <200805301428.m4UESqTZ010155@kmos.homeip.net>
X-Debian-PR-Message: they-closed 35235
X-Debian-PR-Package: smail
X-Debian-PR-Source: smail
Reply-To: 35235@bugs.debian.org
Content-Type: multipart/mixed; boundary="----------=_1212159082-6294-1"
This is a multi-part message in MIME format...
------------=_1212159082-6294-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your Bug report
which was filed against the smail package:
#35235: smail: New smail won't accept aliases pointing to local host
It has been closed by Marco Rodrigues .
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Marco Rodrigues by
replying to this email.
--=20
35235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D35235
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
------------=_1212159082-6294-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at 35235-done) by bugs.debian.org; 30 May 2008 14:28:57 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-2.7 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO,
SUBJ_HAS_UNIQ_ID,UNPARSEABLE_RELAY autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from 249-224.dial.nortenet.pt ([84.18.249.224] helo=kmos.homeip.net)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1K25bE-0002hE-O4
for 35235-done@bugs.debian.org; Fri, 30 May 2008 14:28:57 +0000
Received: from kmos.homeip.net (localhost [127.0.0.1])
by kmos.homeip.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id m4UESr2C010156
for <35235-done@bugs.debian.org>; Fri, 30 May 2008 15:28:53 +0100
Received: (from kmos@localhost)
by kmos.homeip.net (8.14.2/8.14.2/Submit) id m4UESqTZ010155;
Fri, 30 May 2008 15:28:52 +0100
Date: Fri, 30 May 2008 15:28:52 +0100
Message-Id: <200805301428.m4UESqTZ010155@kmos.homeip.net>
From: Marco Rodrigues
To: 35235-done@bugs.debian.org
Subject: smail has been removed from Debian, closing #35235
Version: 3.2.0.115-7.1+rm
The smail package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/474068 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
------------=_1212159082-6294-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at submit) by bugs.debian.org; 29 Mar 1999 20:05:15 +0000
Received: (qmail 11863 invoked from network); 29 Mar 1999 20:05:12 -0000
Received: from enhanced.ppp.cyberenet.net (HELO intech8.enhanced.com) (@208.17.129.184)
by master.debian.org with SMTP; 29 Mar 1999 20:05:12 -0000
Received: by enhanced.com
id m10RiHV-000I7qC
(Debian Smail-3.2.0.102 1998-Aug-2 #2); Mon, 29 Mar 1999 15:05:09 -0500 (EST)
Message-Id:
Date: Mon, 29 Mar 1999 15:05:09 -0500 (EST)
From:
Subject: smail: New smail won't accept aliases pointing to local host
To: submit@bugs.debian.org
Bcc:
X-Mailer: bug 3.1.7
Package: smail
Version: 3.2.0.102-1
We have an NIS alias database, directing various users' mail to different
machines. Here is the correct output of smail under Debian 2.0 when
examined with mail -v:
intech5:~$ echo test | mail -v camm
write_log:Received FROM:camm PROGRAM:send-mail SIZE:74
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@(no-parent-target) --> camm@intech5.enhanced.com
director aliases: matched camm, aliased to camm@intech5.enhanced.com,
owner postmaster
directed camm@intech5.enhanced.com --> camm@intech5.enhanced.com ... match localhost, pass camm to next director
director user matched user camm
transport local uses driver appendfile
appendfile: write to file /var/spool/mail/camm
write_log:Delivered TO:camm ORIG-TO:camm DIRECTOR:user TRANSPORT:local
write_log:Completed.
Here is what happens now with Debian 2.1:
intech8:~$ echo test | mail -v marie@intech8.enhanced.com
write_log:Received FROM:camm PROGRAM:send-mail SIZE:118
director aliases: matched marie, aliased to marie@intech8.enhanced.com,
owner postmaster
directed marie@(no-parent-target) --> marie@intech8.enhanced.com
marie@intech8.enhanced.com: has already been seen -- skipping.
write_log:no valid recipients were found for this message
write_log:Completed.
Looking through the change log, this seems to pertain to the following:
- Duplicate addresses are now checked for in two stages -- first
as literal duplicates without parsing right down to the mailbox,
and then secondly after directing and routing is done by target
address and transport name. This once and for all fixes the
problem where virtual hosts using the directors domains
attribute (for example) could not receive copies of messages
that were also delivered to local users with the same mailbox
name.
Thanks for your contributions to Debian!
-- System Information
Debian Release: 2.1
Kernel Version: Linux intech8 2.0.34 #1 Fri Jun 26 08:34:08 EDT 1998 i486 unknown
Versions of the packages smail depends on:
ii libc6 2.0.7.19981211 GNU C Library: shared libraries
ii libident 0.21-7 simple RFC1413 client library - runtime
ii cron 3.0pl1-50 management of regular background processing
ii util-linux 2.9g-6 Miscellaneous system utilities.
--- Begin /etc/aliases (modified conffile)
postmaster: root
root: camm
daemon: root
bin: root
sys: root
sync: root
games: root
man: root
lp: root
mail: root
news: root
uucp: root
proxy: root
gnats: root
majordom: root
postgres: root
backup: root
dos: root
operator: root
list: root
irc: root
mailer-daemon: postmaster
--- End /etc/aliases
--- Begin /etc/smail/transports (modified conffile)
local: driver=appendfile, from, local, inet, return_path, unix_from_hack;
append_as_user, check_user, file=/var/spool/mail/${lc:strip:user},
group=mail, mode=0660, notify_comsat, suffix="\n"
smtp: driver=tcpsmtp, max_addrs=100, -max_chars, inet;
use_bind, defer_no_connect, -local_mx_okay, defnames
uux: driver=pipe, uucp, from, max_addrs=5, max_chars=200;
cmd="/usr/bin/uux - -r $host!rmail $(($user)$)",
pipe_as_sender, log_output
pipe: driver=pipe, from, local, inet, return_path, unix_from_hack;
cmd="/bin/sh -c $user", -ignore_status, -ignore_write_errors,
log_output, parent_env, pipe_as_user, umask=0077
file: driver=appendfile, from, local, return_path, unix_from_hack;
append_as_user, file=$user, expand_user,
mode=0660, suffix="\n"
--- End /etc/smail/transports
--- Begin /etc/smail/directors (modified conffile)
aliases:
driver=aliasfile, owner=postmaster, sender_okay;
file=mail.aliases, proto=yp,
modemask=002, owners=root:mail:daemon, owngroups=root:mail:daemon
dotforward:
driver=forwardfile, owner=postmaster, nobody, sender_okay;
file=~/.forward,
checkowner, modemask=022, owners=root,
unsecure=0-99:~ftp:~uucp:/tmp:/var/tmp,
user:
driver=user;
transport=local
real_user:
driver=user;
transport=local,
prefix=real-
lists:
driver=forwardfile, sender_okay, owner=owner-$user,
caution, nobody;
file=lists/${lc:user}
--- End /etc/smail/directors
--- Begin /etc/smail/routers (modified conffile)
inet_addrs:
driver=gethostbyaddr, transport=smtp;
check_for_local, fail_if_error
inet_hosts:
driver=bind, transport=smtp;
defer_no_connect, -local_mx_okay, defnames,
ignore_domains=uucp:bitnet,
widen_domains="enhanced.com:fla.enhanced.com:m.enhanced.com"
--- End /etc/smail/routers
--- Begin /etc/smail/config (modified conffile)
visible_name=enhanced.com
-domains
hostnames=intech8.enhanced.com:enhanced.com
max_load_ave=5
smtp_accept_max=20
smtp_accept_queue=10
rfc1413_query_timeout=15
require_configs
-second_config_file
-qualify_file
-retry_file
copying_file=/usr/doc/smail/copyright
max_message_size=10M
message_id_field="Message-Id: <$message_id@$visible_name>"
received_field="Received: \
by $visible_name\n\t\
${if def:sender_proto: with $sender_proto }\
${if def:ident_sender:(ident $ident_sender using $ident_method) }\
id $message_id\n\t\
(Debian $version_string); $spool_date"
--- End /etc/smail/config
------------=_1212159082-6294-1--
Received: (at 35235-done) by bugs.debian.org; 30 May 2008 14:28:57 +0000
From kmos@kmos.homeip.net Fri May 30 14:28:57 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-2.7 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO,
SUBJ_HAS_UNIQ_ID,UNPARSEABLE_RELAY autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from 249-224.dial.nortenet.pt ([84.18.249.224] helo=kmos.homeip.net)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1K25bE-0002hE-O4
for 35235-done@bugs.debian.org; Fri, 30 May 2008 14:28:57 +0000
Received: from kmos.homeip.net (localhost [127.0.0.1])
by kmos.homeip.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id m4UESr2C010156
for <35235-done@bugs.debian.org>; Fri, 30 May 2008 15:28:53 +0100
Received: (from kmos@localhost)
by kmos.homeip.net (8.14.2/8.14.2/Submit) id m4UESqTZ010155;
Fri, 30 May 2008 15:28:52 +0100
Date: Fri, 30 May 2008 15:28:52 +0100
Message-Id: <200805301428.m4UESqTZ010155@kmos.homeip.net>
From: Marco Rodrigues
To: 35235-done@bugs.debian.org
Subject: smail has been removed from Debian, closing #35235
Version: 3.2.0.115-7.1+rm
The smail package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/474068 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org