[vchkpw] chkuser 2.0.8b

2005-07-26 Thread Dan D.
I am having a problem with chkuser.  When qmail is running with the patch,
everthing appears to be working fine.
i can telnet into port 25 of my server and send a test message from my
local box and a remote box.
this test appears in my inbox as normal.
but when i send through a mail client, such was outlook, thunderbird, or
even yahoo webmail, the messages are not delivered AT ALL.

mail works normally when i use the old qmail-smtpd file [before patching].

Does this make sense to anyone?

My chkuser_settings.h file are as follows, though i am not sure if this
effects anything:

[EMAIL PROTECTED] netqmail-1.05 # cat chkuser_settings.h

/*
 *
 * 'chkuser_settings.h' v.2.0.8
 * for qmail/netqmail  1.0.3 and vpopmail  5.3.x
 *
 * Author: Antonio Nati [EMAIL PROTECTED]
 * All rights on this software and
 * the identifying words chkusr and chkuser kept by the author
 *
 * This software may be freely used, modified and distributed,
 * but this lines must be kept in every original or derived version.
 * Original author Antonio Nati and the web URL
 * http://www.interazioni.it/opensource;
 * must be indicated in every related work or web page
 *
 */

/*
 * the following line enables debugging of chkuser
 */
/* #define CHKUSER_DEBUG */

/*
 * The following line moves DEBUG output from STDOUT (default) to STDERR
 * Example of usage within sh: ./qmail-smtpd 2 /var/log/smtpd-debug.log
 */
/* #define CHKUSER_DEBUG_STDERR */

/*
 * Uncomment the following define if you want chkuser ALWAYS enabled.
 * If uncommented, it will check for rcpt existance despite any
.qmail-default
 * setting.
 * So, unsomments this if you are aware that ALL rcpt in all domains will be
 * ALWAYS checked.
 */
#define CHKUSER_ALWAYS_ON

/*
 * The following defines which virtual manager is used.
 * Up to know, only vpopmail, but versions with pure qmail are in the mind.
 */
#define CHKUSER_VPOPMAIL

/*
 * Uncomment the following line if you want chkuser to work depending on a
VARIABLE setting
 * VALUE HERE DEFINED is the name of the variable
 * Values admitted inside the variable: NONE | ALWAYS | DOMAIN
 *  NONE= chkuser will not work
 *  ALWAYS  = chkuser will work always
 *  DOMAIN  = chkuser will work depending by single domain
settings
 * if CHKUSER_ALWAYS_ON is defined, this define is useless
 * if CHKUSER_STARTING_VARIABLE is defined, and no variable or no value is
set, then chkuser is disabled
 */
/* #define CHKUSER_STARTING_VARIABLE CHKUSER_START */

/*
 * Uncomment this to enable uid/gid changing
 * (switching UID/GID is NOT compatible with TLS; you may keep this
commented if you have TLS)
 */
#define CHKUSER_ENABLE_UIDGID

/*
 * Uncomment this to check if a domain is ALWAYS specified in rcpt addresses
 */
#define CHKUSER_DOMAIN_WANTED

/*
 * Uncomment this to check for vpopmail users
 */
#define CHKUSER_ENABLE_USERS

/*
 * Uncomment this to check for alias
 */
#define CHKUSER_ENABLE_ALIAS

/*
 * The following #define set the character used for lists extensions
 * be careful: this is a  single char '-' definition, not a string
 */
#define CHKUSER_EZMLM_DASH '-'

/*
 * Uncomment this to set an alternative way to check for bouncing enabling;
 * with this option enabled, the file here defined
 * will be searched, inside the domain dir, in order to check if bouncing
is enabled
 * The content of this file is not important, just it's existence is enough
 */
/* #define CHKUSER_SPECIFIC_BOUNCING .qmailchkuser-bouncing */

/*
 * This is the string to look for inside .qmail-default
 * Be careful, chkuser looks within the first 1023 characters of
.qmail-default for
 * this string (despite the line containing the string is working or
commented).
 */
#define CHKUSER_BOUNCE_STRING bounce-no-mailbox

