Re: [vchkpw] qmail, starttls and vchkpw

2010-06-30 Thread Jerkovic Bosko
Im not sure how you installed vpopmail, but check this, what is in 
/data/apps/vpopmail/etc/vpopmail.mysql file, is mysql info right, and be sure 
to check permissions, owner of vpopmail.mysql needs to be same user that is 
owner of vpopmail (usually vpopmail user vchkpw group, that is if you havent 
changed anything)


From: Den Arion 
Sent: Wednesday, June 30, 2010 8:18 AM
To: vchkpw@inter7.com 
Subject: [vchkpw] qmail, starttls and vchkpw


Hello everyone... 
I have qmail and vpopmail v5.4.30
I tested vpopmail and it can add domains and users; I can get user's info from 
db.
The compiled a patch ( SMTP AUTH and TLS). I get this error when I tried to 
send an email using TLS


Jun 29 22:56:47 myserver vpopmail[7315]: vchkpw-smtp: vpopmail user not found 
myu...@mydomain.com:MYLOCALIP


The user exist in the database.


in qmail log is:
@40004c2adcb3008b7cfc vmysql: can't read settings from 
/data/apps/vpopmail/etc/vpopmail.mysql
the data in the file is right
the copy of my qmail-smtpd/run is


exec /usr/local/bin/softlimit -m 25600 \
/usr/local/bin/tcpserver -vR -l $LOCAL -x /etc/tcp.smtp.cdb -c 
$MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 
/data/apps/vpopmail/bin/vchkpw true maildir 21


Any idea in what do I have have bad/wrong configured?


regards.


_
 'La vida es dura. Después de todo, te mata.'
  Katharine Houghton Hepburn (1907-2003)

__m___m__
||(O O)||
  ||(~)||



 

!DSPAM:4c2affdb32715641827621!


[vchkpw] qmail - vpopmail delivery

2010-06-24 Thread Jerkovic Bosko
Hello,

 

Im having some issues, i recently reinstalled qmail and now, im able to send
mail, but all mail received goes to /home/user/Maildir instead of vpopmail
delivery. Can anyone suggest what files needs to be modified to get delivery
back to the vpopmail instad of home directories ? Thanks.



!DSPAM:4c23724932714595952374!


[vchkpw] Maildir default folders

2009-01-31 Thread Jerkovic Bosko
Hello, jsut one question about Maildir default folders, is there any way for
me to change this, example when i add user with qmailadmin of vqadmin, it
has been created and it has only one default Maildir (INBOX) i its
/home/vpopmail/domain/user/Maildir, now how can one create default
repository for this when user is created to have for example .Spam folder
and that it gets subscribed for courier automaticly, i know how to do this
from shell with maildirmake command and add folder into courierimapsubscribe
in users directory, but can this be automated with vpopmail ?

 

Thanks.

 

bosko



!DSPAM:4984af2f32681696720559!


[vchkpw] transfer (rename) domain

2006-09-21 Thread Jerkovic Bosko
Hello,

Im having a problem.
I had one domain domain.com and we have a lot of users there, now we decided to transfer all users to another domain
domain2.com. How can this be done ? We are using vpopmail + mysql. Any help ?


[vchkpw] vqregister problem

2005-06-12 Thread Jerkovic Bosko



Hello, when i try to compile vqregister with make i 
get this error
gcc -o vqregister main.o cgi.o template.o 
global.o misc.o config.o register.o password.o vpopmail.o db.o field.o 
badhosts.o -L/home/vpopmail/lib -lvpopmail -lcrypt -L/usr/local/mysql/lib/mysql 
-lmysqlclient/usr/libexec/elf/ld: cannot find -lmysqlclient*** Error 
code 1

can anyone help ?



Re: [vchkpw] vqregister problem

2005-06-12 Thread Jerkovic Bosko



fixed it, i needed some files from mysql source 
:)

  - Original Message - 
  From: 
  Jason 
  To: vchkpw@inter7.com 
  Sent: Monday, June 13, 2005 1:21 AM
  Subject: RE: [vchkpw] vqregister 
  problem
  
  
  Its looking for your 
  mysql libraries… they may be in /usr/local/lib or /usr/lib … depending on 
  which dir they are in be sure to re ./configure with 
  –enable-libdir=/dir/that/libs/are/in (double check that –enable command with 
  the INSTALL file, as Im fairly sure its wrong =] ) 
  
  
  Hope that 
  helps.
  
  
  
  
  
  
  From: 
  Jerkovic Bosko [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 4:03 
  PMTo: 
  vchkpw@inter7.comSubject: 
  [vchkpw] vqregister problem
  
  
  Hello, when i try to compile 
  vqregister with make i get this error
  
  gcc -o vqregister main.o 
  cgi.o template.o global.o misc.o config.o register.o password.o 
  vpopmail.o db.o field.o badhosts.o -L/home/vpopmail/lib -lvpopmail -lcrypt 
  -L/usr/local/mysql/lib/mysql -lmysqlclient/usr/libexec/elf/ld: cannot find 
  -lmysqlclient*** Error code 1
  
  
  
  can anyone help 
  ?
  
  


User Transfer

2001-08-31 Thread Jerkovic Bosko



Can i add users and passwords from existing Linux mail 
server(sendmail auth type: /etc/password and /etc/shadow) as 
avirtual domain on new mail server running FreeBSD?
--Jerkovic Bosko


passwd and shadow auth.

2001-08-31 Thread Jerkovic Bosko



I installed vpopmail on new freeBSD box, and nov i created a 
few virtual domains, now, on old Linux box im using linux and it uses sendmail 
(/etc/passwd auth), can i transfer mail users from that server to my new box 
witch is using vpopmail and add it as virtual domain ?
--Jerkovic Bosko