This is a discussion on Re: Set recipients per message by recipient domain? within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Thursday, June 02, 2005 at 22:22 CEST, Wolfgang Zeikat <wolfgang.zeikat@desy.de> wrote: > Is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thursday, June 02, 2005 at 22:22 CEST,
Wolfgang Zeikat <wolfgang.zeikat@desy.de> wrote: > Is it possible to set the recipient_limit per message to 1 for a certai= n=20 > recipient domain? An internal non-postfix mail-to-sms gateway would=20 > benefit largely from receiving one message per target phone # instead o= f=20 > multi-recipient messages ... In master.cf, copy the smtp transport and give it a new name, for example= : singlercpt unix - - n - - smtp In a transport table (transport_maps), tell Postfix to use the singlercpt transport for the domain (or user) in question. mail2sms.example.com singlercpt: Finally in main.cf: singlercpt_destination_recipient_limit =3D 1 --=20 Magnus B=E4ck magnus@dsek.lth.se |