Michael Grimm: > Dear all, > > I want to do the following with postfix: > A user sends an email to an internal postfix server (smtp.network.local) > The E-Mail is addressed to lis...@externaldomain.org > Postfix now needs to forward the E-Mail to a predefined list of > external email accounts depending whether it is list01 or list02 ... > using a dedicated account (customerserv...@externaldomain.org) on our > providers SMTP server on the internet. > > When the external email address receives the email the sender should > be customerserv...@externaldomain.org > > So I need a way to set up more than one distribution list and send the > emails using a dedicated email address as a relay.
Any mailing list manager that works with Postfix (or Sendmail, etc.) will do the job. A relatively popular example is "mailman". http://www.gnu.org/software/mailman/index.html Wietse