now I am getting this in /var/log/qmail/qmail-send/current:

delivery 35: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/

what I am doing is moving from a NT mail server to qmail, so I am haveing to forward the current pop accounts, and using vaddaliasdomain to forware mail for informs.com thru bb.informs.com.

william f guyton jr wrote:
 

much thanks! 8^D

Peter Green wrote:

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)

-- 
william f guyton jr
senior sysadmin
INFORMS, montgomery, al
(334) 277-0372 ext. 133
 

-- 
william f guyton jr
senior sysadmin
INFORMS, montgomery, al
(334) 277-0372 ext. 133
 

Reply via email to