Tawanda Kavayi: > Hi, > > I am new to postfixadmin, but not to postfix, and have just done my > first installation. My problem is that I would like mail for unknown > local users to be relayed to another server, instead of being being > rejected. I have done this before with unix accounts using the
That is a terrible idea. If the other server throws away mail for non-existent recipients, then people lose mail when the sender makes a typing error; if the other server doesn't throw away mail, then you will send spam back to innocent people. Instead, tell Postfix what users must be delivered elsewhere, by listing their local and remote email address in virtual_alias_maps. Wietse