[vchkpw] Re: How to take back up

2003-02-18 Thread Peter Palmreuther
Hello Mahesh,

On Wednesday, February 19, 2003 at 7:37:04 AM you wrote (at least in
part):

> I am useing vqmail+vpopmal+sqwebmail, it is running fine i am
> satisfy with this but, i don't know how to take back, to take back
> we have migrate mysql or we have to take entair file system backup ,
> if it is require to migrate mysql database , Please guide me any one 

Please search the archive for "backup", it's been answered a dozens
times.
-- 
Best regards
Peter Palmreuther

I'd give my right arm to be ambidextrous. - GRAFFITI





[vchkpw] How to take back up

2003-02-18 Thread Mahesh
hi 
I am useing vqmail+vpopmal+sqwebmail, it is running fine i am satisfy with this but, i don't know how to take back, to take back we have migrate mysql or we have to take entair file system backup , if it is require to migrate mysql database , Please guide me any one 
Regards
MaheshDo you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day

Re: [vchkpw] List ettiquite (was Re: [vchkpw] Moving qmail queue)

2003-02-18 Thread Robin Bowes
Andrew,

On Tue, February 18, 2003 5:00 pm, Andrew Kohlsmith said:

> Indiscriminately telling people "go there and try" is a little cold in my
> opinion, especially since it's so closely related to the list subject and
> you already know the answer.
>
> My father used to do something similar to me -- "What's [insert word here]
> mean?"  "Go look it up." -- He knew the answer, and it would have taken
> less energy and effort to just tell me in a single sentence or two, but
instead
> he made me go look it up -- what did it teach me?  Virtually nothing.

When I was starting to learn about qmail and vpopmail I had a former
colleague and good friend to call on as a resource. His answers to me
were, more often than not, along the lines of "man dot-qmail" or "What do
the logs say?". Sometimes this would frustrate me if I was looking for a
quick fix but I am eternally grateful to him for this approach as I now
know so much more about the subject (take a bow Mark P!)

As the saying goes:

"Give a man a fish; you have fed him for today.  Teach a man to fish; and
you have fed him for a lifetime."

Or, alternatively:

"Give a man a fish; you have fed him for today.  Teach a man to use the
Net and he won't bother you for weeks."

:o)

R.
-- 
Robin Bowes | http://robinbowes.com




[vchkpw] building vpopmail w/ qmail rpm instead of src?

2003-02-18 Thread Benjamin Tomhave
Has anybody tried building vpopmail with one of the man qmail RPMs out
there?  Would such an approach work?  Without creating my own RPMs or
kickstart, looking for methods to decrease install time in preparation for
cluster builds/deployments.

Thank you,

-ben


Benjamin Tomhave, Senior Systems Engineer
[EMAIL PROTECTED]
Sofast Communications  www.sofast.net





Re: [vchkpw] SpamAssassin + vpopmail

2003-02-18 Thread Andrew Kohlsmith
> I use SpamAssassin for whole domains as the following:
> | preline /usr/bin/spamc -f -u $EXT@$HOST | /home/vpopmail/bin/vdelivermail
>
> '' bounce-no-mailbox
> Whenever a user changes his settings for bounce/whatever, the qmail-default
> is changed into normal settings, missing the "spamc"-tag.
> What can I do to always let qmailadmin add
>
> | preline /usr/bin/spamc -f -u $EXT@$HOST
>
> when it changes .qmail-default?
> Any suggestions?

Yeah -- use procmail.  :-)  Seriously that is what we are doing.

A couple things I did learn in the process:

- you cannot make .qmail-default immutable (chattr +i) -- vpopmail/qmailadmin 
goes ballistic (can't remember which, probably the latter)

- you *can* set up a 5 minute cron job that cp -f .qmail-default.WHAT_I_WANT 
.qmail-default

- use procmail.

I was doing #2 for a while but settled on #3 since it lets me do some further 
magic like tossing the spam mail into the user's .spam IMAP folder.

Regards,
Andrew




Re: [vchkpw] List ettiquite (was Re: [vchkpw] Moving qmail queue)

2003-02-18 Thread dWi saSonO b

> > This is strictly a qmail problem. it has zippo to do with vpopmail.
> > Answering this question only encourages further abuse of the list.
> 
> Agreed, but disagreed at the same time.  :-)

why should we bother with a "little" help 
if that help still "less" perhaps other can "help" some more
i think that what this mailing list is for ?

> My father used to do something similar to me -- "What's [insert word here] 
> mean?"  "Go look it up." -- He knew the answer, and it would have taken less 
> energy and effort to just tell me in a single sentence or two, but instead he 
> made me go look it up -- what did it teach me?  Virtually nothing.  His 
> theory was that by looking it up I'd remember it but that's got no basis in 
> reality.  I already knew how to do research (and was quite good at it) and 
> how to operate a dictionary, but if I was in the middle of a good book or 
> something it was more of a waste of time and laziness on both our parts to 
> have to go look it up.  I have three children of my own now and that's one 
> thing I am certainly not going to do to them.
> 
> Now if you replied with the answer and said "the resources are over here and 
> there, and this really isn't on-topic" -- that's different.  You've given the 
> answer, provided links and it's now in the archives so that anyone else who 
> comes and searches (which the OP apparently didn't do, and I didn't realize) 
> will find the answer.  The end result:  The list helps not only the OP but 
> anyone coming afterward who practices a it of ettiquite before 
> indiscriminately asking questions.
> 
> Yeah it's more work on the answerer's part but really the point is moot -- if 
> you're going to spend a minute to reply, why not spend two and reply with an 
> answer that will help more than just the one person?
> 

