Re: [vchkpw] imap before smtp

2009-09-17 Thread Juan Enciso
One queston,  Why don't use SMTP-AUTH?
I'm using SMTP-AUTH from SpamControl
http://www.fehcom.de/qmail/spamcontrol.html

http://www.fehcom.de/qmail/spamcontrol.htmlIt works good


On Thu, Sep 17, 2009 at 1:51 AM, kengheng kengh...@mysql.cc wrote:

 Dear All, would like to check if there is anyway to do imap before smtp
 relay ? I'm using courier-authlib-0.60.2 with courier-imap.

 Thanks.

 --
 Best regards,
 KengHeng. Chan
 Mobile : +6-016-717-0273
 SQL Technology Sdn Bhd
 http://www.mysql.cc
 c...@mysql.cc

 




-- 
Juan Enciso Condeña
Teléfono: (511) 3238504
E-mail: juan.enc...@gmail.com
MSN: juan_enc...@hotmail.com


!DSPAM:4ab23e5632715567853773!


Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread Juan Enciso

Maybe you need vpopbull.
It's an binary installed into ~vpopmail/bin



On 2/2/07, Renaud [EMAIL PROTECTED] wrote:


Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard about
a solution that would let me send a mail to all existing users in the
vpopmail database (or to all users of a specific domain) without the need
to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers list of
such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud





--
Juan Enciso Condeña
Teléfono: (511) 3238504
E-mail: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]


