check your permission and also check database and data base user or valid in
vmysql.h
--
Best Regs,
Masood Ahmad Shah
System Administrator
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
| * * * * * * * * * * * * * * * * * * * * * * * *
| Fibre Net (Pvt) Ltd. Lahore, Pakistan
| Tel: +92
> check your permission and also check database and data base user or valid
in
> vmysql.h
GRANT select,insert,update,delete,create,drop ON vpopmail.*
TO [EMAIL PROTECTED] IDENTIFIED BY 'vpoppass';
This is just fine and even connects to mysql from the prompt. I tried
granting all privileges to [EMA
have u compiled vpopmail with vpopuser and vpoppass in vmysql.h. If no then
please recompile your vpopmail with this username and password.
If you have compiled vpopmail with this user name already then problem can
be in database privileges. check again using console...
--
Best Regs,
Masood Ahm
I would suggest you go back to your vpopmail source dir and run the
following :
make clean
then run your configure again
and then make install-strip
Perhaps you did the original setup in the wrong sequence.
You must make sure you modify the vmysql.h file 1st before you do all the
other steps
Mic
Hello
I success to access MySQL.
Please check the following contents.
1.MySQL configure option
--with-mysqld-user=
2.MySQL start up
/usr/local/mysql/bin/mysqld_safe --user= &
3.Prepare database
/usr/local/mysql/bin/mysqladmin create vpopmail
/usr/local/mysql/bin/mysql
mysql > grant select,
Hello,
I forget to add checking the following contests.
6.Initialize database in MySQL(please check username)
/usr/local/mysql/bin/mysql_install_db --user=(username)
chown -R (username) /usr/local/var
chgrp -R (username) /usr/local/var
Regards,
Yasuyuki Toyoda
System wrote:
Hello All,
I have i
> I would suggest you go back to your vpopmail source dir and run the
> following :
>
> make clean
> then run your configure again
> and then make install-strip
>
> Perhaps you did the original setup in the wrong sequence.
> You must make sure you modify the vmysql.h file 1st before you do all the
Hi,
I have a real [EMAIL PROTECTED] which is tagged for spam checking. The .qmail-default
contains
| /usr/local/bin/maildrop
which calls maildrop and in mailfilter, runs through spamd to check for spam then pass
it back to vdelivermail to deliver to the proper mailbox. Then I created a [EMAIL
> > I would suggest you go back to your vpopmail source dir and run the
> > following :
> >
> > make clean
> > then run your configure again
> > and then make install-strip
> >
> > Perhaps you did the original setup in the wrong sequence.
> > You must make sure you modify the vmysql.h file 1st bef
Sounds to me like you are missing a quotation mark in vmysql.h from one of
the #define lines that you modified to set the sql username/password
Michael.
- Original Message -
From: "System" <[EMAIL PROTECTED]>
To: "vpopmail" <[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 7:29 PM
Subjec
> Sounds to me like you are missing a quotation mark in vmysql.h from one of
> the #define lines that you modified to set the sql username/password
No Actually due to the MYSQL_UPADTE error which occured quite often when i
was compiling vpopmail i commented those lines and i forgot to uncomment in
> > Sounds to me like you are missing a quotation mark in vmysql.h from
> > one of the #define lines that you modified to set the sql
> > username/password
> No Actually due to the MYSQL_UPADTE error which occured quite
> often when i was compiling vpopmail i commented those lines
> and i forgo
> I am quite newbie to this and belive me i didn't find any thing on Google
> expect the old Archives from this mailing list but there was no post in
the
> older archive which would have helped me, so i am posting so much on this
> list.
Tina,
Perhaps take a look at my quick guide to vpopmail w
Hello I'm not shure that this is the right forum but I'm going to ask
anyway.
I need to migrate some users form another isp that is using imail.
Hees user name format is user$domain
So user$test = [EMAIL PROTECTED]
(Notice that there is no .com in the username.)
dose anyone have any idea on how
I have done a migration from imail a year or so ago. I have created a script
and I used the learn password feature worked like a charm
-- Remo Mattei --cell 801-209-8554
http://www.italy1.com
Freelance Networking-Security/Consultant
MCSE, MCP, MCP+I, MCT
Linux Tra
Hi Jaspar,
> is sent to [EMAIL PROTECTED], qmail just dumps it
> directly into user's mailbox,completely out of the
> spam checking task.
My understanding is that when delivering mail,
vpopmail looks for these files in the following order:
~vpopmail/domains/domain.com/.qmail-user
~vpopmail/d
Hi,
You want to use forwards instead of aliases to get around that.
Ie you want
&[EMAIL PROTECTED] in the .qmail-test
not
/home/vpopmail/domains/domain.com/someguy/Maildir/
Doing it that way, it gets re-submitted and scanned by the .qmail-default
Regards,
Rick
Alan Murrell wrote:
Hi Jaspar,
On Thu, 5 Jun 2003 04:39:56 -0400
Jasper Metselaar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a real [EMAIL PROTECTED] which is tagged for spam checking. The
> .qmail-default contains
>
> | /usr/local/bin/maildrop
>
> which calls maildrop and in mailfilter, runs through spamd to check for sp
On Thursday, June 5, 2003, at 07:04 PM, Kurt Bigler wrote:
Does vpopmail maintain the domain list somewhere else? I'm aware that
vpopmail is just a layer on top of qmail, and I admit that I don't know
enough about qmail to really understand the underpinnings, so
apologies.
/var/qmail/users/assig
In v5.3.20, some mods were made to the deliver_mail() function
in velivermail.c
During these mods I think there has been a couple of lines
debugging code left in by accident
When a message is bounced due to insufficient space in mailbox
(or insufficient quota in domain ?), the bounce now contains
Run it with the vpopmail user/group permissions instead of root. I use "-u
vpopmail -g vchkpw".
You need to change the permissions so it can poke around in the vpopmail
domains, and qmaild doesn't have permissions to do that.
--Doug
- Original Message -
From: "Tom Walsh" <[EMAIL PROTECT
You did not read the instruction carefully it needs to run as vpopmail users
-- Remo Mattei --cell 801-209-8554
http://www.italy1.com
Freelance Networking-Security/Consultant
MCSE, MCP, MCP+I, MCT
Linux Trainer & Firewall Development
[EMAIL PROTECTED]
> Fr
Here is mine:
rwxr-xr-x1 root qmail 90680 May 9 01:21 qmail-smtpd
-- Remo Mattei --cell 801-209-8554
http://www.italy1.com
Freelance Networking-Security/Consultant
MCSE, MCP, MCP+I, MCT
Linux Trainer & Firewall Development
[EMAIL PROTECTED]
Hello Eduardo.
(B
(B> only change de user and password, before make and makeinstall.
(B>
(B> attacch the file with dump vpopmail database.
(B
(BI understood your advice.
(BI have already challenged your correct procesure.
(BBut now(6/6/2003 14:24), vpopmail don't have still run properly.
(
Zitat von Michel Gallant <[EMAIL PROTECTED]>:
> I'm running vpopmail with a cdb backend and courier-imap with the
> authvchkpw module. I was wondering if many people are using the ldap
> backend. I was also wondering if it's possible to use ldap for certain
> domains, and cdb for others. The re
On Fri, 2003-06-06 at 01:39, Tom Walsh wrote:
> I have patched my qmail to use the qmail-smtpd-chkusr functionality (on rcpt
> to: check to see if a user exists on the mail server and if the user doesn't
> send a 550).
>
> I have tested the functionality of qmail-smtpd (compiled with this patch an
On Tuesday 03 June 2003 6:51 pm, Steve Fulton wrote:
> > Hmm ... the only additional feature I could use, is the ability to set
>
> user accounts to expire on a certain date, like system accounts.
>
> Look at Freeside, Optigold ISP or Billmax. Each has that ability (and
> more), the latter two are
On Tue, 3 Jun 2003, Ken Jones wrote:
> Does anyone have any code changes they would like to get into the
> next release? I want to put together a new stable version 5.4.
> Hopefully release it in the next few weeks.
There seems to be a problem in th maildir_to_email() function in
vdelivermail.c.
On Wed, 4 Jun 2003 10:37:41 -0400 (EDT)
Moshe Jacobson <[EMAIL PROTECTED]> wrote:
> On Tue, 3 Jun 2003, Ken Jones wrote:
> > Does anyone have any code changes they would like to get into the
> > next release? I want to put together a new stable version 5.4.
> > Hopefully release it in the next fe
I don't know how many people would desire this behaviour. but I think it
should be considered.
in vmysql.c I added the following lines to vauth_open_update()
uint timeout = 1;
mysql_options(&mysql_update, MYSQL_OPT_CONNECT_TIMEOUT, (char*) &timeout);
this adds a timeout to the mysql_real_connect
I have a sizable patch from Jeff Hedlund scheduled for the
qmailadmin-1.0.21 release that adds very flexible, per-user
spamassassin support.
I'll (hopefully) announce the release later today, along with
information on how it works.
--
Tom Collins
[EMAIL PROTECTED]
On Wednesday, June 4, 2003, at 06:46 AM, matthew berardi wrote:
it seems to me a far more permanent and scalable solution would be to
select pw_name, pw_domain where pw_dir=DIR in the database. it is
conceivable that [EMAIL PROTECTED]'s maildir be located in
/some/where/else/joe/Maildir
That's
Done.
I also added it to the other mysql connect calls (2 others).
Is the timeout value in seconds? Maybe we should give it
more than 1 second to connect. Perhaps 3?
Ken Jones
On Wednesday 04 June 2003 10:01 am, matthew berardi wrote:
> I don't know how many people would desire this behaviour.
Seems like a reasonable change.
I put it in. Needs testing!
Looks like we will start a series of devel releases to test
these changes. I'll package one up end of day tomorrow.
Ken Jones
On Wednesday 04 June 2003 9:37 am, Moshe Jacobson wrote:
> On Tue, 3 Jun 2003, Ken Jones wrote:
> > Does anyon
Pardon my ignorance, but will a 5.4 stable version require any major
modifications to a working 5.2.1 installation?
Has anything changed in terms of the sql table layout or anything else that
would make upgrading more significant than simply running configure, make,
make install?
I put off insta
I confess I'm in the same boat as Jeff. I actually had some trouble
with 5.3-something version when I did my install, so I went with 5.2.1.
I haven't made any customizations to any code other than what is
described here:
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm
Thanks,
D.
hmm, I had read that it was seconds however it is in fact less.
I know setting it to 1 is long enough for it to make the connection even
under moderate load on our 100mb/cisco lan, and I deleted the mysql
source because I'm stressed for disk space on my laptop, when I get a
chance I will investigat
I think we added a clear password field into the mysql vpopmail table.
Ken Jones
On Wednesday 04 June 2003 11:15 am, Jeff Garvas wrote:
> Pardon my ignorance, but will a 5.4 stable version require any major
> modifications to a working 5.2.1 installation?
>
> Has anything changed in terms of the
Hello people.
i was a new installation of qmail+vpopmail+mysql in a new server, the
instalation that's ok.
but, i need migrate my accounts email to my new server, the old qmail
have authentiation with cdb files, and i need migrate to auth with mysql.
i try use de vconvert utility, i read de R
Ken,
I'm working on some changes to the PostgreSQL code. I'll have them
hopefully by the end of the day or early tomorrow. I've fixed some things
in configure.in so it will compile correct. I've also added the
vauth_crypt() function to the pgsql.c code. Since this isn't an SQL
specific functio
sorry but this test.
but tha last email dont send.
enzo.
Sounds great.
I'd leave the vauth_crypt() function in the pgsql.c code.
I want to minimize the amount of testing needed.
On Wednesday 04 June 2003 1:02 pm, Charles J. Boening wrote:
> Ken,
>
> I'm working on some changes to the PostgreSQL code. I'll have them
> hopefully by the end of the day o
On Wed, 4 Jun 2003, Moshe Jacobson wrote:
> My (untested) fix is as follows.
>
> pnt = last + strlen(DOMAINS_DIR) + 2;
> while( *(pnt+1) == '/' ) pnt+=2;
> for( ; (*pnt && *pnt != '/' && j < 255); ++pnt, ++j ) {
> email[j] = *pnt;
> }
>
If we're not going to ever see cvs access for t
http://www.shupp.org/toaster/ is the one I use, but the other answer you got
is correct about the config arguement.
POP-Before-IMAP is possible, but for some reason Courier has disabled the
feature for unexplained security reasons. I don't have the information
handy, but I'm sure someone else on t
Hello people.
i was a new installation of qmail+vpopmail+mysql in a new server, the
instalation that's ok.
but, i need migrate my accounts email to my new server, the old qmail
have authentiation with cdb files, and i need migrate to auth with mysql.
i try use de vconvert utility, i read de R
Hi,
Would you not want -c -m ? I do not see -s as an option anywhere.
Oh, Ken, as long as you are patching today, maybe you could add a line
feed to the help message so the -e = etc format starts on a new line :)
Regards,
Rick
Eduardo Garcia wrote:
Hello people.
i was a new installation o
Joseph Young
Involved.com
System Admin
I have spamassassin running through qmail-scanner. So when the email gets to
vpopmail, it was scanned. I originally thought to modify the qmailadmin. But
I found that I could use the white_to field in SA and dynamically change it
through mySQL. Then all that
I'm not writing any new code.
I'm only applying code changes that people send me.
Ken
On Wednesday 04 June 2003 2:16 pm, Rick Macdougall wrote:
> Hi,
>
> Would you not want -c -m ? I do not see -s as an option anywhere.
>
> Oh, Ken, as long as you are patching today, maybe you could add a line
sorry for the new thread,
ken,
the uint is in fact supposed to be seconds, I don't understand everything going on in
connect2() in libmysqlclient, however the comments say seconds and it is put in a
timeval struct, defined as seconds in bits/time.h.
further testing verifies this, however keep i
On Wed, 4 Jun 2003, Matthew Walker wrote:
> POP-Before-IMAP is possible, but for some reason Courier has disabled the
> feature for unexplained security reasons. I don't have the information
> handy, but I'm sure someone else on the list can provide the file and line
> you have to edit to get it t
Spork said:
> On Wed, 4 Jun 2003, Matthew Walker wrote:
>
>> POP-Before-IMAP is possible, but for some reason Courier has disabled the
>> feature for unexplained security reasons. I don't have the information
>> handy, but I'm sure someone else on the list can provide the file and line
>> you have
Let me know if you get this working! I've been looking for a good TMDA
solution for vpopmail, and this looks very promising.
Gerardo Arnaez said:
> hi all. I have read various google searches, have read
> the faqs and manuals and still have no luck,
>
> I am trying to setup qconfirm for the vpopma
Acutally.
I just found out about TMDA,
and it has a section on vpopmail
which I have been experimenting with,
(I actually think i got it working once, but didnt
document what I did and now have can recreate what I
did)
so If I get it working I will add it to my
qmail-vpopmail howtoat http://mung.
> POP-Before-IMAP is possible, but for some reason Courier has disabled the
> feature for unexplained security reasons. I don't have the information
> handy, but I'm sure someone else on the list can provide the file and
> line you have to edit to get it to work.
Yes, and it works just fine if you
Please apply the following patch to vconvert:
diff -u vpopmail-5.3.20/vconvert.c vpopmail-5.3.20-tc/vconvert.c
--- vpopmail-5.3.20/vconvert.c 2003-03-24 13:54:37.0 -0700
+++ vpopmail-5.3.20-tc/vconvert.c 2003-06-04 14:32:54.0
-0700
@@ -312,8 +312,8 @@
void usage()
{
I have tmda working on my vpopmail accounts works very well.
-- Remo Mattei --cell 801-209-8554
http://www.italy1.com
Freelance Networking-Security/Consultant
MCSE, MCP, MCP+I, MCT
Linux Trainer & Firewall Development
[EMAIL PROTECTED]
> From: Gerardo A
Matthew Walker wrote:
Spork said:
On Wed, 4 Jun 2003, Matthew Walker wrote:
POP-Before-IMAP is possible, but for some reason Courier has disabled the
feature for unexplained security reasons. I don't have the information
handy, but I'm sure someone else on the list can provide the file an
rename domains.
If I use vdeldomain on a alias will it remove the domain or just the alias
domain. If it deletes the domain you should add a feature to remove aliases
/R
- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 6:52 PM
I have installed Vpopmail with mysql support and i
would like to know where is the mysql config stored
for establishing the link. I want to change the
password for mysql (vpopmail database). Can anyone
help me.
Regards
S Arun
__
Do you Yahoo!?
Yahoo! Calendar - Fre
Yes, i have edited the file. But i would like to know
where it's installed at the time of compile and
installation.
Regards
--- Ross Davis - DataAnywhere <[EMAIL PROTECTED]>
wrote:
> vmysql.h
>
> You must have edited it when you were setting up
> vpopmail.
>
>
>
> > -Original Message-
The settings you enter into vmysql.h are compiled into the vpopmail binaries
when you run the make
If you have altered the user/pass in mysql, then you should update the
vmysql.h
( Then to be safe I would do a make clean, and re-run ./configure )
Then run make, make install-strip again
Also you w
On Wednesday, June 4, 2003, at 03:48 PM, Raboo wrote:
rename domains.
If I use vdeldomain on a alias will it remove the domain or just the
alias
domain. If it deletes the domain you should add a feature to remove
aliases
It just removes the alias.
Renaming a domain in vpopmail is a little more
Hi,
(BI have a problem about (qmail + vpopmail + MySQL) system.
(BMy system is qmail + vpopmail + qmailadmin + MySQL.
(B
(BQ1.)
(BI want to register MySQL tables of vpopmail database.
(BI performed the following command.
(B
(B---command start
(Bgroupadd mysql
(Bmk
Hello all,I am running Qmail+Vpopmail+QmailScanner w/FprotI
have a few hundred domains on this server. A few people have
complainedof receiving mail hours, and sometimes days after the mailing was
sent.This problem is Internet-->local as well as local-->local.
There doesn'tseem to be any c
Hello All,
I have installed vpopmail on my redhat 7.3 box with mysql 4.x and qmail with
SquirrelMail 1.0.4.
I compiled vpopmail and used the following settings for mysql.
/usr/sbin/groupadd -g 89 vchkpw
/usr/sbin/useradd -g vchkpw -u 89 vpopmail
GRANT select,insert,update,delete,create,drop ON
65 matches
Mail list logo