zafar rizvi | 1 Jul 2003 06:38
Picon
Favicon

Re: Quota warn messgae

hi ppl
 i got the patch of maildir++ from the
http://www.shupp.org/patches/qmail-maildir++.patch
link. But plz help me in using , how can i use that, how i compile or where
i copy to use itsfunctionality.

Thanks in advance for help.
with regard and waiting for reply.

zafar
----- Original Message -----
From: "Michael Bowe" <mbowe <at> pipeline.com.au>
To: <vchkpw <at> inter7.com>
Sent: Wednesday, June 18, 2003 10:48 AM
Subject: Re: [vchkpw] Quota warn messgae

> ----- Original Message -----
> From: "zafar rizvi" <zafar_f3 <at> my.web.pk>
> To: <vchkpw <at> inter7.com>
> Sent: Wednesday, June 18, 2003 3:24 PM
> Subject: [vchkpw] Quota warn messgae
>
>
> > hi ppl
> >  i m using qmail on redat with vpopmail latest version.
> > I set that .quota warn message file for quota warning message, but do't
> know
> > why it sending mail when quota limit is near 20 or 15% used.
>
> To ensure that your quota counts are always accurate, you need to make
(Continue reading)

Alex | 1 Jul 2003 19:02

vpopmail compile problem

Hi
 
i am trying to install vpopmail on a suse 8.2 and got the following compile error...
 
 
In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2
 
appreciate if someone can help
 
Thanks in advance
Dallas Wright | 2 Jul 2003 02:16

Mailing List

I have a virtual domain I created, if I send mail to my account on the domain, I get the mail, however if I send email to a list I created to which my account is subscribed, I don't get that mail.
 
Am I missing something I have to configure sending to the list from an account on that virtual domain?
 
i.e I receive email sent to user <at> domain.net but not admins <at> domain.net, and user <at> belongs to the admins <at> list.
Tom Collins | 2 Jul 2003 03:43
Gravatar

Re: Mailing List

On Tuesday, July 1, 2003, at 05:16  PM, Dallas Wright wrote:
> i.e I receive email sent to user <at> domain.net but not admins <at> domain.net, 
> and user <at>  belongs to the admins <at>  list.

Is admins <at> domain.net a moderated list?  Is posting to the list limited 
to subscribers?  Do other subscribers to that list get the messages?

If it's moderated, set a moderator and that address will get the 
message before it goes out to the list.  Depending on your list 
options, you may have set up the list in a way where the messages you 
send are ignored.

--
Tom Collins
tom <at> tomlogic.com

Dallas Wright | 2 Jul 2003 03:46

Re: Mailing List

I created the admins <at> domain.net using qmailadmin I've tried sending from both external accounts (not on the domain) and internal accounts (on the domain & on the list) and I get no msg of any kind.
----- Original Message -----
Sent: Tuesday, July 01, 2003 8:43 PM
Subject: Re: [vchkpw] Mailing List

On Tuesday, July 1, 2003, at 05:16 PM, Dallas Wright wrote:
i.e I receive email sent to user <at> domain.net/color> but not admins <at> domain.net/color>, and user <at> belongs to the admins <at> list./smaller>/fontfamily>

Is admins <at> domain.net a moderated list? Is posting to the list limited to subscribers? Do other subscribers to that list get the messages?

If it's moderated, set a moderator and that address will get the message before it goes out to the list. Depending on your list options, you may have set up the list in a way where the messages you send are ignored.

--
Tom Collins
tom <at> tomlogic.com

Justin Michael Couto | 2 Jul 2003 04:00
Picon
Favicon

New Look, Feel, and Navigation for Qmailadmin

I am not sure who to send these updates to.  I remember seeing last week on the mailing list that you were looking for a new look for qmailadmin and that you weren’t very good at HTML.  I am not sure who posted it, so I am writing in to find the right person to submit the changes to.  My business partner and I redesigned the interface for qmailadmin and we wanted to submit our changes to the developers to see if they would like to use them.

 

The changes consist of New upto date XP style of graphics and icons.  Roll overs on buttons, and much more.  We pulled the main control links out of the graphical shell so qmail admin could easily be used in an iframe and be modified to match internal systems.  The navigation is no longer surrounded by a graphical shell.  This new look is great and we just wanted to share it with the qmailadmin team.  My partner is a great graphics designer and at the least you guys should have a look.

 

Please let me know who I need to send the changes to.  I have all the source we modified files zipped  and ready to go.

 

Thanks all! 

 

Justin C.

 

Michael Bowe | 2 Jul 2003 04:48
Picon

Re: Quota warn messgae


> hi ppl
>  i got the patch of maildir++ from the
> http://www.shupp.org/patches/qmail-maildir++.patch
> link. But plz help me in using , how can i use that, how i compile or
where
> i copy to use itsfunctionality.

go to your qmail source dir,
save a copy of the patch there,
then do this :

  patch < qmail-maildir++.patch

Then you will have to stop qmail,
recompile the source (" make setup check")
then start qmail again

Michael.

Michael Bowe | 2 Jul 2003 04:53
Picon

Re: vpopmail compile problem

There is a typo in the vmysql.h file
 
The fix is to edit the file,
go to line 54 and add the missing "\" to the end of the line,
go to line 58 and add the missing "\" to the end of the line,
save the file
 
Michael.
 
 
----- Original Message -----
From: Alex
Sent: Wednesday, July 02, 2003 3:02 AM
Subject: [vchkpw] vpopmail compile problem

Hi
 
i am trying to install vpopmail on a suse 8.2 and got the following compile error...
 
 
In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2
 
appreciate if someone can help
 
Thanks in advance
Alex | 2 Jul 2003 04:58

Re: vpopmail compile problem

thks to all... solved the problem.
 
alex
----- Original Message -----
Sent: Wednesday, July 02, 2003 10:53 AM
Subject: Re: [vchkpw] vpopmail compile problem

There is a typo in the vmysql.h file
 
The fix is to edit the file,
go to line 54 and add the missing "\" to the end of the line,
go to line 58 and add the missing "\" to the end of the line,
save the file
 
Michael.
 
 
----- Original Message -----
From: Alex
Sent: Wednesday, July 02, 2003 3:02 AM
Subject: [vchkpw] vpopmail compile problem

Hi
 
i am trying to install vpopmail on a suse 8.2 and got the following compile error...
 
 
In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2
 
appreciate if someone can help
 
Thanks in advance
Ken Winke | 2 Jul 2003 18:13

domain already exists?? no it doesn't!

I'm working with vpopmail-5.3.20 attempting to create domains for a brand new mail server, and it's not playing very nice.  When running the vadddomain command, I get the response that the domain already exists.  When trying to run vdeldomain, I'm told there is no domain with that name.
 
So, I deleted the vpopmail database from MySQL, flushed the tables, and re-created that a few times to no effect.  I've recompiled and reinstalled vpopmail but still no luck.  No domains appear in /home/vpopmail/domains but yet it still thinks they're there.
 
Is there another database I need to delete to remove these domains rather than vpopmail or another way to convince the server that no..really..there aren't any domains and I'd like to start making some??
 
Thanks...
 
...ken

Gmane