Re: [vchkpw] sorry, your envelope sender domain must exist (#5.7.1).

2006-06-21 Thread Juan Enciso
IMHO it isn't a vpopmail problem. It is an message from qmail-smtpd.
Check the patch applied to qmail-smtpd. Probably you patched the qmail and you don'tcheck the README before.
Another question, Do you know if the sender domain is valid? 
On 6/21/06, N0K [EMAIL PROTECTED] wrote:
Hello, when i try, send a mail with my qmail-smtp server if i used a mailaddress specifics, i get this error:
An error occurred while sending mail. The mail server responded: sorry,your envelope sender domain must exist (#5.7.1). Please verify that youremail address is correct in your Mail preferences and try again.
the domain exist and is configurado in the server (vadddomain). The MX ofthe domain exist too.The log dont say much, only qmail-smtpd:@4000449989091ec7bce4 tcpserver: status: 1/20@4000449989091eca1674 tcpserver: pid 403 from 
180.8.14.47@4000449989091ecb3784 tcpserver: ok 403 0:192.168.0.2:25:80.38.4.147::53101@40004499890c23386544 tcpserver: end 403 status 256
@40004499890c233878cc tcpserver: status: 0/20I used simscan with this options:/configure --enable-user=clamav \--enable-clamav=y \--enable-spam=y \--enable-spam-passthru=y \--enable-per-domain=y \
--enable-ripmime \--enable-attach=y \--enable-received=yecho:clam=yes,spam=yes,spam_passthru=yes,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif /var/qmail/control/simcontrolHow can i fix this error or disable this check?
Regards-- Juan Enciso CondeñaTeléfono: (511) 3238504E-mail: [EMAIL PROTECTED]MSN: 
[EMAIL PROTECTED] 


[vchkpw] Error compiling vpopmail-5.4.13 on Tru64 Unix

2005-11-10 Thread Juan Enciso
Hi List.
I'm installing the new stable vpopmail, but it show me this error:

[1200]#make
make  all-recursive
make[1]: Entering directory `/usr/local/src/qmail/vpopmail-5.4.13'
Making all in cdb
make[2]: Entering directory `/usr/local/src/qmail/vpopmail-5.4.13/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/qmail/vpopmail-5.4.13/cdb'
make[2]: Entering directory `/usr/local/src/qmail/vpopmail-5.4.13'
gcc -I. -I/usr/local/mysql/include/mysql  -I. -I. -I.-fPIC -g -O2
-Wall -c -o libvpopmail_a-vpopmail.o `test -f 'vpopmail.c' || echo
'./'`vpopmail.c
vpopmail.c:35:17: err.h: No such file or directory
vpopmail.c: In function `vadddomain':
vpopmail.c:155: warning: implicit declaration of function `snprintf'
vpopmail.c: In function `lowerit':
vpopmail.c:1465: warning: subscript has type `char'
vpopmail.c: In function `r_mkdir':
vpopmail.c:1822: warning: implicit declaration of function `warn'
make[2]: *** [libvpopmail_a-vpopmail.o] Error 1
make[2]: Leaving directory `/usr/local/src/qmail/vpopmail-5.4.13'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmail/vpopmail-5.4.13'
make: *** [all] Error 2

I think that it is because it not found err.h file. What packages
should I install?


[vchkpw] Migration using Rsync - Memory Problem

2005-10-28 Thread Juan Enciso
Hello List.

I'm worried because my migration scheme is giving problems. My
migration plan was use rsync for transfer all user's mailbox, but it
don't work because my directory tree is very big. I have around 50K
maildir directory (110 GB approx).
I checked the rsync documentation and I note that it have memory
problems with big directory tree (It use a lot of memory and it does
shutdown my server).
I need transfer all the maildirs without turn off the mail service or
in any case, the time off of service should be short, for that reason
I did think use rsync, because it could make incremental copy.

Please, somebody know others alternative to rsync?

Bye


Re: [vchkpw] Migrating users

2005-10-28 Thread Juan Enciso
Tom.
But the rsync have problem when the directory tree is very big. What
alternative could use against of rsync... Another technique for sync
files?


On 10/28/05, Tom Collins [EMAIL PROTECTED] wrote:
 On Oct 28, 2005, at 12:27 PM, Rick Root wrote:
  My question is... is there a better way than the steps I described
  above?

 As Rick Macdougall said, rsync is your friend.  You can run it once
 while everything is live, then stop qmail and run it again to sync up
 anything that changed since the first run.  Very slick.

 I wrote some scripts to aid in migrating to a new server, and Paul
 Kremer recently prettied them up.  Give them a shot, they should make
 the migration go fairly smoothly.  They automate the procedure, and
 even include the multiple calls to rsync, along with vadddomain on the
 new server, etc.

 http://www.mail-archive.com/vchkpw@inter7.com/msg22410.html

 I recommend adding a dummy domain on your old server and use it as a
 dry run for the migration scripts.

 --
 Tom Collins  -  [EMAIL PROTECTED]
 QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
 You don't need a laptop to troubleshoot high-speed Internet:
 sniffter.com




[vchkpw] Re: Qmail vchkpw

2005-06-06 Thread Juan Enciso
You need create a file into specific domain directory
For example, if you installed vpopmail into home
if the user is peter and domain is .com
You need create this:
- A file named .qmail-peter into /home/vpopmail/domains/.com
It should have this two lines:

| /usr/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/.com/peter
[EMAIL PROTECTED]

Bye

On 6/6/05, Martin Leduc [EMAIL PROTECTED] wrote:
 Good morning,
 
 it is possible to send a copy of received email but not all domain, only for
 
 a specific account.  I have read about the dot-forward files of qmail and 
 foud the QUEUE_EXTRA param, but I dont want enable it for all, only for some
 
 account and send a copy of those email into an other account.
 
 In other words, I want to forwad email into an other account, but leaving a
 
 copy localy.
 
 Thanks
 
 Martin
 
 



[vchkpw] Re: I got mad with the virtual domain, give me a hand.

2005-05-04 Thread Juan Enciso
Hi
I think that your server isn't running vpopmail 
The response of vpopmail isn't: 
+OK POP3 www v2001.78rh server ready
You should have some like to this:
+OK [EMAIL PROTECTED]

You should check if exist another daemon running in the port 110.


On 5/4/05, Lv lei [EMAIL PROTECTED] wrote:
 I installed Qmail + Vpopmail.
 After add vitual domain with 
 #/home/vpopmail/bin/vadddomain mydomain.com
 #/home/vpopmail/bin/vadduser [EMAIL PROTECTED]
 password: **
 password: **
  
 Then I test the virtual user with:
 # telnet localhost 110
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 +OK POP3 www v2001.78rh server ready
 user [EMAIL PROTECTED]
 +OK User name accepted, password please
 pass ***
 -ERR Bad login
 
 I tried to reinstall Qmail and Vpopmail for more than 10 times, and test the
 virtual domain with every way that I can thought out, but always fail.
 I checked the qmail log, it shows the virtual user never loged in, as if the
 qmail or vpopmail do not know the format of [EMAIL PROTECTED], what
 is the matter? how can i make it work?
 ps: smtp is fine.
  
 System: REDHAT 9.0
 installed: mysql, qmail1.03, vpopmail-5.2.1 ( and tried vpopmail-5.4.10 too!
 )
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 



Re: [vchkpw] what webmail

2005-05-03 Thread Juan Enciso
If you need performance you should use sqwebmail, it is an package
writte in C code. But if you have little users you could use
squirrelmail. But, of my experience I don't suggest squirremail,
because it has very problems with high load, it use php and imap, for
that reason the use  of memory is huge if you have thousand users.


On 5/3/05, Rick Macdougall [EMAIL PROTECTED] wrote:
 
 
 Rakotomandimby (R12y) Mihamina wrote:
  Hi,
 
  My users would like to have webmail over the qmail/vpopmail.
  They're all virtual users on virtual domains.
 
  What webmail would you suggest me?
 
 
 Hi,
 
 SquirrelMail works for most of us I believe.  Some may be running
 SQWebmail too.
 
 Regards,
 
 Rick



Re: [vchkpw] archive?

2005-03-28 Thread Juan Enciso Condeña
Hi Alex.
You can search here:
http://www.mail-archive.com/vchkpw@inter7.com/
- Original Message - 
From: [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Monday, March 28, 2005 5:47 PM
Subject: [vchkpw] archive?

Just joined the list... Is there an archive somewhere?  I googled but didn't
see anything.  I'm happy to search to see if my questions have already been
answered if I can find where to search...
Thanks,
Alex
[EMAIL PROTECTED]


[vchkpw] quotawarn question

2005-03-23 Thread Juan Enciso Condeña
Hi vpopmail users

I'm using qmail + vpopmail-5.4.9 + sqwebmail-4.0.7 

Recently, I enabled the warning quota message.
I create the file .quotawarn.msg into domain directory, and it work.
But I noticed that when reach the percent limit, the vpopmail create the file 
named quotawarn into user directory. 
For example: ~vopmail/domains/domain.com/user/Maildir/quotawarn

But also I have noticed that this file not delete as soon as the quota has 
diminished, which brings like consequence that when it is arrived again at 
the quota limit,  no alert quota is sent again.

Is it a bug or what should I do?

Thanks for your reply.



Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Juan Enciso Condeña
Hi Blacke.
You should make to script to change the passwords.
I things that the problem is in the mysql crypt, I am not sure, but a script 
solved my problem when I migrated my server.

It should read the pw_clear_passwd and pw_name of table domains and run this 
command:
vpasswd $user $password

- Original Message - 
From: Blake [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Friday, March 11, 2005 10:55 AM
Subject: [vchkpw] Transfering from Old to New Server


Hello everyone,
I am running qmail with vpopmail. I Also use vqadmin. I need to know what 
I need to copy over to a new server so that it will be able to 
authenticate all user accounts and have thier email exactly the same as it 
was. Vpopmail is also using a mysql database. So far I have been able to 
copy the correct directories from qmail over. I also replicated the 
database exactly. At this point vqadmin reports my domain and shows all my 
users. The only thing that I am missing - none of the users are able to 
authenticate!!! Very frustrating. Here are the details: from qmail copied 
/var/qmail/alias and control and users. I also copied 
/home/vpopmail/domains over to the new server.  As I mention before I 
copied the mysql database over exactly. Just can't authenticate users!!

any suggestions?
-Blake-



[vchkpw] Error Compiling on HP-UX

2005-03-10 Thread Juan Enciso Condeña
Hi list.
I'm having problems when compile vpopmail-5.4.9 on HP-UX
My configure options are:

  $ ./configure --enable-roaming-users --enable-relay-clear-minutes=40 
--enable-learn-passwords --enable-ip-alias-domains --enable-incdir=/usr/lo
cal/mysql/include/mysql --enable-libdir=/usr/local/mysql/lib/mysql 
--enable-auth-module=mysql --enable-valias --disable-many-domains 
--disable-sql-logging --enable-mysql-limits --enable-mysql-replication

The error message is:

# gmake 
gmake  all-recursive
gmake[1]: Entering directory `/data1/src/qmail/vpopmail-5.4.9'
Making all in cdb
gmake[2]: Entering directory `/data1/src/qmail/vpopmail-5.4.9/cdb'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/data1/src/qmail/vpopmail-5.4.9/cdb'
gmake[2]: Entering directory `/data1/src/qmail/vpopmail-5.4.9'
gcc  -g -O2 -Wall   -o vdelivermail  vdelivermail.o maildirquota.o 
libvpopmail.a -L/usr/local/mysql/lib/mysql  -lmysqlclient -lz -lm -lcrypt 
/usr/ccs/bin/ld: Duplicate symbol valias_select_all_next in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_select_next in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_remove in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_insert in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_select in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_delete in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Duplicate symbol valias_select_all in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)
/usr/ccs/bin/ld: Found 7 duplicate symbol(s)
collect2: ld returned 1 exit status
gmake[2]: *** [vdelivermail] Error 1
gmake[2]: Leaving directory `/data1/src/qmail/vpopmail-5.4.9'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/data1/src/qmail/vpopmail-5.4.9'
gmake: *** [all] Error 2


It show me when I tried compile using --enable-valias.
When I compiled using --disable-valias it work.

Why exist duplicate symbols? 

Thanks  for your response.


Re: [vchkpw] OT: How to make Qmail bounce only headers

2005-03-03 Thread Juan Enciso
Hi Kristofer

I am using spamcontrol
http://www.fehcom.de/qmail/spamcontrol.html
It is ver powerfull collection patches.
It has a bounce control very customizable and work with vpopmail.



On Thursday 03 March 2005 07:58 am, [EMAIL PROTECTED] wrote:
 Hi,

 thi is slightly offtopic of course, but:

 can i bounce only the headers of a rejected message? Right now
 qmail+vpopmail bounces the whole thing. It seems kinda pointless to
 bounce several megabytes of mail jus to say the user ... is over quota

 cheers.
 Kristofer

-- 
Juan Enciso Condeña
Área de Operaciones
Qnet
Soluciones Tecnológicas
Av. Paseo de la República 4675 - Lima 34 
Telf: (511) 241-4122 Anexo 2244 
Fax: (511) 446-8135 
www.qnet.com.pe


Re: [vchkpw] Re: chkusr on gateway mx?

2005-02-24 Thread Juan Enciso
Hi list
This is another option:
http://www.fehcom.de/qmail/spamcontrol.html

It have a qmail-vpopmail2recipients script


On Tuesday 22 February 2005 09:10 am, Toorop wrote:
 Paul,

 []

 PT any help appreciated.

 Look at :
 http://www.protecmail.com/opensource/qmail-rcptchecks.php


 --
 Toorop

-- 
Juan Enciso Condeña
Área de Operaciones
Qnet
Soluciones Tecnológicas
Av. Paseo de la República 4675 - Lima 34 
Telf: (511) 241-4122 Anexo 2244 
Fax: (511) 446-8135 
www.qnet.com.pe


[vchkpw] OT: Migration of Lotus Notes to Vpopmail

2005-02-18 Thread Juan Enciso Condeña



Hilist.

I need migrate accounts and mailbox from Lotus 
Notes 5.0.1 to Qmail+Vpopmail. The accounts creation isn't problem, but my main 
problem is migrate the mailbox to maildir. The mailbox for one user, in Lotus, 
is into a file .nsf (database Lotus). I need convert 1062 mailbox to 
Maildir.Somebody know how convert this?

If isn't possible convert directly the file nsf, 
I'm think use imap migration tool 
http://migrationtool.sourceforge.net/ 
but I never use this tool

Somebody has someexperience using tools like 
to fetchmail, migrationtool, or others?

Any suggestion is been thankful

Bye friends




Juan Enciso 
Condeña
Área de Operaciones
QnetSoluciones 
Tecnológicas
Av. Paseo de la 
República 4675 - Lima 34 Telf: (511) 241-4122 Anexo 2244 

Fax: (511) 
446-8135 

www.qnet.com.pe 



[vchkpw] Tuning mysql for vpopmail

2004-09-24 Thread Juan Enciso Condeña
Hello friends.

I have installed vpopmail-5.2.1 + mysql-4.013 running on HP-UX alpha server.
It has 1GB of memory with 2 proccesors.

I am having problem with mysql at the hours peak. This show me the
qmail-send log

2004-09-24 17:32:06.263335500 delivery 96079: failure:
vmysql:_sql_error[3]:_Lost_connection_to_My
SQL_server_during_query/Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

I have high concurrency (log qmail-send):
@40004154ae4c2cd0fbfc status: local 10/100 remote 150/255

My mysql setup is for default ( I haven't  /etc/my.cnf created !!!)
Somebody have a configuration of  mysql for high concurrency and that work
with vpopmail?
Is possible limit vpopmail for don't use more of 100 connections? Because it
reboot my mysql daemon
Should I think use postgresql instead of mysql?

Thanks for your suggestions

Juan



[vchkpw] Vpopmail with Clamd

2004-08-25 Thread Juan Enciso Condeña
Is there a software able of use .qmail-default file for scanning viruses
using clamd? I don't want use qmail-scanner.

I only saw that spamc work with vpopmail.



Re: [vchkpw] Forward a message copy

2004-05-12 Thread Juan Enciso Condeña
Thanks Rick
It work

- Original Message - 
From: Rick Widmer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 1:54 AM
Subject: Re: [vchkpw] Forward a message copy




 Juan Enciso Condeña wrote:
  Hi folks.
  How can forward a copy of message a another account of same domain?
  I need do this:
  When somebody send a message  to [EMAIL PROTECTED], do:
  copy to /home/vpopmail/domains/domain.com/user1/Maildir/new/message.eml
  copy to /home/vpopmail/domains/domain.com/user2/Maildir/new/message.eml
 
  It is possible?

 Yes.
















 Oh, you want to know how...


 create a file  /home/vpopmail/domains/domain.com/.qmail-user1


 Inside the file place these lines:
 /home/vpopmail/domains/domain.com/user1/Maildir/
 /home/vpopmail/domains/domain.com/user2/Maildir/







[vchkpw] Error vdelivermail shared lib

2004-05-11 Thread Juan Enciso Condeña
I have this problem.
I am using vpopmail-5.4.0 with ldap module.
I need create a this alias:

cat .qmail-user1
| /usr/vpopmail/bin/vdelivermail '' /usr/vpopmail/domains/domain.com/user1
[EMAIL PROTECTED]

but vdelivermail show me this error:

@400040a183cd2c95b04c status: local 1/10 remote 0/255
@400040a183e31874db4c delivery 8: deferral:
/usr/vpopmail/bin/vdelivermail:_error_while_loading_shared_libraries:_libz.s
o.1:_cannot_open_shared_object_file:_Error_23/
@400040a182551860f974 delivery 6: deferral:
/usr/vpopmail/bin/vdelivermail:_error_while_loading_shared_libraries:_libk5c
rypto.so.3:_cannot_open_shared_object_file:_No_such_file_or_directory/

thanks for your reply.

Juan



[vchkpw] Forward a message copy

2004-05-11 Thread Juan Enciso Condeña
Hi folks.
How can forward a copy of message a another account of same domain?
I need do this: 
When somebody send a message  to [EMAIL PROTECTED], do:
copy to /home/vpopmail/domains/domain.com/user1/Maildir/new/message.eml
copy to /home/vpopmail/domains/domain.com/user2/Maildir/new/message.eml

It is possible?
  
Juan Enciso 


[vchkpw] Roaming don't work with LDAP support

2004-05-05 Thread Juan Enciso Condeña
Hi.
In this moment I have vpopmail 5.4.3 running with OpenLDAP 2.1.30. The
authentication work fine, but I can't use roaming users option, The
open-smtp file not exist in ~vpopmail/etc/ directory.

My configure options is:

./configure --enable-learn-passwords --enable-auth-module=ldap --enable-roam
ing-users --enable-relay-clear-minutes=60 --enable-ip-alias-domains --enable
-incdir=/usr/local/mysql/include/mysql --enable-libdir=/usr/local/mysql/lib/
mysql --enable-valias --enable-tcpserver-file=/usr/vpopmail/etc/tcp.smtp

I also need use lasthauth table, Is it possible compatibility with ldap?

Thanks for your response.


Juan Enciso Condeña



[vchkpw] Vpopmail with LDAP

2004-04-26 Thread Juan Enciso Condeña



Hi

I have vpopmail 5.2.1 with Mysql-4.0.13 running on 
HP-UX Server.I havearound of 100 000 users. In this moment 
Mysql is work very slow because the number of session pop3 and smtp is 
big, I notice that mysql is restarted each 2 or 3 hours. 
In this moment I am thinking migrate to use 
OpenLDAP with Vpopmail-5.4.0. But I need know your comments for LDAP support 
withvpopmail.Is LDAP better than mysql? 

Thanks for your comments.


 
Juan Enciso 
Condeña
Área de Operaciones
Red Privada Virtual 
S.A.
Av. Paseo de la 
República 4675 - Lima 34 Telf: (511) 241-4122 Anexo 2244 

Fax: (511) 
446-8135 

Visítenos en: www.qnet.com.pe 




[vchkpw] change the dir_control schema

2004-03-15 Thread Juan Enciso Condeña
Hello guys:

In this moment I have 150k users into a domain. These users are using 100GB
mail storage allocated in one partition /data/mail/domain.com. My arrays of
disk is full and I need create another partition

I need create a new partition /data1 and have this schema:
/data/mail/domain.com/-- for old users
/data1/mail/domain.com/-- form new users

How can I setup the dir_control table for that it begin create the new users
into another partition?
Is it posible?

Thanks for your response me.



Re: [vchkpw] Limits

2003-12-29 Thread Juan Enciso Condeña



Hi Alexandre

If you need limit the number of message send per 
each day, you can use the "spamguard" software. The URL is http://www.enderunix.org/spamguard/
This software check thelogs and block the 
users spam.



  - Original Message - 
  From: 
  Alexandre Barbosa 
  
  To: vpopmail list 
  Sent: Sunday, December 28, 2003 11:02 
  PM
  Subject: [vchkpw] Limits 
  
  Hi,
  
  Is there any way to limit the number of "to" at a 
  message and limit a number of messages per day that a user can send 
  ?
  I want to use it to prevent clients to send 
  spam.
  
  


[vchkpw] Relocation of account's vpopmail in various partitions

2003-11-15 Thread Juan Enciso Condeña



Hello folks.

I have 80 GB of data located in a partition /data 
that is of 120GB.
The vpopmail is installed in 
/data/mail/vpopmail.

I need to undestand the how isthe way that 
vpopmail create a new account, because I need organizes the distribution of the 
accounts in various partitions. For example /data1 /data2 /data3 /data4, of 36 
Gb each one. 
In this moment I have a problem of load in the disk 
of 120 GB, for that reason I need balance the data in various 
disks.

Thanks.

Juan Enciso CondeñaÁrea de OperacionesQnet 
- Servicios InternetTelf. (511) 241-4122 Anexos 2245/2244www.qnet.com.pe


[vchkpw] RE : [vchkpw] Webmail question

2003-08-19 Thread Juan Enciso Condeña
Squirrelmail use very CPU usage, I did have performance problem with this
package
I don't recommend webmail based php and perl.
They don't work with very users, they have very problems with thousand
account.
You should use sqwebmail or another webmail based in C language.

Somebody know others webmail based in C++?

- Original Message -
From: Charles Sprickman [EMAIL PROTECTED]
To: Paul Theodoropoulos [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 1:57 PM
Subject: Re: [vchkpw] RE : [vchkpw] Webmail question


 On Tue, 19 Aug 2003, Paul Theodoropoulos wrote:

  another alternative is TWIG - http://twig.screwdriver.net . nice clean
  interface, and lots of functionality.

 Does TWIG have a plugin system like squirrelmail?  I'm leaning towards
 exclusively going with squirrelmail, as I've found a number of
 vpopmail-specific plugins.  I have an sql password changer, and now a
 handy SpamAss pref page.  All I have to make myself is a spam filter
 on/off toggle and a vacation/forward mechanism.  I like the idea of having
 the user just login to one interface rather than making them hop between
 webmail and qmailadmin...

 Charles

  personally, i hated installing Horde/IMP - there's about a hundred and
one
  dependencies, so i spent a couple of days installing all manner of
little
  programs that IMP requires just to compile the damn thing.
 
  i offer my customers four webmail interfaces to choose from (Squirrel,
IMP,
  TWIG, and sqwebmail)...
 
  At 01:31 AM 8/19/2003, Hannes Widmer wrote:
 
  Hi Sebastien
  
  
  Thanks for your replay..
  
  
  The Demo Site of Horde is down. Do you know a
  other location to take a view of it?...
  
  
  Thx
  
  Hannes Widmer
  
  Sebastien BOURGASSER wrote:
  
  
Hi,
   
I'm using IMP with imap. I find it nice. Look at
http://www.horde.org
   
Best regards,
   
  

 Hi Darcy


 Thanks for your verry fast reply *s*... I know sqwebmail and i
 testetd but my problem is that I'm not a good Programmer and so
it's
  
 difficult for me and sqwebmail is nice, but the look needs to be
 changed or are here any templates?
  
   
   
   
 
  Paul Theodoropoulos
  http://www.anastrophe.com
 
 
 
 






[vchkpw] vpopmail problems during compile on HP-UX

2003-07-14 Thread Juan Enciso Condeña



Hello:

I have a HP-UX server, and I'm trying compile 
vpopmail-5.2.1
But, I can't finish the process.
This is the error that show me:

gmake[2]: Leaving directory 
`/var/src/qmail/vpopmail-5.2.1/cdb'gmake[2]: Entering directory 
`/var/src/qmail/vpopmail-5.2.1'gcc -g -O2 -Wall -o 
vdelivermail vdelivermail.o maildirquota.o libvpopmail.a 
-L/usr/local/mysql/lib/mysql -lmysqlclient -lnsl -lcrypt 
-lm/usr/ccs/bin/ld: Duplicate symbol "valias_select_all_next" in files 
libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: 
Duplicate symbol "valias_select_next" in files libvpopmail.a(vauth.o) and 
libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: Duplicate symbol "valias_insert" in 
files libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: 
Duplicate symbol "valias_select" in files libvpopmail.a(vauth.o) and 
libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: Duplicate symbol 
"valias_select_all" in files libvpopmail.a(vauth.o) and 
libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: Duplicate symbol "valias_delete" in 
files libvpopmail.a(vauth.o) and libvpopmail.a(vpalias.o)/usr/ccs/bin/ld: 
Found 6 duplicate symbol(s)collect2: ld returned 1 exit statusgmake[2]: 
*** [vdelivermail] Error 1gmake[2]: Leaving directory 
`/var/src/qmail/vpopmail-5.2.1'gmake[1]: *** [all-recursive] Error 
1gmake[1]: Leaving directory `/var/src/qmail/vpopmail-5.2.1'gmake: *** 
[all-recursive-am] Error 2
I don't know if this is a problem the vpopmail or 
HP-UX linker.
Please, Somebody know how fix the 
error?

Thanks 

Juan Enciso CondeñaRed Privada Virtual 
S.A.Area de OperacionesTelf: 241-4122 anexo 2245http://www.qnet.com.pe


[vchkpw] Problem make on HP-UX 11i

2003-06-30 Thread Juan Enciso Condeña



I folks,

I would like make the vpopmail-5.2.1 or 
vpopmail-5.3.20, butI have a problem with the two versions. The error 
message is:

gmake[2]: Entering directory 
`/data/src/qmail/vpopmail-5.3.20'gcc -g -O2 -Wall -o 
vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a 
-L/usr/local/mysql/lib/mysql -lmysqlclient -lnsl -lmld: Unsatisfied 
symbol "cdb_seek" in file libvpopmail.a[vpopmail.o]1 errors.collect2: ld 
returned 1 exit statusgmake[2]: *** [vchkpw] Error 1gmake[2]: Leaving 
directory `/data/src/qmail/vpopmail-5.3.20'gmake[1]: *** [all-recursive] 
Error 1gmake[1]: Leaving directory 
`/data/src/qmail/vpopmail-5.3.20'gmake: *** [all-recursive-am] Error 
2
I use gmake because it is gnu make, but with native 
make of HP is the same problem.

Somebody know how install vpopmail on HP-UX 
plataform? What considerations should know I have?

Thanks for your responses , Bye


Juan Enciso CondeñaRed Privada Virtual 
S.A.Area de OperacionesTelf: 241-4122 anexo 2245http://www.qnet.com.pe


[vchkpw] Adding a new Hard Disk

2002-09-06 Thread Juan Enciso - DNSQ



Hello friends I want that they offer its valuable 
aid me

I have all my account in this drirectory: 
/usr/vpopmail/domains/mail.com/
In this moment I need add a new hard disk, because 
my server is remaining without sufficient space of disk 


According to the table dir_control, my last created 
user have his home directory in: 
/usr/vpopmail/domains/domain.com/6/Y/user

I would like havethis new 
partition:
/usr/vpopmail/domains/domain.com/disk2

I want that only the new users have their working 
directory ina newpartition in this new hard disk

For example:
/usr/vpopmail/domains/domain.com/disk2/newuser

How I can do this? 
How works the table dir_control? 

I wait foryours answers. Thanks 

Juan Enciso Condeña.Área de OperacionesQnet 
- Servicios InternetTelf. 241-4122 anexo 2245 - 2244www.qnet.com.pe


[vchkpw] Re: SOLUTION, Deny the option Roaming-User the a specific Pool of IP

2002-08-27 Thread Juan Enciso - DNSQ

Hello Bill,

Thank you very much by your suggestion with respect to my problem.

Now I have modified the code of the file vpopmail.c and in addition I have
added a new file pop3.cdb. Perhaps it is good for implementing this option
in the next versions of the vpopmail package. I think that the option of
ALLOWROAMING seems a good option to have a better control of roaming.

Again, Thank you very much.

These were my modification:

file vpopmail.c

#ifdef POP_AUTH_OPEN_RELAY
int open_smtp_relay()
{
char *allowroaming;
allowroaming = getenv(ALLOWROAMING);

if(allowroaming == NULL){
return(0);
}

create the new file : /usr/vpopmail/etc/tcp.pop3
192.168.:allow,ALLOWROAMING=

this is my file /var/qmail/supervise/qmail-pop3d/run

#!/bin/sh
VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`
exec /usr/local/bin/tcpserver -l 0 -R -H -v \
-x /usr/vpopmail/etc/tcp.pop3.cdb \
-u$VPOPMAILUID -g$VPOPMAILGID 0 110   \
/var/qmail/bin/qmail-popup kerberos.qnet.com.pe \
/usr/vpopmail/bin/vchkpw   \
/var/qmail/bin/qmail-pop3d Maildir 21

Before, execute this command.
 tcprules /usr/vpopmail/etc/tcp.pop3.cdb /usr/vpopmail/etc/tcp.pop3.tmp 
/us
r/vpopmail/etc/tcp.pop3

Do you have another idea for this topic?


- Original Message -
From: Bill Shupp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Deny the option Roaming-User the a specific Pool of IP
Ok, upon rereading your post, I see that I answered a different
question..  ; )

What you are asking for could be done pretty easily, I think.  Just
setup another rules file, like tcp.pop, and add a rule like so:

1.2.3.:allow,ALLOWROAMING='

This says that only addresses in 1.2.3.0/24 are allowed to roam
(assuming that the the NO_RELAY bit is not set for the user).

Then, in apply this patch to vpopmail.c:

*** vpopmail.c.orig Tue Aug 20 21:34:34 2002
--- vpopmail.c  Tue Aug 20 21:37:39 2002
***
*** 2040,2045 
--- 2040,2050 
   #ifdef POP_AUTH_OPEN_RELAY
   int open_smtp_relay()
   {
+  allowroaming = env_get(ALLOWROAMING);
+  if(!allowroaming) {
+ return(0);
+  }
+
   #ifdef USE_SQL
 vopen_smtp_relay();
 update_rules();


That should prevent roaming users for any ip's that don't have
ALLOWROAMING set.  *Note that this hack forces you to specify which
ranges can roam, and prevents roaming by default.  Also, I haven't
tested this, but it does compile.  So your mileage may vary... ; )

Regards,

Bill Shupp






[vchkpw] vchkpw can't connect to mysql update server

2002-08-25 Thread Juan Enciso - DNSQ

Hi  friends

I am using vpopmail-5.2.1 with mysql running vchkpw authentication.
Once in a while, the qmail-send show me this error message:

2002-08-25 04:32:50.580965500 status: local 16/100 remote 0/250
2002-08-25 04:32:50.601224500 delivery 4226: deferral:
could_not_connect_to_mysql_update_server_To
o_many_connections_with_database/could_not_connect_to_mysql_update_server_To
o_many_connections/
2002-08-25 04:32:50.601241500 status: local 15/100 remote 0/250

And when I make a connection pop3 show me this:

[root@linux /root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass XX
could not connect to mysql update server Too many connections with database
could not connect to mysql update server Too many connections
could not create lastauth table CREATE TABLE vlog ( id BIGINT PRIMARY KEY
AUTO_I
NCREMENT,   user char(32), passwd CHAR(32),   domain CHAR(64), logon
VAR
CHAR(200),   remoteip char(18), message VARCHAR(255),   timestamp
bigint
 default 0 NOT NULL, error INT,   INDEX user_idx (user),   INDEX
domain_
idx (domain), INDEX remoteip_idx (remoteip),   INDEX error_idx (error),
INDE
X message_idx (message) )
error inserting into lastauth table
-ERR authorization failed

In order to solve this problem, I erase the table vlog using this mysql
command:
delete from vlog;
and I have shutdown qmail and mysql services.
In addition I have than fix the table vlog using the command:
myisamchk  -r -q /var/lib/mysql/vpopmail/vlog

Somebody has an idea of which it can be happening?

Thanks for your replies.
Bye






[vchkpw] Deny the option Roaming-User the a specific Pool of IP

2002-08-20 Thread Juan Enciso - DNSQ




Hello people.
I am using vpopmail-5.2.1 with the option roaming-user 
available and everything works very well.
I have a suggestion to add a new function to the program, 
specifically in theoption of romaing-user. It wanted that only 
somepools of IP have the possibility of making a pop 
authentication,thus to be able to send messages. 
These pools would be put in a file with similar format to 
tcp.smtp. 
I want to have a better control on the IP that can send 
messages. Desire to have the capacity to denyany IP or pools IP even so 
they are my users. 

Thanks for your response

Juan Enciso Condeña.Área de OperacionesQnet 
- Servicios InternetTelf. 241-4122 anexo 2245 - 2244www.qnet.com.pe


URGENT: Aack,_child_crashed._(#4.3.0)/

2001-09-14 Thread juan enciso

HI Friends, sorry for my english
I have a problem with a domain specific
its e-mais be queue .

This is the error messages:

@40003ba28abc3ad6cc2c starting delivery 703: msg
540058 to local [EMAIL PROTECTED]
@40003ba28abc3ad6ef54 status: local 1/100 remote
24/250
@40003ba28abd00b97e54 delivery 703: deferral:
Aack,_child_crashed._(#4.3.0)/
@40003ba28abd00b9a94c status: local 0/100 remote
24/250

I use the pacht for vdelivermail.c quotawarn 
Please help me


__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/



NOTICED QUOTA WARNING

2001-09-06 Thread juan enciso

Hi friends...
I have vpopmail+sqwebmail+qmail+mysql
How can create a warning quota message when the quota
is near to overflow?

I need that vchkpw create a message same to this:


Received: (qmail 23788 invoked by uid 501); 31 May
2001 11:00:15 -
Message-ID:
[EMAIL PROTECTED]
From: Postmaster [EMAIL PROTECTED]
Subject: Quota Warn over 90%
Mime-Version: 1.0
Content-Type: text/plain; format=flowed;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Your Mailbox on the server is now more than 90% full.
If more than 100%, the new massage will bounce to the
sender.


Thanks for your advice..



__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



Warning Quota Overflow

2001-09-05 Thread juan enciso

Hi Managers

I need send a e-mail to my users when their quota is
overflow

How can do this??
Very thanks for your advice..





__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



vpopmail Password with mysql is of 8 characts

2001-08-24 Thread Juan Enciso




I friends I am newbie in this, 
please

I have installed vpopmail-4.9.10 using mysql 
database authentification, it work fine
I tried so:

[root@linux /root]# telnet localhost 110Trying 
127.0.0.1...Connected to linuxw.com.pe.Escape character is '^]'.+OK 
[EMAIL PROTECTED] 

user michael
OK
pass 12345678
OK

but when I put as password: 
12345678X , it also work..
I don't understand, 

Can the vchkpw use a big password?

Thanks friends





See Passwords Desencryted

2001-08-22 Thread Juan Enciso




Hi Friends
I did install vpopmail-4.9.10 + 
mysql
I have a problem .. 
A user forget him password... And I need know 
what is the user's password?

I did use:
vuserinfo -p [EMAIL PROTECTED] 
but it give me the password encryted, and I need the password 
text-plain
the same that use in the 
authentification

I need see the password encryted in formated 
password clear-text-plain




RV: See Passwords Desencryted

2001-08-22 Thread Juan Enciso SanFermin




Hi Friends
I use:
vuserinfo -p [EMAIL PROTECTED] 
but it give me the password encryted, and I need the password 
in text-plain
what I can do???

I use vpopmail-4.9.10 + 
mysql