/*
 * This is to enable auth open checking
 * it is useful to avoid bouncing if MySQL/LDAP/PostGRES/etc are down or
not reachable
 */
/* #define CHKUSER_ENABLE_VAUTH_OPEN */

/*
 * Uncomment to enable logging of rejected recipients and variuos limits
reached
 */
#define CHKUSER_ENABLE_LOGGING

/*
 * Uncomment to enable logging of good rcpts
 * valid only if CHKUSER_ENABLE_LOGGING is defined
 */
#define CHKUSER_LOG_VALID_RCPT

/*
 * Uncomment to enable usage of a variable escluding any check on the sender.
 * The variable should be set in tcp.smtp for clients, with static IP,
whose mailer
 * is composing bad sender addresses
 */
#define CHKUSER_SENDER_NOCHECK_VARIABLE SENDER_NOCHECK

/*
 * Uncomment to enable usage of # and + characters within sender address
 * This is used by SRS (Sender Rewriting Scheme) products
 */
/* #define CHKUSER_ALLOW_SENDER_SRS */

/*
 * If you need more additional characters to be accepted within sender
address
 * uncomment one of the following #define and edit the character value.
 * Be careful to use '*' (single hiphen) and NOT * (double hiphen)
around the
 * wanted char.
 */
/* #define CHKUSER_ALLOW_SENDER_CHAR_1 '$' */
/* #define CHKUSER_ALLOW_SENDER_CHAR_2 '%' */
/* #define 

[vchkpw] Debian Courier/Vpopmail package

2005-07-26 Thread Timothy Arnold

Hello!

I am currently trying to build a new courier-imap package in Debian and have 
added --with-vchkpw to debian/rules and tried to compile the package using 
debuild. Unfortunately it fails with:


/users/vpopmail/lib/libvpopmail.a(maildirquota.o)(.text+0xd00): In function 
`maildir_addquota':
/usr/src/vpopmail-5.4.12/maildirquota.c:594: multiple definition of 
`maildir_addquota'
../maildir/libmaildir.a(maildirquota.o)(.text+0xa70):/root/courier-vpopmail/courier-0.47/maildir/maildirquota.c:564: 
first defined here
/usr/bin/ld: Warning: size of symbol `maildir_addquota' changed from 53 in 
../maildir/libmaildir.a(maildirquota.o) to 68 in 
../maildir/libmaildir.a(maildirquota.o)

collect2: ld returned 1 exit status
make[4]: *** [sqwebmaild] Error 1


The courier source is 0.47-4. Does anyone have any ideas what could be 
causing this, or does anyone know if this works in 0.47-3 ?


Thanks for any help!

Tim.





[vchkpw] Massive Folders

2005-07-26 Thread Jimmy Stewpot
Hello,

I am managing a group of servers that is running Redhat Enterprise Linux
v3. The Issue that I have just discovered is that we have now over 32000
users. Thats causing a problem as ext3 file system does not support more
than 32000 folders in any one particular folder.

Is there any way to setup vpopmail so that it supports directory hashes
or anything similar to that. Does anyone have any solutions to resolve
this type of issue.

Regards,

Jimmy.


Re: [vchkpw] Massive Folders

2005-07-26 Thread Rick Macdougall

Jimmy Stewpot wrote:


Hello,

I am managing a group of servers that is running Redhat Enterprise Linux
v3. The Issue that I have just discovered is that we have now over 32000
users. Thats causing a problem as ext3 file system does not support more
than 32000 folders in any one particular folder.

Is there any way to setup vpopmail so that it supports directory hashes
or anything similar to that. Does anyone have any solutions to resolve
this type of issue.

 


Hi,

By default vpopmail does do directory hashing. IE you should have 
something like this for users.


user1 home = ~vpopmail/domains/domain.com/user1
user200 home = ~vpopmail/domains/domain.com/0/user200
user400 home = ~vpopmail/domains/domain.com/Z/user400

etc.

Is this not what you are seeing ?

Regards,

Rick



[vchkpw] vpopmail 5.4.10

2005-07-26 Thread Pruebas
I just installed vpopmail 5.4.10 in a penguin dual processor running 
suse linux 9.3 and in a penguin dual processor running Redhat Enterprise 
linux AS 4. The problem i have is that the quota file is not updating 
after my users check and download their emails.


I configured my outlook client to download the messages from the server, 
not to leave a copy, but the used quota remained the same.


Thanks

Jesus


Re: [vchkpw] Massive Folders

2005-07-26 Thread Jimmy Stewpot
Hello,

It appears that the server has not created the users in a hash format.
Is there any way to convert the format to a hash easily?

Regards,

Jimmy

Rick Macdougall wrote:
 Jimmy Stewpot wrote:
 
 Hello,

 I am managing a group of servers that is running Redhat Enterprise Linux
 v3. The Issue that I have just discovered is that we have now over 32000
 users. Thats causing a problem as ext3 file system does not support more
 than 32000 folders in any one particular folder.

 Is there any way to setup vpopmail so that it supports directory hashes
 or anything similar to that. Does anyone have any solutions to resolve
 this type of issue.

  

 Hi,
 
 By default vpopmail does do directory hashing. IE you should have
 something like this for users.
 
 user1 home = ~vpopmail/domains/domain.com/user1
 user200 home = ~vpopmail/domains/domain.com/0/user200
 user400 home = ~vpopmail/domains/domain.com/Z/user400
 
 etc.
 
 Is this not what you are seeing ?
 
 Regards,
 
 Rick
 
 
 


Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread Pruebas

Pruebas wrote:

I just installed vpopmail 5.4.10 in a penguin dual processor running 
suse linux 9.3 and in a penguin dual processor running Redhat 
Enterprise linux AS 4. The problem i have is that the quota file is 
not updating after my users check and download their emails.


I configured my outlook client to download the messages from the 
server, not to leave a copy, but the used quota remained the same.


Thanks

Jesus



Sorry i didn't include the configuration of the vpopmail

I configured the vpopmail with the following options:

./configure --enable-passwd=n --enable-ip-alias=y --enable-valias 
--enable-roaming-users=n --enable-sqlincdir=/usr/include/mysql/  \
--enable-sqllibdir=/usr/lib/mysql --enable-logging=y --enable-apop=y 
--enable-ucspi-dir=/usr/local --enable-roaming-users=n \
--enable-ip-alias-domains=y  --enable-qmaildir=/var/qmail 
--enable-tcpserver-file=/etc/qmail/tcp.smtp --enable-learn-passwords \
--enable-clear-passwd --enable-many-domains=y --enable-qmail-ext=y 
--enable-auth-module=mysql --enable-sql-logging=y \
--enable-tcpserver-file=/etc/tcp.smtp --enable-mysql-limits 
--enable-domainquotas


and my vlimits.default is this:

# Default limits file.  This file is used for domains without a
# .qmailadmin-limits file.

# maximums for each account type, -1 = unlimited
maxpopaccounts  -1
maxforwards -1
maxautoresponders   -1
maxmailinglists -1

# quota for entire domain, in megabytes
# example shows a domain with a 100MB quota and a limit of 10,000 messages
#quota  5242880
#maxmsgcount1

# default quota for newly created users (in bytes)
# example shows a user with a 10MB quota and a limit of 1000 messages
default_quota   5242880
#default_maxmsgcount1000

# uncomment the following lines to disable certain features
#disable_pop
#disable_imap
#disable_dialup
#disable_password_changing
#disable_external_relay
#disable_smtp
#disable_webmail

# Set bitflags on account management for non-postmaster admins.
# To disable certain features, add the following bits:
#   Create = 1, Modify = 2, Delete = 4
# So, to allow modification but not creation or deletion of
# POP/IMAP accounts, set perm_account to 5.

perm_account0
perm_alias  0
perm_forward0
perm_autoresponder  0
perm_maillist   0
perm_quota  0
perm_defaultquota   0

Thanks for the help


[vchkpw] Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Listas barbarojo
I provide web hosting with email accounts using apache and qmail (managed
with vpopmail). I don't use quota disk but I control periodically disk used
by all my users and let them know when need to upgrade their account, etc.
This is done automatically with a couple of perl scripts running with cron.
So far everything works just fine but it would be great if the email
accounts and web hosting space could be setup on the same directory. Instead
of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail domain in
/home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail so than
everything is located in /home/virtual/DOMAIN/blablabla Is this possible?



Re: [vchkpw] Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Adi Pircalabu
On Tue, 26 Jul 2005 12:18:52 -0300
Listas barbarojo [EMAIL PROTECTED] wrote:

 So far everything works just fine but it would be great if the email
 accounts and web hosting space could be setup on the same directory.
 Instead of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail
 domain in /home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail
 so than everything is located in /home/virtual/DOMAIN/blablabla Is
 this possible?

Hi,
Everything is possible, but I think you'd better switch Apache's
DocumentRoot to (let's say) /home/vpopmail/domains/blabla/htdocs/ than
to modify vpopmail's default locations.
Also, for files management, some time ago I played with a vpopmail
authentication module for pure-ftpd server, and I liked it.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/



Re: [vchkpw] Massive Folders

2005-07-26 Thread Rick Macdougall

Jimmy Stewpot wrote:


Hello,

It appears that the server has not created the users in a hash format.
Is there any way to convert the format to a hash easily?
 


Hi,

Not without deleting and re-adding all the users I think.  Do you know 
how vpopmail was configured and what version it is ?


Regards,

Rick



[vchkpw] Re: Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Peter Palmreuther
Hello Listas,

On Tuesday, July 26, 2005 at 5:18:52 PM Listas wrote:

 So far everything works just fine but it would be great if the email
 accounts and web hosting space could be setup on the same directory. Instead
 of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail domain in
 /home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail so than
 everything is located in /home/virtual/DOMAIN/blablabla Is this possible?

Yes. Use '-d' switch for 'vadddomain':

mkdir /home/virtual/DOMAIN/mail
vadddomain -d /home/virtual/DOMAIN/mail DOMAIN

and vpopmail will put all DOMAIN related files to
'/home/virtual/DOMAIN/mail' and set up '/var/qmail/users/assign'
accordingly. Beware: vpopmail will create a directory named 'domains'
in './mail/', so the final structure will be:

/home/virtual/DOMAIN/mail/domains/DOMAIN

but that shouldn't really matter as long as the goal is to get all
files of a DOMAIN into one directory and its children.
-- 
Best regards
Peter Palmreuther

Matrimony isn't a word, it's a sentence.



[vchkpw] Re: Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Peter Palmreuther
Hello Adi,

On Tuesday, July 26, 2005 at 5:41:24 PM Adi wrote:

 Everything is possible, but I think you'd better switch Apache's
 DocumentRoot to (let's say) /home/vpopmail/domains/blabla/htdocs/ than
 to modify vpopmail's default locations.

Why?
-- 
Best regards
Peter Palmreuther

Unleaded Sunshine: Where the sun shines darkness...



RE: [vchkpw] Re: Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Listas barbarojo
What if I intead of /home/virtual/DOMAIN for each web site domain I use
/home/virtual/domains/DOMAIN/...?
That way I can setup the email accounts with the following:
vadddomain -d /home/ test1.com.ar
vadddomain -d /home/ test2.com.ar
vadddomain -d /home/ test3.com.ar




The only problem would be the permissions. How would that be?

-Original Message-
From: Peter Palmreuther [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 1:46 PM
To: Listas barbarojo in vpop
Subject: [vchkpw] Re: Apache and qmail (with vpopmail) account in the same
directory

Hello Listas,

On Tuesday, July 26, 2005 at 5:18:52 PM Listas wrote:

 So far everything works just fine but it would be great if the email 
 accounts and web hosting space could be setup on the same directory. 
 Instead of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail 
 domain in /home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail 
 so than everything is located in /home/virtual/DOMAIN/blablabla Is this
possible?

Yes. Use '-d' switch for 'vadddomain':

mkdir /home/virtual/DOMAIN/mail
vadddomain -d /home/virtual/DOMAIN/mail DOMAIN

and vpopmail will put all DOMAIN related files to
'/home/virtual/DOMAIN/mail' and set up '/var/qmail/users/assign'
accordingly. Beware: vpopmail will create a directory named 'domains'
in './mail/', so the final structure will be:

/home/virtual/DOMAIN/mail/domains/DOMAIN

but that shouldn't really matter as long as the goal is to get all files of
a DOMAIN into one directory and its children.
--
Best regards
Peter Palmreuther

Matrimony isn't a word, it's a sentence.




Re: [vchkpw] chkuser 2.0.8b

2005-07-26 Thread Dan Delaney
 At 07.28 26/07/2005, you wrote:
I am having a problem with chkuser.  When qmail is running with the
 patch,
everthing appears to be working fine.
i can telnet into port 25 of my server and send a test message from my
local box and a remote box.
this test appears in my inbox as normal.
but when i send through a mail client, such was outlook, thunderbird, or
even yahoo webmail, the messages are not delivered AT ALL.

mail works normally when i use the old qmail-smtpd file [before
 patching].

Does this make sense to anyone?

 If it works telnetting to port 25, then it should work from anywhere,
 as the protocol is the same and the programs are the same.

 What are logs saying about rejected/lost messages?

The logs say nothing.  What I had noticed is that sending through an email
client, the messages do not appear to hit my system at all and are sent to
my mailbackup.  once i switch back, the mail starts comming in from the
mailbackup as normal.

laster today i will run a tcpdump session on my FW checking to see if
anything hits me and i will also try with a email client externally and
enable logging on that.





/*
  * Uncomment this to enable uid/gid changing
  * (switching UID/GID is NOT compatible with TLS; you may keep this
commented if you have TLS)
  */
