and the .qmail files are all ok.
Is there a way to make it so that all email accounts are ok in the
valias table of the MySQL or in the vpopmail table?
I am interested to know how to overcome this issue.
Regards,
Jimmy.
Hello,
Ken Jones wrote:
> Jimmy wrote:
>
>> Hello,
>>
>> I have several servers installed with vpopmail, chkuser and the
>> shupp.org toaster patches. Until now I have never had to setup a catch
>> all account for a customer. I have today had to setup a
>
>>Hello,
>>
>>Ken Jones wrote:
>>
>>>Jimmy wrote:
>>>
>>>
>>>>Hello,
>>>>
>>>>I have several servers installed with vpopmail, chkuser and the
>>>>shupp.org toaster patches. Until now I have
Hello,
tonix (Antonio Nati) wrote:
> At 09.50 13/09/2005, you wrote:
>
>> >
>> >>Hello,
>> >>
>> >>Ken Jones wrote:
>> >>
>> >>>Jimmy wrote:
>> >>>
>> >>>
>> >>>>Hello
sure bouncing is enabled for each needed domain.
>
> If you don't comment it, change it to
> #define CHKUSER_STARTING_VARIABLE "CHKUSER_START"
>
> and set a variable called CHKUSER_START = "DOMAIN". Then set up bouncing
> for each needed domain.
How do i enable it for all domains but one. And where do I do that in
the .qmail-default file?
>
> Tonino
>
>
>> Jimmy
>
>
>
>
>
all).
>
> If you don't use qmail-admin, .qmail-default should be:
>
> | /vpopmail/bin/vdelivermail '' bounce-no-mailbox
I have done that. The catch all now works for that domain name. However
all of the other domain names now accept all email even for users that
dont exist. Then once its been accepted it will then attempt to reject
the email. However the vast majority of spam originates from bogus from
addresses resulting in heaps of double bounces.
Is there any way around that. I think i will have to make sure that the
customer stops using catch all accounts.
>
> Tonino
>
>
>
>> >
>> > Tonino
>> >
>> >
>> >> Jimmy
>> >
>> >
>> >
>> >
>> >
>
>
>
>
>
Hello,
Jack Kerouac wrote:
I've got a Debian stable box (Sarge) with vpopmail-5.4.10 and MySQL
version 4.0.24-10serge1. About 1,000 users and a few dozen domains.
The MySQL database is frequently (several times a month) getting
corrupted - which of course makes for very angry users. I
[EMAIL PROTECTED] wrote:
Dear All,
How can i force my users to provide username and password for sending
mails also.I have installed the Auth patch but dont have a clue how to
force it.
Regards
RM
The qmail toaster patch on shupp.org will do the trick,
Hello,
Has anyone got a qmail-tap patch that works with the qmail toaster
patches on shupp.org?
Regards,
Jimmy
Hello all,
I am having trouble getting vpopmail (I think that's where
the problem is) to function correctly. The problem is that
I get "authorization failed" when I try and authenticate
over POP.
Here is my setup:
1. I have installed mysql, I can connect to mysql as the
"vpopmail" user, and I c
Hello all,
I am trying to get qmail, vqamin, and vpopmail set up and
have run into some troubles. I have "large" questions
that I need to ask to help me be able to troubleshoot my
problems.
1. I am using mysql. When I install vpopmail, is it
supposed to create some tables in the "vpopmail" d
K_VARIABLE "SENDER_NOCHECK"
Is there any way that I can get it to goto syslog?.
Thanks
Jimmy.
tonix (Antonio Nati) wrote:
At 17.59 17/05/2005, you wrote:
On Tuesday 17 May 2005 11:47 am, tonix (Antonio Nati) wrote:
> Hi Jimmy,
>
> this does not look as a chkuser problem, but as a general qmail
problem (as
> chkuser uses same logging routines of qmail). chkuser log goes when
Thanks that worked really well!
tonix (Antonio Nati) wrote:
At 08.52 18/05/2005, you wrote:
tonix (Antonio Nati) wrote:
At 17.59 17/05/2005, you wrote:
On Tuesday 17 May 2005 11:47 am, tonix (Antonio Nati) wrote:
> Hi Jimmy,
>
> this does not look as a chkuser problem, but as a gene
tonix (Antonio Nati) wrote:
At 08.52 18/05/2005, you wrote:
tonix (Antonio Nati) wrote:
At 17.59 17/05/2005, you wrote:
On Tuesday 17 May 2005 11:47 am, tonix (Antonio Nati) wrote:
> Hi Jimmy,
>
> this does not look as a chkuser problem, but as a general qmail
problem (as
> chkus
tonix (Antonio Nati) wrote:
At 10.48 18/05/2005, you wrote:
I currently have no problems with email logging. I have also got the
rblsmtpd syslogd patch working its only the chkuser stuff that does
not end up in syslog.
This is my configuration for qmail-smtpd. It logs everything (chkuser
inclu
imscan integrate perfectly with vpopmail. I cant see any reason
why it wouldnt but i would still like clarification on that.
Thanks
Jimmy.
setup vpopmail so that it supports directory hashes
or anything similar to that. Does anyone have any solutions to resolve
this type of issue.
Regards,
Jimmy.
Hello,
It appears that the server has not created the users in a hash format.
Is there any way to convert the format to a hash easily?
Regards,
Jimmy
Rick Macdougall wrote:
> Jimmy Stewpot wrote:
>
>> Hello,
>>
>> I am managing a group of servers that is running Redha
Rick Macdougall wrote:
> Jimmy Stewpot wrote:
>
>> Hello,
>>
>> It appears that the server has not created the users in a hash format.
>> Is there any way to convert the format to a hash easily?
>>
>>
> Hi,
>
> Not without deleting and
> Hi,
>
> I've done it a few times (sendmail to vpopmail, 30K+ users) with scripts
> etc to create the new users using the vpopmail tools, then again using
> scripts to get their Maildir directories from vpopmail and then moving
> the mail over.
>
> I've never just moved over an existing mail sto
> There are a few different ways to do it depending on your backend, if
> you are using MySQL, then you can just update the mysql database with
> the user and password, leaving the maildir directory blank and it will
> automatically be updated when you pop into the account or sendmail to
> the acc
Rick Macdougall wrote:
> Jimmy Stewpot wrote:
>
>> I have just written a script that would do a mysql update query to
>>
>> md5('password'); into the mysql database. However the problem appears to
>> be that the passwords set by the vpasswd utility dont
> Hi,
>
> $encpass = crypt('password','$1$salthere$');
Where does vpopmail keep the salt or how does that work in regards to
the vpasswd utility etc?
>
> See http://ca.php.net/manual/en/function.crypt.php
>
> Regards,
>
> Rick
>
>
>
>
>
,
Jimmy.
Rick Macdougall wrote:
> Jimmy Stewpot wrote:
>
>> Hello,
>>
>> I have got a system now working brilliantly after some issues with
>> massive mail stores. (see the Massive folders thread for more
>> information and thanks to everyone that helped me with
e any way around that from within chkuser or vpopmail.
Is there any way to migrate the valias' from mysql to .qmail files so
that chkuser works if there is no answer for the above?
Regards,
Jimmy.
,
Jimmy
28 matches
Mail list logo