i wonder what would you become if your father keep telling the answer for all the 
question ?
my concept is simple, that is "try it"
on my experience not all the answer is 100% guarantee success
you got to dig up a little more for some problem and side effect from answer that you 
will do

i'm sorry, it's not flaming the other or so, just my opinion.
as long as no "OP" ... why should we bother ?



-- 
thx
onOs




[vchkpw] SpamAssassin + vpopmail

2003-02-18 Thread J. Kendzorra
Hi list,
I use SpamAssassin for whole domains as the following:
| preline /usr/bin/spamc -f -u $EXT@$HOST | /home/vpopmail/bin/vdelivermail 
'' bounce-no-mailbox
Whenever a user changes his settings for bounce/whatever, the qmail-default 
is changed into normal settings, missing the "spamc"-tag.
What can I do to always let qmailadmin add
| preline /usr/bin/spamc -f -u $EXT@$HOST 
when it changes .qmail-default?
Any suggestions?

Thanks,
J.




Re[2]: [vchkpw] How can I hide my IP

2003-02-18 Thread Barry Hill
This problem _could_ be legitimate ...

I sometimes have a similar problem: When I'm travelling and access the
Net via, say, a Norwegian provider, but send emails with the "From" and
"Reply-to" headers set to my .co.uk home domain address, certain
emails never get to the intended recipients.