#define CHKUSER_ENABLE_UIDGID

 Are you using this the right way, putting right setuid/setgid bits on
 over patched qmail-smtpd?

I am not sure, I belive this was uncommended and didnt change it at all. 
I am not using any TLS patches [I couldnt get them to work at the time so
i stopped trying].
I didnt think it would hurt to leave it enabled.
the patches I am using are: maildir++ and qmail-remote-auth and of course
trying to get chkuser working.

I thought it would be ok since the qmail-smtpd/run script is pulling up
qmail-smtpd as the vpopmail user and group.
should i try to uncomment this and try again?



thanks for any help in advance

Dan Delaney

 Tonino




thanks again
Dan Delaney



Re: [vchkpw] Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Bob Hutchinson
On Tuesday 26 Jul 2005 16:18, Listas barbarojo wrote:
 I provide web hosting with email accounts using apache and qmail (managed
 with vpopmail). I don't use quota disk but I control periodically disk used
 by all my users and let them know when need to upgrade their account, etc.
 This is done automatically with a couple of perl scripts running with cron.
 So far everything works just fine but it would be great if the email
 accounts and web hosting space could be setup on the same directory.
 Instead of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail
 domain in /home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail so
 than everything is located in /home/virtual/DOMAIN/blablabla Is this
 possible?

