On 8/27/07, Phil Lawrence <[EMAIL PROTECTED]> wrote: > On 8/26/07, Patrick Morris <[EMAIL PROTECTED]> wrote: > > Phil Lawrence wrote: > > > I also tried /etc/postfix/turbopanel/virtual_alias: > > > [EMAIL PROTECTED] [EMAIL PROTECTED] > > > > > > and that failed: > > > Aug 25 12:40:36 ip-999-999-999-999 postfix/qmgr[28422]: 9AEA715E35F6: > > > to=<[EMAIL PROTECTED]>, relay=none, delay=0, status=bounced (bad address > > > syntax: "[EMAIL PROTECTED]") > > The error's right on that last one; it's bad address syntax. You should > > be able to get around it using "[EMAIL PROTECTED]". > > I made the change (thank you) and now get: > verify_user([127.0.0.1]!user.test) failed: Mailbox does not exist
Fixed! I had to: # postconf -e "alias_maps = hash:/etc/aliases" # postconf -e "alias_database = hash:/etc/aliases" # newaliases Thanks, Phil Lawrence _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