Hotmail users in particular never receive my mails. My guess is that
hotmail does a reverse-lookup on the address and refuses it if it is
different (but I'm open to other suggestions!).

So I got past that by using the server which hosts my domains as a SMTP
relay. Then all my mails get through. (I did have to use a different
port and SMTP AUTH because some providers redirect all outgoing port
25 traffic to their own servers - not necessarily a bad thing as some
have virus filters etc. in place).


How about setting up a mail relay server in the country you're
supposed to be in. Then, according to your message below, you would
have no need to hide the IP address of your main server.


Regards,
 Barry

Tuesday, February 18, 2003, 5:16:52 PM, you wrote:

bac> To clear up some judgement that are being made, the hiding of my IP is
bac> purely a protective measure NOT to send bulk email. My employer deals one on
bac> one with clients, however when the IP is displayed it identifies which
bac> country he is operating from and some of his agreements state that he must
bac> reside in a particular country to participate.






Re: [vchkpw] Default delivery for whole domains

2003-02-18 Thread Ajai Khattri
[EMAIL PROTECTED] wrote:


If You add all these domains as aliasdomains then 
then all existing accounts in the original domain will
get their messages, not the catch-all. Maybe it's good enough
but if I understood your question You want ALL mail to these
domains redirected to a SINGLE account.

Yes, that's correct.


then do this:

#> mkdir /my/dummy/dir
#> echo "&[EMAIL PROTECTED]" > /my/dummy/dir/.qmail-default


Can I make these directories under vpopmail's domains folder?
i.e. mkdir /home/vpopmail/domain/dummydomain/


## for each aliasdomain
echo "aliasdomain.com" >> /path/rcpthosts
echo "aliasdomains.com:mydummy" >> /path/virtualdomains


#> echo "+mydummy-:mydummy:89:89:/my/dummy/dir:-::" >> /path/assign
#> /path/qmail-newu


Yes, this makes sense.


Thanx,

--
Aj.
Systems Administrator / Developer





[vchkpw] message_wall Howto

2003-02-18 Thread mike



hi
Help needed regarding installing message wall with 
vpopmail and smtp-auth .
Any help is appretiated .
 
thanks
BEGIN:VCARD
VERSION:2.1
N:Tawafig;Mike
FN:Mike Tawafig
ORG:Hooper Holmes
TITLE:Lan Admin
ADR;WORK:;;;Basking Ridge;NJ;;USA
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Basking Ridge, NJ=0D=0AUSA
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20030218T182208Z
END:VCARD



[vchkpw] HA! vqregister database issue squashed

2003-02-18 Thread Rick Romero


Allright, I've been running vqregister for quite a while, and I've
wanted to add a 'Secret Word' so users could re-request their email
password.  Obviously, the database functions should take care of that.

Not on my system :(

I think what it all came down to was my version of MySQL.  I think the
db functions for MySQL were done on an older version than I have, and my
version is just pickier.

Anyways, I attached a full patch that does everything but link
db_mysql.* -> db_*.  I don't know what parts or even if you want it, but
the biggest issue was the MySQL insert.  
Apparently my versions (I've upgraded since first trying), require the
column names before the values.  So I added that to db_mysql.c, and
that's reflected in the first part of the patch.

Have Fun!

Rick




diff -u vqregister-2.6/db_mysql.c vqregister-2.61/db_mysql.c
--- vqregister-2.6/db_mysql.c   Thu Mar  8 06:11:54 2001
+++ vqregister-2.61/db_mysql.c  Tue Feb 18 10:46:25 2003
@@ -44,7 +44,7 @@
 {
   int ret = 0, n = 0;
   char *query = NULL;
-
+  char *printme;
   /*
  Gather up combined length
  of fields, and number of fields.
@@ -62,14 +62,27 @@

   ret += strlen(db_name);
   ret += 23; /* "INSERT INTO " " VALUES (" ")" */
-
+   /* Needs to be "INSERT INTO " " (col1, col2) VALUES (" ")" */
   query = (char *)malloc(ret);
   if (query == NULL)
  return DB_E_MEM;

   memset((char *)query, 0, ret);

-  snprintf(query, ret, "INSERT INTO %s VALUES (", tname);
+  snprintf(query, ret, "INSERT INTO %s (", tname);
+
+  for (n = 0; nfields[n]; n++) {
+//  strncat(query, "", ret);
+  strncat(query, nfields[n], ret);
+
+  if (!fields[n + 1])
+ strncat(query, ")", ret);
+  else
+ strncat(query, ",", ret);
+  }
+
+   strncat(query, " VALUES (",ret);
+

   for (n = 0; fields[n]; n++) {
   strncat(query, "'", ret);
@@ -81,13 +94,15 @@
  strncat(query, "',", ret);
   }

+
+//  global_error(query,0,0);
   ret = mysql_real_query(&mysql, query, strlen(query));

   free(query);

   if (ret) {
- global_error("Database query failed", 0, 0);
- exit(1);
+global_error("Database query failed", 0, 0);
+exit(1);
   }

   return DB_E_SUCCESS;
Common subdirectories: vqregister-2.6/html and vqregister-2.61/html
diff -u vqregister-2.6/register.c vqregister-2.61/register.c
--- vqregister-2.6/register.c   Fri Mar 16 07:19:39 2001
+++ vqregister-2.61/register.c  Tue Feb 18 10:46:30 2003
@@ -10,7 +10,7 @@
 extern int password_len;
 extern char verify, *redirect, *password, allowpassword, advertise;
 char *dom = NULL, *user = NULL, *fname = NULL, *cemail = NULL, *pass = NULL,
- *vpass = NULL;
+ *vpass = NULL, *sword=NULL;

 void go_register(void)
 {
@@ -21,20 +21,21 @@
   fname = cgi_is_var("fname");
   user = cgi_is_var("user");
   cemail = cgi_is_var("cemail");
+  sword = cgi_is_var("secretword");

   if ((!dom) || (!user) || (!fname))
- global_error("Misconfigured templates.", 0, 0);
+ global_error("Misconfigured templates Error 1.", 0, 0);

   if (!allowpassword) {
  if (!cemail)
-global_error("Misconfigured templates.", 0, 0);
+global_error("Misconfigured templates Error 2.", 0, 0);
   }
   else {
  pass = cgi_is_var("pass");
  vpass = cgi_is_var("vpass");

  if ((!pass) || (!vpass))
-global_error("Misconfigured templates.", 0, 0);
+global_error("Missing 1st password or Verify Password.", 0, 0);
   }

   if (!allowpassword) {
@@ -67,13 +68,15 @@
   if (*fname)
  global_par("RN", fname);

+  if (*sword)
+global_par("RS", sword);
   /*
  Always do this, because cemail can be optional.
   */
   if (cemail)
  global_par("CE", cemail);

-  if ((!(*dom)) || (!(*user)) || (!(*fname))) {
+  if ((!(*dom)) || (!(*user)) || (!(*fname)) || (!(*sword))) {
  global_warning("Please fill in all fields.");

  if (allowpassword)diff -u vqregister-2.6/vqregister.conf vqregister-2.61/vqregister.conf
--- vqregister-2.6/vqregister.conf  Fri Mar 16 07:22:44 2001
+++ vqregister-2.61/vqregister.conf Tue Feb 18 10:46:54 2003
@@ -185,7 +185,7 @@
 # Syntax: DB_Fields  [,[,]]
 #

-DB_Fields user_info user,dom,pass,cemail,fname
+DB_Fields user_info user,dom,pass,cemail,fname,secretword

 # ADVERTISE
 #
diff -u vqregister-2.6/vqregister.email vqregister-2.61/vqregister.email
--- vqregister-2.6/vqregister.email Mon Mar  5 07:48:16 2001
+++ vqregister-2.61/vqregister.emailTue Feb 18 10:47:16 2003
@@ -11,4 +11,6 @@
 Please do not respond to this message, as it has been
 generated by an unattended mail box.

+Your Secret Recovery Word is: $-RS.
+
 Send all email inquiries to the administrator at $-CA.



Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Júlio Espada Olivares
Ok, thanks for helping.
The queue was moved successfuly and then I ran queue-fix 1.4
I tested by sending our newsletter to 65 000 address and everything is ok.

Thanks to all






Re: [vchkpw] List ettiquite (was Re: [vchkpw] Moving qmail queue)

2003-02-18 Thread Paul Theodoropoulos

Well said, and while I still disagree on several points, I'll take it 
off-list - as we're in a recursive loop of off-topic discussion of 
off-topic discussion!

At 09:00 AM 02-18-2003, Andrew Kohlsmith wrote:
> This is strictly a qmail problem. it has zippo to do with vpopmail.
> Answering this question only encourages further abuse of the list.

Agreed, but disagreed at the same time.  :-)

> sorry, i'm not directly flaming Andrew, i'm flaming the concept of
> indiscriminate 'help', which is not help, it's a crutch. are there really
> that many people online who don't know how to spell g-o-o-g-l-e?

I do agree on this point.  Google is always my first line of defense and,
interestingly enough, the first hit off of "qmail move queue" is relavent,
although not detailled.

At least to me, qmail and vpopmail are inseparable.  I don't remember the 
last
time I've run qmail without vpopmail running right on beside it, even in
single-domain systems where mail user also has a unix account.

As far as list abuse goes -- lists are here to facilitate people helping
people.  Period.  qmail is directly related to vpopmail (or vice-versa) so
throwing out a quick help for something not directly vpopmail but very likely
been solved by someone using vpopmail is not list abuse, IMO.  Why should I
be subscribed to the (higher traffic) qmail list when everyone on vpopmail is
also running qmail and it a quick answer does not significantely lower the
signal-to-noise ratio?   When the thread carries on (how can I hide my IP,
anyone?) and it's clearly nowhere related to the official list subject or
even to qmail now, _then_ it should be gently moved offlist.  Hell I'm not
getting any feedback on my vpopmail-postgres in 5.3.16 questions so why not
help someone else out while waiting?  :-)

Indiscriminately telling people "go there and try" is a little cold in my
opinion, especially since it's so closely related to the list subject and you
already know the answer.

My father used to do something similar to me -- "What's [insert word here]
mean?"  "Go look it up." -- He knew the answer, and it would have taken less
energy and effort to just tell me in a single sentence or two, but instead he
made me go look it up -- what did it teach me?  Virtually nothing.  His
theory was that by looking it up I'd remember it but that's got no basis in
reality.  I already knew how to do research (and was quite good at it) and
how to operate a dictionary, but if I was in the middle of a good book or
something it was more of a waste of time and laziness on both our parts to
have to go look it up.  I have three children of my own now and that's one
thing I am certainly not going to do to them.

Now if you replied with the answer and said "the resources are over here and
there, and this really isn't on-topic" -- that's different.  You've given the
answer, provided links and it's now in the archives so that anyone else who
comes and searches (which the OP apparently didn't do, and I didn't realize)
will find the answer.  The end result:  The list helps not only the OP but
anyone coming afterward who practices a it of ettiquite before
indiscriminately asking questions.

Yeah it's more work on the answerer's part but really the point is moot -- if
you're going to spend a minute to reply, why not spend two and reply with an
answer that will help more than just the one person?

So no flame from this side -- just another side to what we both see as a
(potential) problem.  :-)

Regards,
Andrew

Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net 





Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Rick Updegrove \(dislists\)
> (Yeah, I jumped at the bait, silly me. )


I am staying away from the flame bait

To the guy who ran out of disk space:

If you use qmail, you will eventually need this:
http://www-archive.ornl.gov:8000/  There you can search for any qmail
problem and usually find the answer.

Moving the queue can be done, even I have successfully done it before, but I
suggest you read everything you can before you try it, especially if people
are depending on your mail server.

Here is one useful discussion on the matter.

http://www.ornl.gov/cts/archives/mailing-lists/qmail/2001/11/msg00118.html





Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Paul Theodoropoulos
At 08:58 AM 02-18-2003, Mark Nicholas wrote:

> i'm flaming the concept of indiscriminate 'help', which is not help,
> it's a crutch. are there really that many people online who don't know
> how to spell g-o-o-g-l-e?

Occasionally people NEED crutches before they can start running and to
flame someone for taking the time and effort to actually help is.


as i said, i wasn't flaming andrew specifically. i disagree that people 
need crutches. people need to be pointed in the right direction, rather 
than being spoon-fed.

But then, I suppose you could be one of those (few) people who has never
asked the wrong question in the wrong place.


non-sequitur. the issue is not in the asking per se, it's in the indulgence 
with an answer, rather than pointing them in the right direction.

(Yeah, I jumped at the bait, silly me. )


this is true, if you presume it was bait.

tell me, where can i find more information on the geneology of the name 
"Nicholas"?

think before you answer. ;^)


Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net 





[vchkpw] List ettiquite (was Re: [vchkpw] Moving qmail queue)

2003-02-18 Thread Andrew Kohlsmith
> This is strictly a qmail problem. it has zippo to do with vpopmail.
> Answering this question only encourages further abuse of the list.

Agreed, but disagreed at the same time.  :-)

> sorry, i'm not directly flaming Andrew, i'm flaming the concept of
> indiscriminate 'help', which is not help, it's a crutch. are there really
> that many people online who don't know how to spell g-o-o-g-l-e?

I do agree on this point.  Google is always my first line of defense and, 
interestingly enough, the first hit off of "qmail move queue" is relavent, 
although not detailled.  

At least to me, qmail and vpopmail are inseparable.  I don't remember the last 
time I've run qmail without vpopmail running right on beside it, even in 
single-domain systems where mail user also has a unix account.

As far as list abuse goes -- lists are here to facilitate people helping 
people.  Period.  qmail is directly related to vpopmail (or vice-versa) so 
throwing out a quick help for something not directly vpopmail but very likely 
been solved by someone using vpopmail is not list abuse, IMO.  Why should I 
be subscribed to the (higher traffic) qmail list when everyone on vpopmail is 
also running qmail and it a quick answer does not significantely lower the 
signal-to-noise ratio?   When the thread carries on (how can I hide my IP, 
anyone?) and it's clearly nowhere related to the official list subject or 
even to qmail now, _then_ it should be gently moved offlist.  Hell I'm not 
getting any feedback on my vpopmail-postgres in 5.3.16 questions so why not 
help someone else out while waiting?  :-)

Indiscriminately telling people "go there and try" is a little cold in my 
opinion, especially since it's so closely related to the list subject and you 
already know the answer.

My father used to do something similar to me -- "What's [insert word here] 
mean?"  "Go look it up." -- He knew the answer, and it would have taken less 
energy and effort to just tell me in a single sentence or two, but instead he 
made me go look it up -- what did it teach me?  Virtually nothing.  His 
theory was that by looking it up I'd remember it but that's got no basis in 
reality.  I already knew how to do research (and was quite good at it) and 
how to operate a dictionary, but if I was in the middle of a good book or 
something it was more of a waste of time and laziness on both our parts to 
have to go look it up.  I have three children of my own now and that's one 
thing I am certainly not going to do to them.

Now if you replied with the answer and said "the resources are over here and 
there, and this really isn't on-topic" -- that's different.  You've given the 
answer, provided links and it's now in the archives so that anyone else who 
comes and searches (which the OP apparently didn't do, and I didn't realize) 
will find the answer.  The end result:  The list helps not only the OP but 
anyone coming afterward who practices a it of ettiquite before 
indiscriminately asking questions.

Yeah it's more work on the answerer's part but really the point is moot -- if 
you're going to spend a minute to reply, why not spend two and reply with an 
answer that will help more than just the one person?

So no flame from this side -- just another side to what we both see as a 
(potential) problem.  :-)

Regards,
Andrew




Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Mark Nicholas
> i'm flaming the concept of indiscriminate 'help', which is not help,
> it's a crutch. are there really that many people online who don't know
> how to spell g-o-o-g-l-e? 

Occasionally people NEED crutches before they can start running and to 
flame someone for taking the time and effort to actually help is.

But then, I suppose you could be one of those (few) people who has never 
asked the wrong question in the wrong place.

(Yeah, I jumped at the bait, silly me. )

-- 


RAM disk is not an installation procedure.
***
* Mark Nicholas
* MCSE MCP +I
* Lawton Bros., Inc
* [EMAIL PROTECTED]
***




Re: [vchkpw] How can I hide my IP

2003-02-18 Thread vol
With an editor such as vi or pico, and the qmail source.
If you're asking me how to program in C, you're going to need
a lot more than an email for that.

[EMAIL PROTECTED] wrote:

How would I patch Qmail to achieve this?

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:14 AM
Subject: Re: [vchkpw] How can I hide my IP




Sounds pretty shady to me.  However, as the administrator, patches to
your MTA would do the trick.

[EMAIL PROTECTED] wrote:


No, it's request from my employer to avoid his multiple businesses being
identified as coming from the same origin.


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:06 AM
Subject: Re: [vchkpw] How can I hide my IP





Why would you like to hide your IP?  Are you planning on
sending mass quantities of unsolicted mail?

[EMAIL PROTECTED] wrote:



Sorry,
Yes, I would like to hide the IP of my computer.

- Original Message -
From: "Clayton Weise" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 1:56 AM
Subject: RE: [vchkpw] How can I hide my IP


You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least



replace



my ip with the servers ip?

Thanks

Brett

















--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices













--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices














--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices





Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Paul Theodoropoulos
I'll probably get flamed for this, but I really think it's a mistake to 
overindulge those who use the shotgun approach to getting other people to 
help them.

This is strictly a qmail problem. it has zippo to do with vpopmail. 
Answering this question only encourages further abuse of the list.

sorry, i'm not directly flaming Andrew, i'm flaming the concept of 
indiscriminate 'help', which is not help, it's a crutch. are there really 
that many people online who don't know how to spell g-o-o-g-l-e?

At 08:18 AM 02-18-2003, Andrew Kohlsmith wrote:
> I have a problem with qmail. Qmail qeue files are in /var/qmail but I need
> to move this files due to low space in my disk

There are a couple ways to do this: set up a second instance of qmail in the
new location and just let the old instance finish delivering its queue (i.e.
not take any more emails in), then remove it.

The second way would just be to move your queue over and then run 
queue-fix or
queue-repair.py (I prefer the latter) -- the files in the queue are named
according to their inode number, so if you just move it without correcting
the filenames you will not get far.

The files mentioned are available on any qmail.org mirror.

Regards,
Andrew

Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net 





RE: [vchkpw] How can I hide my IP

2003-02-18 Thread Clayton Weise
Regardless of our own personal disagreements.  To answer your question:

Yes it is possible, but there is no setting for it.  You'll need to open up
the source of qmail (or whatever MTA you decide to use) and make changes to
it in order to do this.  Removal of, or not adding in, the client IP of the
sender does not follow SMTP standards and understand that if you do this it
might result in other hosts blocking all mail from your mail server(s)
and/or IP block.  It would be a trick that most spammers would use to hide
themselves, and therefore is not highly liked by the mail server community
;).  It's open source, it's unix, so you're limited only to your abilities
to change the code.  But there is no easy solution that we have for you, I'm
sorry.  And judging from the response we've seen here, I wouldn't expect to
get a lot of help either.  My apologies, but that's your answer.

