Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Rick Macdougall

Alexandr S wrote:
Hi
Vpopmail dont check /var/qmail/alias/.qmail-*   . For example:
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-mailer-daemon
$mail [EMAIL PROTECTED]
Then qmail answers:
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. vpopmail (#5.1.1)   
User sun presents in my virtual domail some.domain.com.
I use mainly QMR installation: qmail-1.03-jms1.5c.patch 
(http://www.jms1.net/qmail/) + qmail-103.patch + qmail-maildir++.patch
I compilled Vpopmail with:  ./configure --enable-valias; gmake  gmake 
install-strip

What`s the reason?
Hi,
The - is replaced with a : for the file name.  You should use 
.qmail-mailer:daemon instead of .qmail-mail-daemon.

Regards,
Rick


Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Alexander S
Alexandr S wrote:
Vpopmail dont check /var/qmail/alias/.qmail-*   . For example:
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-mailer-daemon
$mail [EMAIL PROTECTED]
Then qmail answers:
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. vpopmail (#5.1.1)   
User sun presents in my virtual domail some.domain.com.
I use mainly QMR installation: qmail-1.03-jms1.5c.patch 
(http://www.jms1.net/qmail/) + qmail-103.patch + 
qmail-maildir++.patch
I compilled Vpopmail with:  ./configure --enable-valias; gmake  
gmake 
install-strip

What`s the reason?
 
The - is replaced with a : for the file name.  You should use 
.qmail-mailer:daemon instead of .qmail-mail-daemon.

Regards,
Rick
Using .qmail-mailer:daemon instead of .qmail-mail-daemon  --- doesnt 
help to solve the problem.
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-anyuser
$chmod 644 /var/qmail/alias/.qmail-anyuser
$mail [EMAIL PROTECTED]
  --the same bad result. (Sorry, no mailbox here by that name. 
vpopmail (#5.1.1))

I use Vpopmail v5.4.9 , FreeBSD 5.3.


Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Rick Macdougall

Alexander S wrote:
Alexandr S wrote:
Vpopmail dont check /var/qmail/alias/.qmail-*   . For example:
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-mailer-daemon
$mail [EMAIL PROTECTED]
Then qmail answers:
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. vpopmail (#5.1.1)   
User sun presents in my virtual domail some.domain.com.
I use mainly QMR installation: qmail-1.03-jms1.5c.patch 
(http://www.jms1.net/qmail/) + qmail-103.patch + qmail-maildir++.patch
I compilled Vpopmail with:  ./configure --enable-valias; gmake  
gmake install-strip

What`s the reason?

The - is replaced with a : for the file name.  You should use 
.qmail-mailer:daemon instead of .qmail-mail-daemon.


Using .qmail-mailer:daemon instead of .qmail-mail-daemon  --- doesnt 
help to solve the problem.
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-anyuser
$chmod 644 /var/qmail/alias/.qmail-anyuser
$mail [EMAIL PROTECTED]
  --the same bad result. (Sorry, no mailbox here by that name. 
vpopmail (#5.1.1))

I use Vpopmail v5.4.9 , FreeBSD 5.3.
Hi,
Sorry, although the information about : was correct, I didn't read the 
rest of your post (put the blame on not having any coffee yet this morning).

You are correct, vpopmail doesn't know anything about *local* qmail 
aliases.  If some.domain.com is a vpopmail domain, then the .qmail file 
has to go in ~vpopmail/domains/some.domain.com

Regards,
Rick


Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Tom Collins
On Jan 26, 2005, at 2:34 AM, Alexandr S wrote:
Vpopmail dont check /var/qmail/alias/.qmail-*   . For example:
$echo [EMAIL PROTECTED]  /var/qmail/alias/.qmail-mailer-daemon
$mail [EMAIL PROTECTED]
Then qmail answers:
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. vpopmail (#5.1.1)   
That makes sense -- some.domain.com is a virtual domain.  The .qmail 
files in ~alias/* are only used for local domains.

User sun presents in my virtual domail some.domain.com.
I use mainly QMR installation: qmail-1.03-jms1.5c.patch 
(http://www.jms1.net/qmail/) + qmail-103.patch + qmail-maildir++.patch
I compilled Vpopmail with:  ./configure --enable-valias; gmake  
gmake install-strip
What version of vpopmail are you running?  If it's anything in the 5.3 
series, you should upgrade to 5.4.0 or later (5.4.5 is a pretty solid 
release).

Use the valias program to create an alias from 
[EMAIL PROTECTED] to [EMAIL PROTECTED]

valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Jeremy Kitchen
On Wednesday 26 January 2005 07:41 am, Rick Macdougall wrote:
 The - is replaced with a : for the file name.  You should use
 .qmail-mailer:daemon instead of .qmail-mail-daemon.

actually no... - is not replaced, but . is

man qmail-local

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpZfYm241vkW.pgp
Description: PGP signature


Re: [vchkpw] vpopmail dont check ~alias/*

2005-01-26 Thread Rick Macdougall

Jeremy Kitchen wrote:
On Wednesday 26 January 2005 07:41 am, Rick Macdougall wrote:
The - is replaced with a : for the file name.  You should use
.qmail-mailer:daemon instead of .qmail-mail-daemon.

actually no... - is not replaced, but . is
man qmail-local
-Jeremy
Me culpa, you are correct ;)
Regards,
Rick