Are you sure you want this?
vpopmail keeps everything under one owner, and your users cannot mess with it, 
much better than the traditional way of running qmail, with unix users able 
to access their Maildirs and .qmail files via ftp. You could run proftpd with 
chroot to get around it, but you would still have mixed ownership problems.

Of course it makes life easier for handling quotas, but then mail quota and 
web quota are different and have different needs. I would suggest that 
leaving vpopmail where it is is more secure than throwing them both together 
and though vpopmail quotas is not quite up to scratch there are improvements 
in the pipeline.

my 2 bits worth
-- 
-
Bob Hutchinson
Midwales dot com
-


[vchkpw] Re: Apache and qmail (with vpopmail) account in the same directory

2005-07-26 Thread Peter Palmreuther
Hello Listas,

On Tuesday, July 26, 2005 at 6:59:19 PM Listas wrote:

 So far everything works just fine but it would be great if the email
 accounts and web hosting space could be setup on the same directory. 
 Instead of web sites in /home/virtuals/DOMAIN/www/htdocs and vpopmail 
 domain in /home/vpopmail/DOMAIN/blablabla I want to setup up vpopmail 
 so than everything is located in /home/virtual/DOMAIN/blablabla Is this
 possible?
 
 Yes. Use '-d' switch for 'vadddomain':
 
 mkdir /home/virtual/DOMAIN/mail
 vadddomain -d /home/virtual/DOMAIN/mail DOMAIN
 
 and vpopmail will put all DOMAIN related files to
 '/home/virtual/DOMAIN/mail' and set up '/var/qmail/users/assign'
 accordingly. Beware: vpopmail will create a directory named 'domains'
 in './mail/', so the final structure will be:
 
 /home/virtual/DOMAIN/mail/domains/DOMAIN
 
 but that shouldn't really matter as long as the goal is to get all files of
 a DOMAIN into one directory and its children.

 What if I intead of /home/virtual/DOMAIN for each web site domain I use
 /home/virtual/domains/DOMAIN/...?
 That way I can setup the email accounts with the following:
 vadddomain -d /home/ test1.com.ar
 vadddomain -d /home/ test2.com.ar
 vadddomain -d /home/ test3.com.ar
 

