Sorry for the repost, but [mail hidden] wiped out what I was trying to show from the logs.
I have replaced all email addresses with "user at domain".

==

This happens

Apr 18 19:34:15 transbay postfix/qmgr[88661]: CC13326F54D2: from=<bounce-46244_HTML-10579582-3993451-6167586-165793 at bounce.email.vimeo.com>, size=33062, nrcpt=1 (queue active) Apr 18 19:34:21 transbay postfix/local[89631]: CC13326F54D2: to=<*carla at localhost.transbay.net*>, orig_to=<*carla at transpacific.net*>, relay=local, delay=606, delays=601/0.01/0/5.5, dsn=4.3.0, status=*deferred* (temporary failure)

And that is with this in the tables (virtual users, local recipients, domains_we_host):

transbay[729]# grep carla virtusers (virtual_alias_map)
*carla at transpacific.net         carla@localhost*
carla at transbay.net                    carlax@localhost
carla at mail.transbay.net            carlax@localhost

transbay[730]# grep carla postfix.users (local_recipient_map)
*carla@localhost                         user*
carlax@localhost                                user
*carla at localhost.transbay.net user*
carlax at localhost.transbay.net    user

transbay[732]# grep trans domains_we_host (virtual_alias_domains)
transbay.net
mail.transbay.net
lists.transbay.net
smtp.transbay.net
*transpacific.net*

carla at transbay.net goes to carlax@localhost, a phony user whose .forward says "|/usr/local/bin/slidemail carla", and "slidemail carla" takes stdin and appends it to /var/mail/carla. This is how I've had to fake delivery to users
postfix is refusing to deliver to.

carla@localhost (from carla at transpacific.net) does NOT get piped though slidemail, instead it is supposed to be delivering directly to carla (user on the machine), and it seems unable to. As shown, "carla@localhost" and "carla at localhost.transbay.net" are defined as valid existing recipients, so why is the mail being deferred?

from postqueue -p:

CC13326F54D2    33062 Thu Apr 18 19:24:14 bounce-46244_HTML-10579582-3993451-6167586-165793 at bounce.email.vimeo.com
(temporary failure)
carla at localhost.transbay.net

This is affecting SOME users, but not all.

==

I am also getting this:

B623A26F54C8    63627 Thu Apr 18 12:58:06 561-ZNP-897.0.10724.0.0.9819.9.4028766 at bounce.restaurantbusinessonline.com
*(User unknown in virtual alias table)*
*lbafwd at transbay.net*

despite this:

(local recipient map: the lbafwd items are stale from when "lbafwd" was in aliases => tec, gmail.)
lbafwd@localhost                          user
lbafwd at localhost.transbay.net user
*tec@localhos**t* *user**
**tec at localhost.transbay.net  user*

*(virtual alias map:)*
*lbafwd at transbay.net* *tec@localhost*,someone at gmail.com

The item will not flush from the queue, despite "lbafwd at transbay.net" being available.

Reply via email to