| |||||||||||||||||||||||||||||||
|
> Hi, > > I am using postfix 2.4.6. My users are in /etc/passwd. > > In my /etc/postfix/aliases I have some lines like this: > > somegroup: :include:/etc/postfix/somegroup.txt > > In /etc/postfix/somegroup.txt, according to aliases manual, I > have a line like this: ( "..." means a lot of users, using the same > syntax ) > > user1, user2, userbla, user3, user4, ... , userbignum Why are you listing all recipients on one line. The Postfix aliases(5) manual page says: :include:/file/name Mail is sent to the destinations listed in the named file. Lines in :include: files have the same syntax as the right-hand side of alias entries. It says LINES, i.e. plural. It does not say LINE, i.e. singular. Postfix will not permit arbitrarily long lines in :include: files (or for the same reason, in .forward files). Such files are often maintained by untrusted software or users. Untrusted software or users MUST NOT control how much memory a Postfix daemon processes will use. Wietse
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com