1) vadddomain -d /home/virtual ...
2) Maybe it's easier to
   * usermod -d /home/virtual vpopmail
   * recompile vpopmail
   * modify paths in /var/qmail/assign
   * modify paths in /home/vpopmail/domains/*/.qmail-*
 [ * modify paths in /home/vpopmail/domains/*/*/.qmail ]

This way you don't have to '-d' parameter every vadddomain call, but
still have domains mail and can have their HTDOCS in /home/virtual.

 The only problem would be the permissions. How would that be?

Apache can be run as user vpopmail, if it only serves domains from
your vpopmail name space.
Two Apaches with x (x = 2) IP addresses solve the problem of domain
not handled by vpopmail being served. First one running as vpopmail,
second (third, whatever) one running as usual web user.

What's your concrete problem/desire/imagination/wish?
-- 
Best regards
Peter Palmreuther

A man's got to know his limitations. (Clint Eastwood)



[vchkpw] sendmail mailbox conversion

2005-07-26 Thread suranga
***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***




Dear qmailfriends,

Please can you send me the steps ofhow
tomigrate sendmail mail mailboxes to qmail, that is converting mbox format
to maildir format.

Suranga.


  - Original Message - 
  From:
  Rizwan Iqbal Malik 
  To: vchkpw@inter7.com 
  Sent: Monday, July 25, 2005 12:52
