Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-26 Thread Luca Morettoni
Tom Collins, il 25/09/2003 alle 22:14, mi scrisse...
 What is in ~vpopmail/etc/defaultdomain?

after I check, now I don't have network access to that machine cause
network problem

 What does the user's .qmail file look like?  What if it's just a 
 Maildir without a .qmail file?

| condredirect [EMAIL PROTECTED] qmail-rblchk ...
./Maildir/

qmail-rblchk is a program taht I develope to perform RBL checking at
delivery time (see http://morettoni.net/qmail-rblchk.en.html)

 And to confirm, you're saying that mail is delivered fine, but you see 
 the error message 
 Error._Domain_domains_was_not_found_in_the_assign_file in the 
 qmail-send log.

yes, right!

 Did you --enable-mysql-limits?  I'm guessing that you didn't (and that 
 should be OK).  I just need to know for the debugging.

no, only --enable-mysql

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 22 hrs, 38 mins, 51 secs



[vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread Luca Morettoni
Hi! I'm using the stable version of vpopmail (current 5.2.1) and I try
to enable the APOP feature, in http://www.inter7.com/vpopmail/vpopmail.html
is wrote to use -enable-apop in configure script, but I see that this
option is not used... is true?

I see that there is no way to set APOP and without this no apop auth
as allowed.

PS: after I check the 5.3.16 version and all work fine, but I prefer
to use a (old) stable version on a production server!

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 1 hr, 45 mins, 26 secs



Re: [vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread X-Istence
Luca Morettoni wrote:

Hi! I'm using the stable version of vpopmail (current 5.2.1) and I try
to enable the APOP feature, in http://www.inter7.com/vpopmail/vpopmail.html
is wrote to use -enable-apop in configure script, but I see that this
option is not used... is true?
I see that there is no way to set APOP and without this no apop auth
as allowed.
PS: after I check the 5.3.16 version and all work fine, but I prefer
to use a (old) stable version on a production server!
 

I would say that vpopmail 5.3.27 would be a better version to go with, 
and the stable version is a bit outdated, that is why its not available 
in that. i say vpopmail 5.3.27 as its the latest version, and it has 
proven really stable on my server, which is also a production server. 
With about 60,000 messages being handled a day.




Re: [vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread Luca Morettoni
X-Istence, il 25/09/2003 alle 06:43, mi scrisse...
 I would say that vpopmail 5.3.27 would be a better version to go with, 
 and the stable version is a bit outdated, that is why its not available 
 in that. i say vpopmail 5.3.27 as its the latest version, and it has 
 proven really stable on my server, which is also a production server. 
 With about 60,000 messages being handled a day.

good, but I try that version on a FreeBSD 4.8-RELEASE, all work fine,
but in the log I see:

info msg 178305: bytes 210 from [EMAIL PROTECTED] qp 80275 uid 0
starting delivery 235: msg 178305 to local [EMAIL PROTECTED]
status: local 1/10 remote 0/20 delivery 235: success: 
Error._Domain_domains_was_not_found_in_the_assign_file/did_0+0+1/
status: local 0/10 remote 0/20
end msg 178305

I compiled vpopmail version 5.3.27 with this options:

--enable-mysql=y
--enable-passwd=y
--enable-valias=y
--enable-qmail-ext=y
--enable-learn-passwords=y
--enable-roaming-users=y
--enable-relay-clear-minutes=20
--enable-clear-passwd=n
--enable-domainquotas=y

the apop now work fine, the message above is displayed ONLY when I put
a .qmail file in ~vpopmail/domains/[dom]/[user]/

all delivery are Ok, I no loose any message (with or without .qmail
file), but I don't know why I get that message

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 6 hrs, 35 mins, 6 secs



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Tom Collins
On Thursday, September 25, 2003, at 07:36  AM, Luca Morettoni wrote:
info msg 178305: bytes 210 from [EMAIL PROTECTED] qp 80275 uid 0
starting delivery 235: msg 178305 to local 
[EMAIL PROTECTED]
status: local 1/10 remote 0/20 delivery 235: success: 
Error._Domain_domains_was_not_found_in_the_assign_file/did_0+0+1/
status: local 0/10 remote 0/20
end msg 178305
That error appears in the vget_limits() code, and indicates that 
vget_limits() was called with 'domains' as the domain name.

Have you set a default domain?  Are you logging in with a full email 
address as the username (e.g., [EMAIL PROTECTED]) or just the username 
(test)?

What backend (cdb, mysql, etc.) are you using?

--
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] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Luca Morettoni
Tom Collins, il 25/09/2003 alle 08:38, mi scrisse...
 Have you set a default domain?  Are you logging in with a full email 
 address as the username (e.g., [EMAIL PROTECTED]) or just the username 
 (test)?

I compiled vpopmail with a defaultdomain, and I log in with complete
email address, but all POP3 operation work fine, the problem is in the
local delivery for the user that have a .qmail file

 What backend (cdb, mysql, etc.) are you using?

mysql

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 7 hrs, 55 mins, 21 secs



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Tom Collins
On Thursday, September 25, 2003, at 08:45  AM, Luca Morettoni wrote:
Have you set a default domain?  Are you logging in with a full email
address as the username (e.g., [EMAIL PROTECTED]) or just the username
(test)?
I compiled vpopmail with a defaultdomain, and I log in with complete
email address, but all POP3 operation work fine, the problem is in the
local delivery for the user that have a .qmail file
What is in ~vpopmail/etc/defaultdomain?

What does the user's .qmail file look like?  What if it's just a 
Maildir without a .qmail file?

And to confirm, you're saying that mail is delivered fine, but you see 
the error message 
Error._Domain_domains_was_not_found_in_the_assign_file in the 
qmail-send log.

What backend (cdb, mysql, etc.) are you using?
mysql
Did you --enable-mysql-limits?  I'm guessing that you didn't (and that 
should be OK).  I just need to know for the debugging.

--
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/