Vasya Pupkin: > Hello. > > I am using postfix 2.8.5 on ubuntu 10.04 with pcre virtual_alias_maps, > like this: > > virtual_alias_maps = pcre:/etc/postfix/virtual_alias_maps > > I had an entry in virtual_alias_maps like this: > > /^([A-Za-z0-9%._-]+)@comain.tld$/ spam-123123...@mailinator.com > > Today mailinator.com went down and I need to requeue all deffered mail > somewhere else. So I changed entry in /etc/postfix/virtual_alias_maps > to something like this: > > /^([A-Za-z0-9%._-]+)@comain.tld$/ my-spam-acco...@mail.ru
"postsuper -r" DOES NOT UNDO virtual_alias_maps. Wietse