PM
  Subject: RE: [vchkpw] Alias problem
  
  


  ***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***


  
  dear suranga,
  
  create this .qmail file in the domains/domain-name
  directory under vpopmail folder and not under qmail/alias
  folder.
  
  
  Regards,
  Rizwan
  Iqbal Malik
  Network Mgt
  Team
  Data Centre
  Jammu  Kashmir Bank
  508 Ext 137
  
  
  
  From: suranga [mailto:[EMAIL PROTECTED]
  Sent: Monday, July 25, 2005 12:10 PMTo:
  vchkpw@inter7.comSubject: Re: [vchkpw] Alias
  problem
  
  


  ***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***


  
  Dear Malik,
  
  Yes I am using vpopmail and I followed Bill's
  Linux Qmail Toaster
  
  Thanking you,
  
  Suranga.
  
- Original Message - 
From:
Rizwan Iqbal Malik 
To: vchkpw@inter7.com 
Sent: Monday, July 25, 2005 12:32
PM
Subject: RE: [vchkpw] Alias
problem


  
  
***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***



are you using vpopmail???


Regards,
Rizwan Iqbal Malik
Network
Mgt Team
Data Centre
Jammu  Kashmir Bank
508 Ext 137



From: suranga
[mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005
11:48 AMTo: vchkpw@inter7.comSubject: Re: [vchkpw]
Alias problem


  
  
***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename
No virus was detected in the attachment output.gif

Your mail has been scanned by Janashakthi InterScan MSS.
***



Dear Friends,

I didfollowing 

#echo \[EMAIL PROTECTED] 
/var/qmail/alias/.qmail-itc
#qmailctl stop

#qmailctl start
but I am getting the error in my squirrelmail
interface when I try to send a mail to [EMAIL PROTECTED] saying that "Server replied: 511
sorry, no mailbox here by that name (#5.1.1 - chkuser)"

What could be the mistake ?

Herewith I am attaching the output of
squirrelmail

Thanking you dear friends!!! you are
brilliant!!!

Suranga.





  - Original Message - 
  From:
  Rizwan Iqbal Malik 
  To: vchkpw@inter7.com 
  Sent: Monday, July 25, 2005 11:40
  AM
  Subject: RE: [vchkpw] Alias
  problem
  
  


  ***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***


  
  dear suranga,
  create a .qmail-itc file and add all email ids in the format [EMAIL PROTECTED]
  
  
  Regards,
  Rizwan Iqbal Malik
  Network
  Mgt Team
  Data Centre
  Jammu  Kashmir Bank
  508 Ext 137
  
  
  
  From: suranga
  [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005
  10:46 AMTo: vchkpw@inter7.comSubject: [vchkpw] Alias
  problem
  
  


  ***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***


  
  
  Dear All
  
  We have the following requirement with
  regards to aliases in qmail
  
  All the users of ITC department should get
  the mail when someonesends a mail to
  [EMAIL PROTECTED]
  
  Can you please help me on this ?
  
  Suranga.
  
- Original Message - 
From:
Manish Jain 
To: vchkpw@inter7.com 
Sent: Monday, July 25, 2005 11:02
AM
Subject: [vchkpw] How to bind IP
address to a virtual domain


  
  
***
No virus was detected in 

Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread suranga

***
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***


Dear Jesus,

I got the same problem, I think one of the patch is not being applied
properly. Refer http://shupp.org/toaster/

Suranga
- Original Message -
From: Pruebas [EMAIL PROTECTED]
To: Vpopmail Mailing vchkpw@inter7.com
Sent: Tuesday, July 26, 2005 8:33 PM
Subject: [vchkpw] vpopmail 5.4.10


 ***
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***


 I just installed vpopmail 5.4.10 in a penguin dual processor running
 suse linux 9.3 and in a penguin dual processor running Redhat Enterprise
 linux AS 4. The problem i have is that the quota file is not updating
 after my users check and download their emails.

 I configured my outlook client to download the messages from the server,
 not to leave a copy, but the used quota remained the same.

 Thanks

 Jesus






**
 
This transmission contains confidential  information protected by law.  The 
information is 
intended only for the use of the individual or individuals named above. If you 
are not the
intended recipient, you are notified that any disclosure, copying,  
distribution or taking 
of action in reliance  on the contents of this  information is not permissible 
and  may be 
against  the  law.  If you have  received this transmission in  error, please 
delete  this 
message immediately and notify the sender by reply email. 
 
Janashakthi Insurance Co. Ltd.

**


Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread Ceg Ryan
have you patched the qmail by maildir++ patch ?
On 7/27/05, suranga [EMAIL PROTECTED] wrote:
***No virus was detected in the attachment no filenameYour mail has been scanned by Janashakthi InterScan MSS.
***Dear Jesus,I got the same problem, I think one of the patch is not being appliedproperly. Refer http://shupp.org/toaster/Suranga
- Original Message -From: Pruebas [EMAIL PROTECTED]To: Vpopmail Mailing vchkpw@inter7.com
Sent: Tuesday, July 26, 2005 8:33 PMSubject: [vchkpw] vpopmail 5.4.10 *** No virus was detected in the attachment no filename Your mail has been scanned by Janashakthi InterScan MSS.
 *** I just installed vpopmail 5.4.10 in a penguin dual processor running suse linux 9.3 and in a penguin dual processor running Redhat Enterprise linux AS 4. The problem i have is that the quota file is not updating
 after my users check and download their emails. I configured my outlook client to download the messages from the server, not to leave a copy, but the used quota remained the same.
 Thanks Jesus**This transmission contains confidentialinformation protected by law.The information is
intended only for the use of the individual or individuals named above. If you are not theintended recipient, you are notified that any disclosure, copying,distribution or takingof action in relianceon the contents of thisinformation is not permissible andmay be
againstthelaw.If you havereceived this transmission inerror, please deletethismessage immediately and notify the sender by reply email.Janashakthi Insurance Co. Ltd.**



Re: [vchkpw] inaccurate quotas

2005-07-26 Thread Jeremy Martin
Hey all,

On Thursday, July 21, 2005,5:02:20 PM, Rick wrote:
 There are at least 2 problems with quota in Vpopmail/Qmail that I'm
 trying to track down.

Before I write a script to look up all the email accounts current quotas and
vsetuserquota them to the same value (which seems to recalculate their
quota correctly)... any idea what version of vpopmail doesn't have this
problem I could revert back to?

Thanks!
Jeremy





Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread Jeremy Martin
Hey Ceg,

On Tuesday, July 26, 2005,11:07:32 PM, you wrote:
 have you patched the qmail by maildir++ patch ?

I'm having the same problem with the quotas not being updated. Since
qmail.org started releasing the netqmail versions I haven't been applying
maildir++ and the quotas always worked ok with vpopmail before.
Looks like they are not bundling the maildir++ patch
( http://www.qmail.org/top.html#patches )... did this recently become a
requirement for quotas to work right in vpopmail?

Thanks!
Jeremy





Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread Ceg Ryan
I installed qmail 1.03 and apply the maildir++ patch myself. I have been using for few months and didnt find any problem.
On 7/27/05, Jeremy Martin [EMAIL PROTECTED] wrote:
Hey Ceg,On Tuesday, July 26, 2005,11:07:32 PM, you wrote: have you patched the qmail by maildir++ patch ?
I'm having the same problem with the quotas not being updated. Sinceqmail.org started releasing the netqmail versions I haven't been applyingmaildir++ and the quotas always worked ok with vpopmail before.
Looks like they are not bundling the maildir++ patch( http://www.qmail.org/top.html#patches )... did this recently become arequirement for quotas to work right in vpopmail?
Thanks!Jeremy


Re: [vchkpw] vpopmail 5.4.10

2005-07-26 Thread suranga
***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***




No I add qmail-toaster-0.7.2.patch.bz2 
I think that includes maildir++ patch also try it,
but make sure qmail
will be patched AFTER vpopmail is installed


Suranga

  - Original Message - 
  From:
  Ceg Ryan 
  To: vchkpw@inter7.com 
  Sent: Wednesday, July 27, 2005 10:07
  AM
  Subject: Re: [vchkpw] vpopmail
  5.4.10
  
  


  ***
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by Janashakthi InterScan MSS.
***

have you patched the qmail by maildir++
  patch ?
  On 7/27/05, suranga
  [EMAIL PROTECTED]
  wrote:
  ***No
virus was detected in the attachment no filenameYour mail has been
scanned by Janashakthi InterScan MSS.
***Dear Jesus,I got the same
problem, I think one of the patch is not being appliedproperly. Refer http://shupp.org/toaster/Suranga
- Original Message -From: "Pruebas" [EMAIL PROTECTED]To:
"Vpopmail Mailing" [EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 8:33 PMSubject: [vchkpw]
vpopmail 5.4.10 *** No virus was
detected in the attachment no filename Your mail has been
scanned by Janashakthi InterScan MSS. 
*** I just installed vpopmail
5.4.10 in a penguin dual processor running suse linux 9.3 and in a
penguin dual processor running Redhat Enterprise linux AS 4.. The
problem i have is that the quota file is not updating  after my
users check and download their emails. I configured my
outlook client to download the messages from the server, not to
leave a copy, but the used quota remained the same.
Thanks
Jesus**This
transmission contains confidentialinformation protected by
law.The information is intended only for the use of the
individual or individuals named above. If you are not theintended
recipient, you are notified that any disclosure,
copying,distribution or takingof action in
relianceon the contents of thisinformation is not
permissible andmay be
againstthelaw.If you
havereceived this transmission inerror, please
deletethismessage immediately and notify the sender by reply
email.Janashakthi Insurance Co.
Ltd.**


**

This transmission contains confidential  information protected by law.  The information is
intended only for the use of the individual or individuals named above. If you are not the
intended recipient, you are notified that any disclosure, copying,  distribution or taking
of action in reliance  on the contents of this  information is not permissible and  may be
against  the  law.  If you have  received this transmission in  error, please delete  this
message immediately and notify the sender by reply email.

Janashakthi Insurance Co. Ltd.

**