-Clayton

-Original Message-
From: Paul Theodoropoulos [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 18, 2003 8:25 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] How can I hide my IP



hmm, i was going to defend you with regard to some of the judgemental posts 
that have been made ('sending bulk email?' 'sounds shady'), but 
unfortunately, what you describe below sounds unethical at best, illegal at 
worst.

At 08:16 AM 02-18-2003, [EMAIL PROTECTED] wrote:
>To clear up some judgement that are being made, the hiding of my IP is 
>purely a protective measure NOT to send bulk email. My employer deals 
>one on one with clients, however when the IP is displayed it identifies 
>which country he is operating from and some of his agreements state 
>that he must reside in a particular country to participate.
>
>- Original Message -
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Sent: Wednesday, February 19, 2003 2:08 AM
>Subject: Re: [vchkpw] How can I hide my IP
>
>
> > No, it's request from my employer to avoid his multiple businesses 
> > being identified as coming from the same origin.
> >
> >
> > - Original Message -
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 19, 2003 2:06 AM
> > Subject: Re: [vchkpw] How can I hide my IP
> >
> >
> > > Why would you like to hide your IP?  Are you planning on sending 
> > > mass quantities of unsolicted mail?
> > >
> > > [EMAIL PROTECTED] wrote:
> > > > Sorry,
> > > > Yes, I would like to hide the IP of my computer.
> > > >
> > > > - Original Message -
> > > > From: "Clayton Weise" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Wednesday, February 19, 2003 1:56 AM
> > > > Subject: RE: [vchkpw] How can I hide my IP
> > > >
> > > >
> > > > You mean hide the IP of your computer?
> > > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, February 17, 2003 2:42 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [vchkpw] How can I hide my IP
> > > >
> > > >
> > > > BlankHi,
> > > >
> > > > Is it possible to hide my ip address on my outbound mail or at 
> > > > least
> > replace
> > > > my ip with the servers ip?
> > > >
> > > > Thanks
> > > >
> > > > Brett
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > mailto:[EMAIL PROTECTED]
> > > Matt Brookings - Chief Technical Officer
> > > Inter7 Internet Technologies, Inc.
> > > www.inter7.com - 847-492-0470
> > > Prices at http://www.inter7.com/prices
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >

Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net  










