ppear to do anything, any ideas anyone?
--
Daniel Hardaker
> > Unfortunatly, i was conversing with people on #efnet on the
> > openbsd channel, and they insulted me deeply. I can not
> > begin to describe how deeply I was offeneded. It was not
> > one thing or another thing, just the small attitudes of
> > a small group of people.
As a new user of qmaila
Hi, ive been running vpopmail for a while now, but have just noticed
something a bit odd.
I edited one of the .qmail-user files and added another email address below
the maildir line. Sometimes, (There seems to be no pattern) mail is only
delivered to the other email address and not to the maildi
Hi, ive compiled vpopmail with mySQL support, set libs to
/usr/local/mysql/libs/mysql and inc to /usr/local/mysql/include/mysql and
everything compiled fine
However, now i get the following error message when I try to add a domain or
convert users:
[admin@jupiter bin]# ./vadddomain test2.com
./vad
Roger Arnold wrote:
>
> Hello Brad,
>
> Although I intend to setup MySQL for several other applications that need
it,
> I am unsure regarding the database and tables required for Qmail /
Vpopmail,
> is there any other documentation regarding setting up MySQL for Qmail /
> Vpopmail / SqWebMail et
through a PHP frontend.
If anyone has any ideas, please contact me, and if allof the above already
exists in vpopmail, please let me know!
Thanks in advance,
Daniel Hardaker
---
PGP Key at: www.iv2.co.uk/danielhardaker.asc
Just grabbed the latest vpopmail (4.9.8) and installed it, with mysql
support. I want to run as a large site (ie one table per domain), is there
somewhere tos et this at compile time rather than having to keep converting
with vconvert -s -l?
Also, something that maybe Im missing or was overlooke
Is it possible to customise bounce messages? In particular the
bounce-no-mailbox message? Where abouts are they kept?
Thanks
> I would like some funky bouncing action.. any ideas? :)
Yes, put the line below into the .qmail-default that is in the directory of
the domain.
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
(obviously change the path to your path)
> Thank you copiously... strangely enough, this was the only domain out of
> several which had the postmaster defined as the bounce location.. and
> considering htat I didn't change anything - is there something in the
> vadddomain binary that would be setting this?
Only thing I can think of is t
> Is it possible to get vpopmail/vchkpw (with mysql support) to store
> passwords in clear text? The reason why I am asking this is would like a
> "password retrieval feature" using a hint question (like in hotmail),
using
> a php script I wrote (cracking the hashes would be silly).
> :P
Hmm...im
> I am working on a PHP extension for vpopmail.
> All is going well, but I just realized I have a small problem:
> the program making the vpopmail function call must have the UID of user
root
> or vpopmail.
Im working on something similar, my way is to use the patch that allows
forwarding to be s
> I have a question: Sorry for being off topic but this really bugs me.
>
> I am a new qmail administrator. Lets say I were running this list and I
> received this obvious spam, what would be the first step that I should
take
> if I were running the list? What are the next series of steps?
>
>
>Hi,
>
>is there a way to use just username, to check a mail account, >instead of
using user%domain.com ?
>
>Thanks
Well, if you think about it...
vpopmail allows you to use one POP3 server for many different domains. You
may have a [EMAIL PROTECTED] and a [EMAIL PROTECTED] and their email will
> Hi. This is the qmail-send program at jupiter.iv2web.net.
> I tried to deliver a bounce message to this address, but the bounce
bounced!
>
> [EMAIL PROTECTED]>:
> Connected to 206.129.166.188 but sender was rejected.
> Remote host said: 553 <>...domain required
ALthough this is probably not rel
> I would be interested to hear real world experiences from folks
> who are running vpopmail(etc). Perhaps we can figure out what
> needs to be changed to make it a better package.
I agree that it is a wonderful package, and the only possible improvements I
can think of are some general code tidy
Has anyone ever had success in compiling courier IMAP with vpopmail + SQL
support?
I get the following errors:
/home2/vpopmail/lib/libvpopmail.a(vauth.o): In function `vdel_dir_control':
/home/admin/vpopmail-4.9.8/vauth.c:1020: undefined reference to
`mysql_query'
/home/admin/vpopmail-4.9.8/vauth
Thanks a lot to everyone who has replied to my problem. After searching
through various archives ive found the following, which fixed the problem:
in authlibs/Makefile
change "libauth_authvchkpw_a_LIBADD ="
to
"libauth_authvchkpw_a_LIBADD = -L/usr/lib/mysql -lmysqlclient"
an "authvchkpw_LDFLA
> I know this might not be the right list, but since I am using multilog
with
> qmail + vpopmail and I could not find anything that would do good
logparsing
> I thought that I might be best of writing my own perl script which
utilizes
> qmailanalog to its full extent.
Interesting that this has co
Im looking to get rid of my catch all (postmaster) account on one of my
domains due to a massively high volume of spam sent to [EMAIL PROTECTED] .
However, im worried that genuine email will be bounced so I would like to
add a bit to the 'No Mailbox here by that name' bounce message saying how to
>You know what you really need
>you need to crontab this shit like every min or 5 min for large >traffic
>where thos /var/log/qmail files change so oftenshould have a >crontab
>option.
It is called crontab -e
Setting up crontab tasks for a script like this is the job of the system
admin,
> I noticed 4 ".lock" file under /var/qmail/control directory. It was
created
> when I first created the virtualdomains. In version 4.94, these files does
> not seems to exist. Why in version 4.98, these files are there?
As far as I know, no you cant. When you make changes to the files you have
- Daniel Hardaker
What exactly is happening with the mailing list? Is it just me or have
other people been getting old messages sent over and over again? Ive
received one message 3 timescould be my mailbox though.
---
www.iv2.co.uk
> 200
> is
> 20,000,000,000
This seems to be a common problem. I dont understand how people dont
knowthis, but i admit that the maths of M and G are all a bit confusing, is
it 1000k or 1065...? :)
Well anyway, i think maybe this deserves a place in the FAQ? Or perhaps an
idea for futur
> Can we hear your opinion about this (and other list participants are also
> requested to comment).
Ive said it before, i'll say it again. the dbfuncs patch for me finishes
off the SQL implementation of vpopmail. It makes sense to put it into the
main distribution. Currently, the vpopmail dis
Im trying to compile vQregister on my server. Im using vpopmail 4.9.9 and
mysql support.
'make'ing is giving me errors which are due to it not reading the
mysqlclient libraries, but i have no idea about Makefiles and dont know what
to add to it to make it compile
ive tried changing:
LIBS = -L$(V
Ive been studying the code for vpopmail and cant answer my question from
it...so I hope someone can shed some light on it for me.
When addint a POP user to a domain, whyis it not enough to simply add their
details into the relevant sql table? Ive tried to add a row into a domain
table with the p
> > > I know you can put the catch all email account in the
> > .qmail-default file.
> > > But can you put multiple catch all accounts? Should I do
> > this via a forward?
> > > Like set the catch all account to be like zzz@domainname
> > and then set zzz as
> > > a forward to the other accounts?
> Dan,
> You did not have to bash me.
> Was you ever new?
> I am very sorry if I used the wrong list.
> Still new to this.
> Don't they both work together somehow or another?
Dont worry about this Lee, after a while you learn to ignore him and his
abusive comments, he does it to everyone incl
> Anyone recommend a good admin Redhat Linux Book and DNS???.
> Thanks.
>
As for DNS, id recommend the O'Reilly DNS and BIND book. Although its based
on V8 (at the moment) and most people now use V9 due to a security problem,
the ideas are the same. If you need a real quick fix to it, try instal
Ok, well eager to try out vQadmin... i did.
It appeared to be working well, i then tried to delete irc.iv2.co.uk from
the domains listthis proceeded to delete irc.iv2.co.uk and iv2.co.uk
domains.
This has lost me lots and lots of data, all email files stored in IMAP,
unread POP messages and
Hi, as i mentioned in my last email, ive had to restore most of my vpopmail
installation. Now, i find an odd thing happening.
If a .qmail-username file does not exist with './username/Maildir' in it for
a POP user, the mail gets bounced back. If there are no .qmail-* files in
the directory, it a
: BTW: Is 4.9.9 declared as stable? Still working with 4.9.8-1
How do you describe 'stable'? Im using it and its fine, as are a lot of
other people...infact, its probably more stable than 4.9.8-1 :)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisof
Its getting asked more and more often now, and something that I completely
do not understand.
Why is it that whenever a vpopmail mysql user tries to compile
sqwebmail/courier imap with the vchkpw module it gives loads of errors about
not having the mysql libs.
Why is this a problem? Who is to b
You may well remember me talking about developing a admin for vpopmail in
php...well its done now (for college work anyway, not for any public release
just yet) but i need to do some large site tests. If anyone has a vpopmail
SQL installation with the dbfunc patch and a large functions table, cou
Just wondered whats going on with this mailing list? Messages seem to be
taking days to get through. I sent one 3 days ago and it has only just been
sent out
Has it got a really big queue or something? Or is it just some routing
probelm between servers? Anyone else had any trouble with it
: Ken,
:
: Did you install an intelligence filter. ;-)
:
: My messages get right through.
Hey I like the idea of that
Next version of vpopmail maybe?
./conifigure --disable-dumb-posters :)
Apparently the DSL link was down...much more likely than an intelligence
filter :)
: Hi All,
:
:
: Attach is the screen capture for a mail sent from a list. I wonder how I
can
: remove those extra lines like List-Post and the likes from the mail.
:
In short, dont delete them theyre important.
If you really want to, have a look in the dirctory of your mailing list and
look at th
: I am using vpopmail and want to send a copy of all mail sent to and
: from a particular user to be copied to another user, I can settle for
: just one way at a push.
:
: I have messed around at length with .qmail files in various places
: but just get weird results.
:
Theres no way that you can
Im currently finishing off a college project which relates to vpopmail and
im at the point of having to justify choices. After writing 750 pages,
including a pretty hefty vpopmail user guide, im a bit worn down by it all
and im short on ideas.
So, anyone who can give me advantages of using the l
: I've got qmail+vpopmail+qmailadmin+sqwebmail+vqadmin
: running on my linux, and i want to start to make backups of my
: vpopmail directory (where the users account are).
I make backups of all my users mail and my vpopmail settings using a crontab
job which is performed twice daily.
The script
Im sure many will say that this message is not relevant to vpopmail mailing
list, but someone may find it useful :)
: ---
: Description:
:
: Unix/Sadmind is an internet worm which propagates using a buffer
: overrun exploit on Solaris systems in the sadmind program, part
[Lets see how long this takes to get throughmy last email took about 7
days to get through to the mailing list, date is 15th May, time is 23:00
GMT]
Okay, everyone has had their say in the dbfunctions bit, so I amy aswell add
mine.
For me, the dbfunctions is an essential part of vpopmail and
the username is wrong or the password is
wrong.
Id check that you have it setup properly with your mySQL server, your
username and your password and there should be an obvious mistake
somewhere in there :)
--
Daniel Hardaker
[EMAIL PROTECTED]
, and I think a few
words would be a good gesture from someone, perhaps explaining the
situation to us a bit better than it has been explained.
Thanks.
--
Daniel Hardaker
[EMAIL PROTECTED]
> After examining your site. I am not understanding what
> your dbfunction
> patch does that the new development version of vpopmail does
> not do. Coming
> from a developers point of view the MySQL alias/forward that
> vpopmail now
> has in it looks to be very simple, easy to understand
> Anyway... maybe someone over at inter7 or something could
> explain why they
> choose to ignore all the developers out there trying to help
> and improve
> the products?
Thats the problem, no one has made any effort to reply, and it destroys
my confidence in such a fine product.
I can see a
Im not sure if WAP has taken off much in the USA, it hasnt here in the
UK either, but some of my users have expressed an interest in accessing
their mailbox by WAP.
Ive had a few adverts in the post for applications to do this but theyre
all pretty expensive and wondered if anyone has any experie
> It would be nice to get some reference URL's on what
> WAP does and what the protocols are. How they are
> being used in applications
As far as the technical aspects of the protocl, the best place to look
is http://www.wapforum.org/what/technical.htm
As for what it is being used for...well...
> The last 7 days 3 of our customers have had their domain area
> (/home/vpopmail/domains/customer.dom) removed.
> I recall there has been a issue about this error, but I'm not
> able to find
> it in the list, nor recreate it.
I have had a similar problem in the past with vQadmin and qmailadmin
Ive been in a long discussion with Virgin Internet about one of their
mail servers not accepting mail with the bounce message below.
Im sending this hoping im not missing anything and the fault is not with
vpopmail as the address is sent as an alias (from mysql table). So,
from the error below
>
> alexus@~# telnet 0 110
> Trying 0.0.0.0...
> Connected to 0.
> Escape character is '^]'.
> +OK <[EMAIL PROTECTED]>
> USER test%bigballz.com
> +OK
> PASS t
> -ERR authorization failed
> Connection closed by foreign host.
> alexus@~#
>
> any ideas?
Could do with a bit more info, that j
Hi
Im off on holiday pretty soon and I have a mail account with my ISP
which I use for mailing lists, many of which are quite high volume (Some
days 150 messages). Im going away for 10 days and although the ISP has
a 20Mb limit which probably wont be exceeded, they also have a quota
which means t
54 matches
Mail list logo