[vchkpw] vqregister control/locals

2005-07-04 Thread Anton Butsyk
 Hi list.

 Sorry if this post is offtopic but can't find vqregister list and google
didn't get answer.

 When new client trying to register new email account and enter exist
email to receive password the answer from vqregister is:
Sorry. Although I'm listed as a best-preference MX or A for that host, it
isn't in my control/locals file, so I don't treat it as local. (#5.4.6)
(qmail-remote.c, void perm_nomx()).

 The exist email address handled by the same email server as virtual
domain with vpopmail (control/rcpthosts).

The error looks like not MX record in DNS but all MX exist.

Please tell, how to allow register?


Regards,

Anton.





[vchkpw] Why does Inter7 opt Qmail?

2005-07-04 Thread Bruno Negrão

Hi Inter7 and everybody,

I'd like to know why do you opt Qmail as your mailserver? Why not Postfix? 
Why not Qmail-ldap? Why not any other that I don't know about?


Would you work with some other mailserver? If so, which one?

Thank you in advance,

-
Bruno Negrao - Network Manager
Engepel Teleinformática. 55-31-34812311
Belo Horizonte, MG, Brazil 



[vchkpw] smtp-auth problem

2005-07-04 Thread patrick_gehm
hi folks! 
I could really need some help on this one: 

I'm using qmail and vpopmail and just patched up with smtp-auth, compiled again 
and everything seems to work fine... a telnet to my server with a following 
ehlo hostname gives me: 
250-mail.domain.de 
250-AUTH LOGIN CRAM-MD5 PLAIN 
250-AUTH=LOGIN CRAM-MD5 PLAIN 
250-PIPELINING 
250 8BITMIME 
...so like in a Howto that I read... 
I'm using /home/vpopmail/bin/vchkpw in my ~/qmail-smtpd/run-script... 

While using Outlook Express to send emails over my server everything works like 
it should work when I select Server uses authentification (server denies to 
send mail with wrong password), but if I DON'T select Server uses auth.. my 
server just sends everything via smtp... What the hell is that? Why doesn't it 
ask for auth when no username and password is given by outlook? 
How comes checkpassword in that? Does it anyway, when I use vhckp? I haven't 
installed this cmd5check...something-tool... Do I need to? 

I really hope someone could help me, cause I've read through so many sites 
today, without any success...


[vchkpw] Vpopmail 5.4.12 released

2005-07-04 Thread Tom Collins

http://vpopmail.sf.net/

5.4.12 - released 4-Jul-05

This release fixes a few bugs that cropped up in the vdelivermail 
rewrite for
5.4.11.  Because of the significant changes to vdelivermail since 
5.4.10, this

release should not be used on production machines until other developers
have had a chance to test it.

It also includes some minor fixes to long-time bugs -- see the ChangeLog
for details.

ChangeLog

Tom Collins
- vdelivermail: read full message, even on catchall delete/bounce
  to avoid SIGPIPE error if maildrop is calling vdelivermail.
- vdelivermail: missing declaration when QMAIL_EXT defined.
- vpopmail.h: remove declaration of crypt() and use #include
  crypt.h instead (if present).
- configure: remove enable-domainquotas option until the domain
  quota code is fixed.
- maildirquota.c: fix bug from 5.4.11 that could accidentally
  close stdin and result in a failed delivery in vdelivermail.
- vpopmail.c: better error checking in r_mkdir().