Re: [vchkpw] How can I hide my IP

2003-02-18 Thread Paul Theodoropoulos

hmm, i was going to defend you with regard to some of the judgemental posts 
that have been made ('sending bulk email?' 'sounds shady'), but 
unfortunately, what you describe below sounds unethical at best, illegal at 
worst.

At 08:16 AM 02-18-2003, [EMAIL PROTECTED] wrote:
To clear up some judgement that are being made, the hiding of my IP is
purely a protective measure NOT to send bulk email. My employer deals one on
one with clients, however when the IP is displayed it identifies which
country he is operating from and some of his agreements state that he must
reside in a particular country to participate.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:08 AM
Subject: Re: [vchkpw] How can I hide my IP


> No, it's request from my employer to avoid his multiple businesses being
> identified as coming from the same origin.
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 19, 2003 2:06 AM
> Subject: Re: [vchkpw] How can I hide my IP
>
>
> > Why would you like to hide your IP?  Are you planning on
> > sending mass quantities of unsolicted mail?
> >
> > [EMAIL PROTECTED] wrote:
> > > Sorry,
> > > Yes, I would like to hide the IP of my computer.
> > >
> > > - Original Message -
> > > From: "Clayton Weise" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, February 19, 2003 1:56 AM
> > > Subject: RE: [vchkpw] How can I hide my IP
> > >
> > >
> > > You mean hide the IP of your computer?
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, February 17, 2003 2:42 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [vchkpw] How can I hide my IP
> > >
> > >
> > > BlankHi,
> > >
> > > Is it possible to hide my ip address on my outbound mail or at least
> replace
> > > my ip with the servers ip?
> > >
> > > Thanks
> > >
> > > Brett
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > mailto:[EMAIL PROTECTED]
> > Matt Brookings - Chief Technical Officer
> > Inter7 Internet Technologies, Inc.
> > www.inter7.com - 847-492-0470
> > Prices at http://www.inter7.com/prices
> >
> >
> >
> >
>
>
>
>
>


Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net  





Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Andrew Kohlsmith
> I have a problem with qmail. Qmail qeue files are in /var/qmail but I need
> to move this files due to low space in my disk

