[Postfixadmin-devel] How to fix missing internal alias for a mailbox
Brought to you by:
christian_boltz,
gingerdog
From: Geoff S. <ge...@Qu...> - 2013-10-17 10:06:35
|
Hi, I'm guessing this might be a bug. We're running Postfixadmin 2.3.6. Apparently, one of our users logged in and forwarded their mail to another address, then changed their mind and unforwarded it again. Now in our Postfix log we see entries like this: postfix/proxymap[10226]: warning: table "pgsql:/etc/postfix/sql/pgsql_virtual_alias_maps.cf": empty lookup result for: "<address>" -- ignored I'm guessing that the internal alias was to avoid errors like this in the logs. I believe we have Postfixadmin configured not to show these internal aliases for mailboxes, and I'd prefer to keep it that way as it'll probably just confuse people. I'm prepared to go poking about in the Postgres CLI to fix this. Is it just as simple as 'update alias set goto="<address>" where alias="<adress>";'? I haven't tried reproducing the steps above to see if this reliably causes this situation. Thanks, Geoff. |