[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Outgoing queue....



On Fri, 9 Feb 2001, David L. Potter wrote:
> smtp/luckysurf.com
> smtp/yourpower.com
>         maxchannel=1
>         command="sm -c bitbucket bitbucket"
> 
> to scheduler.conf but scheduler complains there is no command 
> specified...?

I have historically found that multiple match expressions don't seem to
work.  I usually end up putting in complete clauses like:

	smtp/luckysurf.com
	        maxchannel=1
	        command="sm -c bitbucket bitbucket"

	smtp/yourpower.com
	         maxchannel=1
	         command="sm -c bitbucket bitbucket"


Then again, I tend to run crufty old versions too... :-)

-Andy