There are a couple ways to do this: set up a second instance of qmail in the 
new location and just let the old instance finish delivering its queue (i.e. 
not take any more emails in), then remove it.

The second way would just be to move your queue over and then run queue-fix or 
queue-repair.py (I prefer the latter) -- the files in the queue are named 
according to their inode number, so if you just move it without correcting 
the filenames you will not get far.

The files mentioned are available on any qmail.org mirror.

Regards,
Andrew




Re: [vchkpw] How can I hide my IP

2003-02-18 Thread brett
To clear up some judgement that are being made, the hiding of my IP is
purely a protective measure NOT to send bulk email. My employer deals one on
one with clients, however when the IP is displayed it identifies which
country he is operating from and some of his agreements state that he must
reside in a particular country to participate.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:08 AM
Subject: Re: [vchkpw] How can I hide my IP


> No, it's request from my employer to avoid his multiple businesses being
> identified as coming from the same origin.
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 19, 2003 2:06 AM
> Subject: Re: [vchkpw] How can I hide my IP
>
>
> > Why would you like to hide your IP?  Are you planning on
> > sending mass quantities of unsolicted mail?
> >
> > [EMAIL PROTECTED] wrote:
> > > Sorry,
> > > Yes, I would like to hide the IP of my computer.
> > >
> > > - Original Message -
> > > From: "Clayton Weise" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, February 19, 2003 1:56 AM
> > > Subject: RE: [vchkpw] How can I hide my IP
> > >
> > >
> > > You mean hide the IP of your computer?
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, February 17, 2003 2:42 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [vchkpw] How can I hide my IP
> > >
> > >
> > > BlankHi,
> > >
> > > Is it possible to hide my ip address on my outbound mail or at least
> replace
> > > my ip with the servers ip?
> > >
> > > Thanks
> > >
> > > Brett
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > mailto:[EMAIL PROTECTED]
> > Matt Brookings - Chief Technical Officer
> > Inter7 Internet Technologies, Inc.
> > www.inter7.com - 847-492-0470
> > Prices at http://www.inter7.com/prices
> >
> >
> >
> >
>
>
>
>
>






