On Tuesday 10 December 2002 17:36, Russell Premont wrote: > I have installed Courier 0.39.3. Can anyone tell me if maildrop installs by > default or do I need to specify it in the configuration?
You need to modify the /usr/lib/courier/etc/courierd config file and replace the DEFAULTDELIVERY mode with: DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" If you want to use deliverquota, then you need these lines: DEFAULTDELIVERY="|| dotforward | /usr/lib/courier/bin/maildrop" and each user's $HOME/.courier file should contain something like: | /usr/lib/courier/bin/deliverquota -w 90 $HOME $MAILDIRQUOTA (The variables values come from the mySQL database in my case) >If it installs by > default were does it install to? I cannot seem to find it on the system. For more help see man courier, dot-courier and deliverquota. > > Russell Premont > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
