On Wednesday 02 November 2005 13:03, Richard Tukimkim wrote: > hi > > does anyone here implemented mail restrictions? in postfix v2.1.5 > > this is my problem.. > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > email1 can only send and recieve to/from emails with @domain.com > > while email2 & email3 can send and recieve to anywhere in the internet > > > thnx > chard.
hi. for the per user sending part, below is a link of what i used. http://www.postfix.org/RESTRICTION_CLASS_README.html for the receiving part, you can use whatever LDA or local delivery agent ur using...most likely procmail, something like this should work: :0 * [EMAIL PROTECTED] /dev/null place that in a file named .procmailrc in ur user's home dir. -- Glenn G Remot "...and the eyes of them that see shall not be dim, and the ears of them that hear shall hearken. The heart also of the rash shall understand knowledge, and the tongue of the stammerers shall be ready to speak plainly. The vile person shall be no more called liberal, nor the churl said to be bountiful." _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