Re: [vchkpw] How can I hide my IP

2003-02-18 Thread vol
Sounds pretty shady to me.  However, as the administrator, patches to
your MTA would do the trick.

[EMAIL PROTECTED] wrote:

No, it's request from my employer to avoid his multiple businesses being
identified as coming from the same origin.


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:06 AM
Subject: Re: [vchkpw] How can I hide my IP




Why would you like to hide your IP?  Are you planning on
sending mass quantities of unsolicted mail?

[EMAIL PROTECTED] wrote:


Sorry,
Yes, I would like to hide the IP of my computer.

- Original Message -
From: "Clayton Weise" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 1:56 AM
Subject: RE: [vchkpw] How can I hide my IP


You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least



replace


my ip with the servers ip?

Thanks

Brett

















--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices














--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices





Re: [vchkpw] How can I hide my IP

2003-02-18 Thread brett
No, it's request from my employer to avoid his multiple businesses being
identified as coming from the same origin.


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:06 AM
Subject: Re: [vchkpw] How can I hide my IP


> Why would you like to hide your IP?  Are you planning on
> sending mass quantities of unsolicted mail?
>
> [EMAIL PROTECTED] wrote:
> > Sorry,
> > Yes, I would like to hide the IP of my computer.
> >
> > - Original Message -
> > From: "Clayton Weise" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 19, 2003 1:56 AM
> > Subject: RE: [vchkpw] How can I hide my IP
> >
> >
> > You mean hide the IP of your computer?
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 17, 2003 2:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: [vchkpw] How can I hide my IP
> >
> >
> > BlankHi,
> >
> > Is it possible to hide my ip address on my outbound mail or at least
replace
> > my ip with the servers ip?
> >
> > Thanks
> >
> > Brett
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> mailto:[EMAIL PROTECTED]
> Matt Brookings - Chief Technical Officer
> Inter7 Internet Technologies, Inc.
> www.inter7.com - 847-492-0470
> Prices at http://www.inter7.com/prices
>
>
>
>






RE: [vchkpw] How can I hide my IP

2003-02-18 Thread Clayton Weise
Without changing how SMTP header tagging works, you'll have a tough time
doing it.  The client IP is logged in the headers for a reason, email
tracking.  Works great for blocking spammers :).

-Clayton

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 18, 2003 8:07 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [vchkpw] How can I hide my IP


Why would you like to hide your IP?  Are you planning on sending mass
quantities of unsolicted mail?

