Re: [vchkpw] Qmail returns "relay denied" for non vpopmail virtual domain RESOLVED

2005-09-19 Thread Nick Gilbert
Fixed!

I have no idea why, but somehow Exim had jumped on to my box. I
certainly haven't installed manually but perhaps something had it as a
dependancy when I installed something else or maybe did a "yum update".

Anyway - now that I've uninstalled Exim, everything is working OK. No
wonder my qmail config files didn't seem to be working!

Nick...




Re: [vchkpw] Qmail returns "relay denied" for non vpopmail virtual domain

2005-09-19 Thread Nick Gilbert
> Shouldnt it be rcpthosts and locals
> 
> Not rcpthosts and virtualdomains

What are "locals"?

Previously I've just added the domain to rcpthosts and added an entry
like domain.com:nick-domaincom to virtualdomains. Then in my home
directory /home/nick, I create a .qmail-domaincom-default and then I
start getting mail.. For some reason that's not working on this box.

Nick...




Re: [vchkpw] Qmail returns "relay denied" for non vpopmail virtual domain

2005-09-19 Thread Nick Gilbert
> Perhaps you need to recompile vpopmail with the "--enable-passwd"
> configure option ?
> 
> Michael.

I've just tried that and it doesn't seem to have made a difference. I
still get "550 relay not permitted".

:(

Nick...




[vchkpw] Qmail returns "relay denied" for non vpopmail virtual domain

2005-09-19 Thread Nick Gilbert
Hi,

I built a Qmail box following Bill Schupp's instructions on the web. For
various reasons I then needed to add a "normal" qmail domain for a
normal local shell account (ie, not via vpopmail).

For some reason, if I try and send mail to this domain, I get a 500
relay denied error, even though the domain has been added to rcpthosts
and virtualdomains.

Why is this? Do "real" qmail domains no longer work on a box which has
vpopmail installed? How can I get this to work? I'm about 90% sure this
WAS working at one stage, but then I moved the domain to another box and
now it isn't working when I try and move it back.

Any help would be greatly appreciated as I'm off on holiday at the end
of the week and really need to get this sorted before I go!

Thanks,

Nick..."




[vchkpw] SMTP Auth problem for non vpopmail users

2005-05-16 Thread Nick Gilbert
Hi,
I have IMAP authentication working for vpopmail and standard linux 
users, but I have a problem with SMTP authentication.

I need SMTP authentication to work for standard linux users (I'm not 
worried about vpop users at all for SMTP-AUTH). I have built my box 
using the instructions on Shupp.org (Bill Schupp).  I understand that 
Bill's toaster incorporates a Qmail AUTH patch but when I try to login 
it doesn't work:

Escape character is '^]'.
220 blue.x-rm.com ESMTP
ehlo localhost
250-blue.x-rm.com
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 0
250 AUTH LOGIN PLAIN CRAM-MD5
auth login
334 VXNlcm5hbWU6
bmljaw==
334 UGFzc3dvcmQ6

535 authentication failed (#5.7.1)
I also have this line in /var/log/maillog
May 16 20:56:23 blue vpopmail[22654]: vchkpw-smtp: vpopmail user not 
found nick@:127.0.0.1

..which implies that perhaps it's only looking for vpopmail users rather 
than /etc/passwd users.

I would like it to work for /etc/passwd users only, or both vpopmail AND 
/etc/passwd users - whichever is easier.

Can someone please give me some pointers on how I can fix this problem 
so that normal shell account users can authenticate.

Thanks,
Nick...