"Jesper Langkjær" <[email protected]> wrote on 2009-Mar-25: > I'm running Courier 0.60 on Fedora 9 and when i setup an vacation messages i > get > "/bin/bash: maildrop: command not found." > > The content of .courier are: > || maildrop
It looks like whatever environment this commands runs under, it doesn't include the PATH where maildrop is located. (maildrop is installed, right?) Try putting the entire path into the file: || /usr/local/bin/maildrop or where ever it is. HTH Jeff ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
