I have some emails that I think are in the Postfix delivery queue going to Dovecot, but didn't get mapped to their alias (because I didn't have all the alias entries in when they were queued). I'm wondering if this trick would work. I have the mail being delivered to /home/mail/%Ld/%Ln/mail and am wondering if I could make a symlink at /home/mail/example.com/foo -> bar and add a dummy password for foo at example.com and have that mail trying to go to foo at example.com really go to bar at example and make a successful delivery (it is soft bouncing right now).
On 05/26/2010 10:27 PM Phil Howard wrote:> [snipped X-posting]See this Thread: http://marc.info/?l=postfix-users&m=127490477231031&w=2 Regards, Pascal -- The trapper recommends today: defaced.1014707 at localdomain.org
On Thu, May 27, 2010 at 01:52, Pascal Volk <user+dovecot at localhost.localdomain.org> wrote:> On 05/26/2010 10:27 PM Phil Howard wrote: >> [snipped X-posting] > > See this Thread: http://marc.info/?l=postfix-users&m=127490477231031&w=2The symlinking did work, though. That was with userids added to auth, too. So dovecot deliver thought it was delivering to the other user, but the effect was the intended user.