awingnut: > smtp_generic_maps = hash:/etc/postfix/generic ... > smtp unix - - n - - smtp > relay unix - - n - - smtp > -o smtp_fallback_relay=
What is the output from: $ postmap -s hash:/etc/postfix/generic This should be in the form user1@site1 user@site2 i.e. no ":" after the user1@site1, and no other garbage. Wietse