Re: [vchkpw] Quota problems

2004-08-02 Thread Dheeraj MS
Dave Kettmann wrote:
 I have a few domains that are not
 reporting mailsize properly. In looking thru the list, I found one
 solution to be deleteing the maildirsize file every night thru a cron job.
 I have tried this, but it still does not seem to work. I am using vpopmail
 v 5.2.1, and qmail 1.03. If any other information is needed, please let me
 know.

After deleting 'maildirsize' file, i guess you need to run 'maildirmake'.
For a particular user, if i come across quota shown uncorrectly, usually
never happens, i've seen it happen when i moved into the new mail server
and dumped his mails from old server to new server, then, i delete his
'maildirsize' file and run the following command from his directory and
allocate him 20 MB mailbox, for example.

maildirmake -q 2000S ./Maildir/

Your problem is not w.r.t. user but w.r.t. domains. Something similar to
above i feel. Have you set quota for those domains properly? You can set
quota using vQadmin also. quota support enabled and it is/was working
properly? FYI, am using vpopmail 5.5.0 and netqmail-1.05 with
qmailadmin-1.21.

Dheeraj.



NIE Mail Server authenticates that this mail has been sent from its own 
domain and is not spoofed by any mass mailing internet worm.
admin.AT.nie.ac.in



Re: [vchkpw] Problems configuring courier imap with vpopmail

2004-06-16 Thread Dheeraj MS
 On Tue, 15 Jun 2004 11:41:40 +0100, Mario Gamito [EMAIL PROTECTED] wrote:
 Hi,

 I can't configure courier imap, i always get this error:

 configure: error: /home/vpopmail/etc/lib_deps does not exist - upgrade
 vpopmail to the current version or fix the permissions on this file

 But the file is there in its right place.
 Already gave it 777 permissions as well to /home/vpopmail/etc
 Already included this path in ld.so.conf and ran ldconfig, but no good.

Check Shupp's page ::: Courier Imap installation under:
www.shupp.org/toaster/#courier-imap.

Highlight of this is, chown -R vpopmail.vchkpw courier-imap... directory
and then continue.

Booh! you did 777 on /home/vpopmail? Lovely!

Dheeraj.


Re: [vchkpw] qmail + vpopmail - broken deliveries to a single domain

2004-05-25 Thread Dheeraj MS
   delivery 25: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/

Even i keep getting this and till now, if i grep on my /var/log/qmail dir.,
i get...

[EMAIL PROTECTED] qmail]# grep Unable_to_chdir_to_maildir * -c
@400040a78dbc24c33f4c.s:253
@400040a8751f27f2c8a4.s:161
@400040a9ad961158643c.s:131
@400040ab53f334c0fb64.s:177
@400040ac79ea2b5f050c.s:143
@400040adf7302f23aa44.s:43
@400040afa325159f9f24.s:92
current:0
lock:0
pop3d:0
smtpd:0
state:0

-- These many amount of deferral lines!!

and  /var/log/qmail
-rw-r-1 qmaill   nofiles 98051 May 16 21:20
@400040a78dbc24c33f4c.s
-rw-r-1 qmaill   nofiles 98132 May 17 13:47
@400040a8751f27f2c8a4.s
-rw-r-1 qmaill   nofiles 98021 May 18 12:00
@400040a9ad961158643c.s
-rw-r-1 qmaill   nofiles 98000 May 19 18:02
@400040ab53f334c0fb64.s
-rw-r-1 qmaill   nofiles 98051 May 20 14:56
@400040ac79ea2b5f050c.s
-rw-r-1 qmaill   nofiles 98093 May 21 18:03
@400040adf7302f23aa44.s
-rw-r-1 qmaill   nofiles 98045 May 23 00:29
@400040afa325159f9f24.s
-rw-r-1 qmaill   nofiles 95557 May 25 23:44 current

Note that, 'current' file has none of those deferred lines. So from last two
days its gone? Confusing.

I have just my domain running on qmail and mails keep moving in and out
without any problem. At first i got bugged but later kept quiet thinking
this is a kind of issue related with Maildir or maildir.

To be frank, i'm still not able to trace the problem i'm facing because of
this. By its meaning, 'deferred' means delayed, unable to chdir_to_maildir,
maybe because the mail in my box does'nt reach directly to the user inbox,
i.e., mail is handled by qmail-scanner, Clam AV and SpamAssassin and then to
inbox.

Thought of all these and closed the issue by myself. If anyone educates me
and Christopher more on this, we'll be very much thankful to them.
:)

Dheeraj.