[vchkpw] Mailing List

2003-07-01 Thread Dallas Wright



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 [EMAIL PROTECTED] but not [EMAIL PROTECTED], and user@ belongs to the 
admins@ list.


Re: [vchkpw] Mailing List

2003-07-01 Thread Tom Collins
On Tuesday, July 1, 2003, at 05:16  PM, Dallas Wright wrote:
i.e I receive email sent to [EMAIL PROTECTED] but not [EMAIL PROTECTED], and user@ belongs to the admins@ list.

Is [EMAIL PROTECTED] 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
[EMAIL PROTECTED]



Re: [vchkpw] Mailing List

2003-07-01 Thread Dallas Wright



I created the [EMAIL PROTECTED] 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 - 
  From: 
  Tom Collins 

  To: [EMAIL PROTECTED] 
  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 
[EMAIL PROTECTED] but not [EMAIL PROTECTED], and 
user@ belongs to the admins@ 
  list.Is [EMAIL PROTECTED] 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[EMAIL PROTECTED]


[vchkpw] New Look, Feel, and Navigation for Qmailadmin

2003-07-01 Thread Justin Michael Couto








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.

 








Re: [vchkpw] Quota warn messgae

2003-07-01 Thread Michael Bowe

> 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.




Re: [vchkpw] vpopmail compile problem

2003-07-01 Thread Michael Bowe



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 
  
  To: [EMAIL PROTECTED] 
  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 " 
  charactervmysql.h:60:35: missing terminating " charactermake[2]: *** 
  [vauth.o] Error 1make[2]: Leaving directory 
  `/usr/local/src/vpopmail-5.2.1'make[1]: *** [all-recursive] Error 
  1make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'make: *** 
  [all-recursive-am] Error 2
   
  appreciate if someone can help
   
  Thanks in 
advance


Re: [vchkpw] vpopmail compile problem

2003-07-01 Thread Alex



thks to all... solved the problem.
 
alex

  - Original Message - 
  From: 
  Michael 
  Bowe 
  To: [EMAIL PROTECTED] 
  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 

To: [EMAIL PROTECTED] 
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 " 
charactervmysql.h:60:35: missing terminating " charactermake[2]: *** 
[vauth.o] Error 1make[2]: Leaving directory 
`/usr/local/src/vpopmail-5.2.1'make[1]: *** [all-recursive] Error 
1make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'make: *** 
[all-recursive-am] Error 2
 
appreciate if someone can help
 
Thanks in 
advance


[vchkpw] vpopmail compile problem

2003-07-01 Thread Alex




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 " 
charactervmysql.h:60:35: missing terminating " charactermake[2]: *** 
[vauth.o] Error 1make[2]: Leaving directory 
`/usr/local/src/vpopmail-5.2.1'make[1]: *** [all-recursive] Error 
1make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'make: *** 
[all-recursive-am] Error 2
 
appreciate if someone can help
 
Thanks in advance