also sprach wguyton:
> 
> I found the shell script which is trying to run, its at /var/qmail/rc:
>    
> #!/bin/sh
>    
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start '|dot-forward .forward
> ./Maildir/'
>    
> I dont need dot forward as this is a fresh qmail install. Can I just
> remove the ref to dot-forward?

Remove ``|dot-forward .forward''. Thus, your startup file should look like:

  #!/bin/sh

  exec env - PATH="/var/qmail/bin:$PATH" \
  qmail-start './Maildir/'

That should do it!

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
Need I say more? This is the kernel you've been waiting for. It leaps tall
buildings if you throw it hard enough, and it makes diffs _really_ fast if
you have enough memory.
(Linus Torvalds, announcing a yet better kernel)

Reply via email to