Your message dated Sat, 17 Mar 2007 23:46:13 +0100 with message-id <[EMAIL PROTECTED]> and subject line Closing very old bugs has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: postfix Version: 0.0.20010808.SNAPSHOT-1 Upon upgrade postfix offered to convert db files to db3 during its postinst stage. For some reason this didn't work. The postinst contains this snippet: convert_dbs() { # alias files will get taken care of by newaliases, at the end. # get all of the hash and btree maps. maps=$(postconf | grep -ve alias_database -e alias_maps | sed -e 's/[, ]/\ /g' -e 's/\$config_directory/\/etc\/postfix/' | (grep -e hash: -e btree: || true) | sort -u) if [ -n "$maps" ]; then for i in $maps; do file=${i#*:} echo "converting $i to db3 format" if [ ! -f ${file}.db2 ]; then echo " saving db2 format file in ${file}.db2." mv ${file}.db ${file}.db2 fi postmap $i done fi } However, this snipped seems to ignore all alias_maps, which should be converted as well or postfix will refuse to work properly if the local administrator fails to find all such maps to convert them manually. Could you add a proper expand for those alias_maps as well? Regards, Joey -- In the beginning was the word, and the word was content-type: text/plain
--- End Message ---
--- Begin Message ---Hi, These bugs are way too old and do not apply anymore. Hence, I'm closing them. ---- #41030 - example is not applicable anymore #57290 - obsolete #70572 - aesthetical problem, wontfix #96201 - oqmgr is no longer the default; Moreover, this was fixed #96896 - fixed upstream long ago #109218 - this no longer seems to be the case; It doesn't necessarily need to be Postfix who does it, anyway #130487 - has been fixed for ages in more recent packages #155347 - not applicable anymore (Potato->Woody) #168004 - unreproducible, and way too old to be relevant anymore #133586 - proxymap exists now; using PAM for SASL authentication is uncommon and mostly deprecated now #144541 - recipient_delimiter works just fine for quite a while now... #155644 - unreproducible #157948 - unreproducible #176677 - user configuration error ---- Thanks lamont, once again, for maintaining Postfix -- you simply make all mail admins' lives much easier :-) J.L.
--- End Message ---

