On Wed, 2005-03-02 at 14:12 -0600, David Gomillion wrote: > I'm replying to my own post to add some more information... > > [EMAIL PROTECTED] wrote: > > Greetings. > > > > I have installed a new courier server. I created a single > > domain, and that domain has exactly 2 accounts: postmaster > > and alias. I am using a MySQL backend for authentication. > > And before anyone tries, right now the server has all ports > > blocked from any addresses outside our NAT. > > > > I have tried with a .courier-default of zero-size, and also > > with the .courier-default I want, which consists of: > > > > ------------------------------------------------------- > > [EMAIL PROTECTED] alias]# cat .courier-default > >> /var/mailman/bin/courier-to-mailman.py > > ------------------------------------------------------- > > I deleted the .courier-default, and copied a working one from another > domain on another server. This did not help. I also checked the > permissions on the file. The file has the following permissions: > -rw-r--r-- 1 root root 0 Mar 2 13:57 .courier-default
The file .courier-default must be owned by the home's directory user (mailuser in your case). Also, the file you list here is 0 bytes long. Seems that you are using quica. That makes things more easy. To setup a catch-all account only create a forward named 'alias', quica detects this magic username and puts the right .courier-default file. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