[EMAIL PROTECTED] wrote:
> Sorry,
> Yes, I would like to hide the IP of my computer.
> 
> - Original Message -
> From: "Clayton Weise" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 19, 2003 1:56 AM
> Subject: RE: [vchkpw] How can I hide my IP
> 
> 
> You mean hide the IP of your computer?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 17, 2003 2:42 PM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] How can I hide my IP
> 
> 
> BlankHi,
> 
> Is it possible to hide my ip address on my outbound mail or at least 
> replace my ip with the servers ip?
> 
> Thanks
> 
> Brett
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 


-- 
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices









Re: [vchkpw] How can I hide my IP

2003-02-18 Thread vol
Why would you like to hide your IP?  Are you planning on
sending mass quantities of unsolicted mail?

[EMAIL PROTECTED] wrote:

Sorry,
Yes, I would like to hide the IP of my computer.

- Original Message -
From: "Clayton Weise" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 1:56 AM
Subject: RE: [vchkpw] How can I hide my IP


You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least replace
my ip with the servers ip?

Thanks

Brett

















--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices





Re: [vchkpw] How can I hide my IP

2003-02-18 Thread brett
Sorry,
Yes, I would like to hide the IP of my computer.

- Original Message -
From: "Clayton Weise" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 1:56 AM
Subject: RE: [vchkpw] How can I hide my IP


You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least replace
my ip with the servers ip?

Thanks

Brett















Re: [vchkpw] How can I hide my IP

2003-02-18 Thread vol
Any good MTA software, Qmail for instance, is going to record the
original sender's IP inside the first Received header.  So, basically,
if the MTA does as it should no.  If it doesnt, you dont need to perform
any special functions to 'hide' your IP.

Clayton Weise wrote:

You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least replace
my ip with the servers ip?

Thanks

Brett











--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices





RE: [vchkpw] How can I hide my IP

2003-02-18 Thread Clayton Weise
You mean hide the IP of your computer?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 17, 2003 2:42 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I hide my IP


BlankHi,

Is it possible to hide my ip address on my outbound mail or at least replace
my ip with the servers ip?

Thanks

Brett










Re: [vchkpw] password hash info

2003-02-18 Thread Peter Palmreuther
Hi Ron,

On 18 Feb 2003 09:02:14 -0500 Ron Culler <[EMAIL PROTECTED]> wrote:

> I am writing a perl module that will change the users passwords after
> verifing the old password.  What I'm looking for is the method used by
> vpopmail to generate the password.  My goal is to create a perl version
> of this.

Is it _that difficulty_ as a person that wants to develop something on
top of vpopmail to have a look at the source code?

vpasswd.c, the source code for vpasswd, used for (native) password
changing reveals: a call to 'vgetpasswd()'. 
A short grep shows: declared in vpopmail.h, defined in vpopmail.c.
'vgetpasswd()' itself calls 'mkpasswd3()', "hidden" in the same file.
And 'mkpasswd3()' makes use of crypt(), a standard unix library function
to encrypt passwords one-way ... as any good perl documentation mentions
too.

Are you sure you're the right one to develope something _that_ sensible
as "password checking and changing" if you ain't able to figure out _from
the source code_ that the standard library call is used???
-- 
Ciao,
 Peter




Re: [vchkpw] Vpopmail + postfix

2003-02-18 Thread Jesse Guardiani
On Tuesday 18 February 2003 05:58, Luiz Henrique wrote:
> Hello everybody!
> Is possible the vpopmail run with postfix to manage virtual domains? If
> yes, how? Thanks
> []'s

Yes, but I believe you need to have Qmail installed as your incoming SMTP
MTA, and Postfix simply performs as your outgoing MTA. There's a section
about this on the inter7 website here:

http://www.inter7.com/vpopmail/postfix.txt

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






[vchkpw] password hash info

2003-02-18 Thread Ron Culler
I am writing a perl module that will change the users passwords after
verifing the old password.  What I'm looking for is the method used by
vpopmail to generate the password.  My goal is to create a perl version
of this.   


-- 
Ron Culler






[vchkpw] Strange behavior when using é,á,ú,ő,ó,ü,ö,ű

2003-02-18 Thread CoyoteTM



Hello !
 
Maybe it is a qmailadmin problem, maybe 
not.
 
If I set the comment field to : "é Ú Û", than 
qmailadmin adds it to database, but then I cannot modify the users comment 
field, and can not change password.
 
I think, that after the space can be any kind of 
non regular english letters.
 
The strangst thing is that I tried it again, and 
now it is working.
 
This problem showed up when someone told me that he 
can not change his password.
The comment field lookd like this : Fx Rx. 
Göxxöxxöx Üxxx
Than I changed the Ü to little ü in mysql, and then 
everything worked fine.
Sometimes I I try to add a user, with a nem like 
the above, the qmailadmin say: Error adding user, but It adds to database, 
then I cannot modify from qmailadmin. 
 
Any idea ?
 
I am using : vpopmail 5.2.1, qmailadmin 1.0.6, and 
mysql 3.23.49 on a Debnian box.
 
CoyoteTM


[vchkpw] Vpopmail + postfix

2003-02-18 Thread Luiz Henrique



Hello everybody!
Is possible the vpopmail run with postfix to manage 
virtual domains? If yes, how?
Thanks
[]'s