[vchkpw] RedHatLinux 9 compatibility

2004-07-22 Thread venu
Hi,I want to install QMAIL + Vpopmail + courier-imap +
Qmailadmin + LDAP + MySql + Spamassassin + clamav + Squirrelmail + stats
(Isoqlog  qmail MRTG) under Linux 9. Is every thing compatable
with linux 9 where can i get good howto. I need step by step installation.
also i want to host multiple mail sites on a single server. please help me
in this regardRegards,Venu


--This Message and any attachments is intended solely for the addresses and is confidential. 
If you receive this message in error or if you are not the intended recipient, please delete the mail. 
Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited. 
Please inform us in case of erroneous delivery, thanks for your cooperation.



Re: [vchkpw] forwording mail's from qmail to ______ server

2004-07-21 Thread venu
Dear Mr.Arun Kumar,Please go through this 
[EMAIL PROTECTED] wrote: We are shifting one of mail server
from qmail to Exchange server for testing, 
... my sympathies. You'll be back.  so how can i
forward mails from qmail mail server to Exchange 
server.  Look at the qmail-remote manual page.
http://qmail.geto.net/man/man8/qmail-remote.html  If it's
just POP mailboxes (not IMAP with subfolders), you can push the
messages out using qmail-remote. Below are examples of how to
remail messages in people's folders. Your script may not end up
being exactly the same, but it should give you an idea as to qhat
you need to do.  #!/bin/sh
PATH=/var/qmail/bin:/home/vpopmail/bin:$PATH # or whatever export
PATH REMOTE=NEWSERVER.YOUR.DOMAIN
[EMAIL PROTECTED] USERS="[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]" for user in
$USERS; do dir=`vuserinfo -d $user` for subdir in new cur;
do cd $dir/Maildir/$subdir || continue for msg in *;
do qmail-remote $REMOTE $ADMIN $user  $msg
done done done  If you just have one
domain using qmail and not vpopmail, just change directories to
the domain and run:  #!/bin/sh
PATH=/var/qmail/bin:$PATH # or whatever export PATH
REMOTE=EXCHANGE.YOUR.DOMAIN [EMAIL PROTECTED]
for user in * do for subdir in new cur; do cd
$dir/Maildir/$subdir || continue for msg in *; do
qmail-remote $REMOTE $ADMIN [EMAIL PROTECTED]  $msg
done done done  If you need to preserve
IMAP subfolders, it gets more complicated. You'd actually have to
write (as Jeremy said) a Perl script using Net:IMAP to push the
message into their new mailboxes. If it's just a few users, each
user can add the new IMAP account and just drag/drop the messages
into their new folders.  -- Eric
ZiegastRegards Venu


--This Message and any attachments is intended solely for the addresses and is confidential. 
If you receive this message in error or if you are not the intended recipient, please delete the mail. 
Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited. 
Please inform us in case of erroneous delivery, thanks for your cooperation.



Re: [vchkpw] good howto

2004-07-16 Thread venu
HI,I want to start qmail service automatically at boot time ,
If anyone have idea regarding please help me . I want howtoRegards
venu


--This Message and any attachments is intended solely for the addresses and is confidential. 
If you receive this message in error or if you are not the intended recipient, please delete the mail. 
Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited. 
Please inform us in case of erroneous delivery, thanks for your cooperation.



Re: [vchkpw] Debian - Courier - Vpopmail

2004-07-12 Thread venu
Hi,I have installed qmail + courier-imap + LDAP +
squrrielmail on Linux 6.2 .everything is working fine. Right now i am
using amavis mail scanner (amavis-0.2.1.tar.gz) and virus wall Trend . but
still i am unable to control virus mails and junk mail's . I want to
upgrade amavis with latest release. I tried but qmail is not working after
installing amavis latest release. I will be thankfull if any one helps be
in this regard.Thanks  RegardsVenu


--This Message and any attachments is intended solely for the addresses and is confidential. 
If you receive this message in error or if you are not the intended recipient, please delete the mail. 
Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited. 
Please inform us in case of erroneous delivery, thanks for your cooperation.



Re: [vchkpw] password + IMAP server

2004-07-11 Thread venu
Hi payal,write a small script, where it should check the size of
the password that it should not be less that 6 char and more than 15.
Aftersatisfuing this condition , remaning procedure should
continue, else give an error message . Its very simple try once you will
getRegards Venu Hi, I want to
install vpopmail + sqwebmail + courier imap. Here I want to 
enforce when a user changes a password, she should have some size 
restriction for passwords like more than 6 characters atleast and less
 than 15 etc. Is it possible? I want to keep plain text
password. Also, which IMAP server do I go for? I want it to
authenticate against the plain text vpasswd file? Are there any
special configurations I need to do for that? 
With warm regards, -Payal


--This Message and any attachments is intended solely for the addresses and is confidential. 
If you receive this message in error or if you are not the intended recipient, please delete the mail. 
Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited. 
Please inform us in case of erroneous delivery, thanks for your cooperation.