Re: Problem in qmail-inject

2000-01-13 Thread Jose Pedro Pereira


Everything works just fine in my system, but I have this little problem:
when I try to do
% echo to: someuser | /var/qmail/bin/qmail-inject
it responds
qmail-inject to:: command not found

Then I tried 
% cat somefile | mail [EMAIL PROTECTED]
and it says
sendmail: unable to run qmail-inject

May you help me out with this problem???

Thanx 
JP




Re: Maildir setup

2000-01-18 Thread Jose Pedro Pereira


Try /etc/skel ...
The name says it all...
Good Luck 
JP

On Fri, 14 Jan 2000, Kevin Waterson wrote:

> In the qmail/doc/INSTALL.maildir it says to edit /var/qmail/rc
> and replace ./Mailbox with ./Maildir/
> and "by creating a maildir in the new-user template directory"
> Where is this directory?
> 
> Kind regards
> Kevin
> 
> 



Re: Maildir setup

2000-01-20 Thread Jose Pedro Pereira



On Wed, 19 Jan 2000, Kevin Waterson wrote:

> Jose Pedro Pereira wrote:
> 
> > Try /etc/skel ...
> > The name says it all...
> 
> hmm, there is nothing in this dir?
> What should be there?
> Could I be missing something?
> 
> Kind regards
> Kevin
> 
> 
Yap... This is the default directory for creating user areas... That
means...
You you issue adduser, Linux searches for /etc/skel and puts the contents
of this directory on the user homedir... SO if you put Maildir into this
directory, every user you add to your system will have a Maildir directory
by default...
This is for RedHat based systems... For Debian I think the default
directory is not /etc/skel... issue 
locate skel
and you'll find out where the directory is...
Hope it helps
JP