Reindl Harald: > Am 19.04.2013 14:25, schrieb awingnut: > > I have a series of user names that need to be relayed through a server > > other then the default. It is not clear from the documentation if wild > > cards are allowed but it appears they are not > > no and wildchars in case of mail are generally a bad idea
Wildcards are supported with PCRE and REGEXP tables. man 5 pcre_table man 5 regexp_table > > If that is true then I need to list each one individually. > > However, I am also using generic mapping and again it is not > > explained in the documentation which address needs to be in the > > relay maps file, the local address vs. the translated > > address. Can some please clarify? Thanks. As documented, smtp_sender_login_maps lists for each envelope sender addresses (left-hand side of table) the user login names that are allowed to use (right-hand side of table). If that reads like gibberish I suggest that you read up on: envelope versus header As documented, relay_recipient_maps contains the envelope recipient addresses that are used in (for example) RCPT TO commands. If that reads like gibberish I suggest that you read up on: SMTP protocol Wietse