Re: Mail Forwarding Service

2001-07-28 Thread Adrian Ho
On Sat, Jul 28, 2001 at 02:11:09AM -0400, Philip Mak wrote: I am using qmail to run a mail forwarding service. When the mail server receives a message at [EMAIL PROTECTED], it looks up the alias in a MySQL database and forwards the message to an e-mail address given in the MySQL database

Re: Mail Forwarding Service

2001-07-28 Thread Philip Mak
On Sat, 28 Jul 2001, Adrian Ho wrote: Why use a program delivery when you can use .qmail forward directives? man dot-qmail for details, and create the necessary .qmail files (probably .qmail-youralias in the same directory you put your domain's .qmail-default). Well, there's over 10,000

Re: Mail Forwarding Service

2001-07-28 Thread Todd Finney
At 02:44 AM 7/28/01, Philip Mak wrote: On Sat, 28 Jul 2001, Adrian Ho wrote: Why use a program delivery when you can use .qmail forward directives? man dot-qmail for details, and create the necessary .qmail files (probably .qmail-youralias in the same directory you put your domain's

Re: Mail Forwarding Service

2001-07-28 Thread Adrian Ho
On Sat, Jul 28, 2001 at 02:44:45AM -0400, Philip Mak wrote: On Sat, 28 Jul 2001, Adrian Ho wrote: Why use a program delivery when you can use .qmail forward directives? man dot-qmail for details, and create the necessary .qmail files (probably .qmail-youralias in the same directory you

Re: Mail Forwarding Service

2001-07-28 Thread Frank D. Cringle
Philip Mak [EMAIL PROTECTED] writes: Hello, I am using qmail to run a mail forwarding service. When the mail server receives a message at [EMAIL PROTECTED], it looks up the alias in a MySQL database and forwards the message to an e-mail address given in the MySQL database. I am

Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Philip Mak
On 28 Jul 2001, Frank D. Cringle wrote: Use fastforward - http://cr.yp.to/fastforward.html Periodically dump the relevant parts of your MySQL database into the cdb that fastforward uses. Hmm, looks like it could work. The Speed tests section of http://cr.yp.to/fastforward.html says that it

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 05:34:59AM -0400, Philip Mak wrote: [snip] My question about fastforward is: Will my existing .qmail-* files stop working? If so, how can I make the ezmlm aliases still work? e.g. one of Yes, they will work. fastforward will just sit in .qmail-default and handle

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Adrian Ho
. I'd be more worried about speed of delivery than speed of DB regeneration. Note that it's still a program delivery, albeit done through a more efficient program than your existing perlDB script. As an aside, has anyone done any performance comparisons between fastforward and .qmail-forwarding

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Philip Mak
On Sat, 28 Jul 2001, Adrian Ho wrote: Hmm, looks like it could work. The Speed tests section of http://cr.yp.to/fastforward.html says that it takes only 6 seconds to regenerate an alias db with 5 entries. I could run a cron job every two hours to regenerate the cdb. I'd be more

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Adrian Ho
On Sat, Jul 28, 2001 at 07:28:04AM -0400, Philip Mak wrote: I wonder if in the future, they'll make an alias delivery option in qmail; that is, it calls an external program, but instead of sending the entire message to the program, it just sends the RCPT TO: address to the program and the

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
On Sat, Jul 28, 2001 at 09:35:32PM +0800, Adrian Ho allegedly wrote: On Sat, Jul 28, 2001 at 07:28:04AM -0400, Philip Mak wrote: I wonder if in the future, they'll make an alias delivery option in qmail; that is, it calls an external program, but instead of sending the entire message to

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 09:35:32PM +0800, Adrian Ho wrote: On Sat, Jul 28, 2001 at 07:28:04AM -0400, Philip Mak wrote: I wonder if in the future, they'll make an alias delivery option in qmail; that is, it calls an external program, but instead of sending the entire message to the program,

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Philip Mak
On 28 Jul 2001, MarkD wrote: To answer Philip's question: Yes, that overhead is un[avoidable] as there is no standard qmail solution for redirecting mail without it going thru the queue at least once. Having said that your concern about overhead may be misplaced. What sort of volume are

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 10:29:31AM -0400, Philip Mak wrote: [snip] Upon activating this system, the load average of the machine has increased from 1-2 to 10! I suspect most of the time is being spent compiling the perl script and connecting to the MySQL database, though. If I switch to

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
That's not what he means. This still reads the message and reinjects it. His proposal (which I have been pondering about for months already :) means that a program can tell qmail 'send this mail you are trying to give to me, to this address' without reinjection. This could save a lot of disk

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
24000 total users on a Pentium III 850MHz with 768 MB of RAM (not sure how many are active though...at least a couple thousand). By volume I meant how many emails per hour. Number of users is largely irrelevant. Upon activating this system, the load average of the machine has increased from

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 02:44:08PM +, MarkD wrote: That's not what he means. This still reads the message and reinjects it. His proposal (which I have been pondering about for months already :) means that a program can tell qmail 'send this mail you are trying to give to me, to this

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 02:50:15PM +, MarkD wrote: [snip] At this stage, periodic rebuilding of a fastforward file sure sounds easiest - perhaps triggered by database changes. A 'select * from ...' followed by a fastforward cdb rebuild should pose no interesting load when executed, say,

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
The qmail architecture does not lend itself well to this though does it? qmail-remote is the only code that knows how to remotely deliver a message and qmail-smtpd would have to be (extensively) modified to call that instead of qmail-queue. You are missing the point. We are just saying

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
My rough guess (see grep | wc above) is 7000 deliveries per hour. About 2 a second, that's not huge, but it's starting to get busy when you have to invoke multiple programs and establish a socket each time to your database. I see status: local 10/10 a lot. It goes back down in a few seconds,

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 11:20:37AM -0400, Philip Mak wrote: [snip] I'm also considering putting in my .qmail-default file: |forward `database-lookup $RECIPIENT` where database-lookup is a simple C program that connects to MySQL, looks up the recipient in the database, and prints it to

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Adrian Ho
On Sat, Jul 28, 2001 at 04:21:29PM +0200, Peter van Dijk wrote: On Sat, Jul 28, 2001 at 09:35:32PM +0800, Adrian Ho wrote: |forward `my-redirector $RECIPIENT` That's not what he means. This still reads the message and reinjects it. Oops! That means it's time to hit the sack. 8-) But

Re: Mail Forwarding Service

2001-07-28 Thread cfm
be easy to measure for sure with vmstat/top/acct, etc. Yes, it's per delivery. The forwarding program tends to take up around 5% of CPU according to top. We have a similar script. Watch a mailing list hit and the load average goes way up. We only use it where WYSIWYG changes to forwarding

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Philip Mak
entering the realm of pinhole optimization (or some equivalent concept). Is the performance boost worth the kinks it'll likely introduce in the existing qmail architecture? I'm not sure... Is it really that complicated to get the forwarding alias from a program? I'm thinking---at the moment when

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 03:36:02PM +, MarkD wrote: [snip] It'll be interesting to see how you propose to atomically make such queue changes while incurring a worthwhile queueing cost saving. I have no such proposal. I just feel that with some changes to the queueing structure, this might

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Peter van Dijk
On Sat, Jul 28, 2001 at 12:42:14PM -0400, Philip Mak wrote: [snip] I am not familiar with the internals of qmail, but from what I have seen, this would make sense. Yes. This program could then just talk to /var/qmail/bin/qmail-queue itself, or talk to /var/qmail/bin/forward. Greetz, Peter --

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread Philip Mak
On Sat, 28 Jul 2001, Peter van Dijk wrote: I am not familiar with the internals of qmail, but from what I have seen, this would make sense. Yes. This program could then just talk to /var/qmail/bin/qmail-queue itself, or talk to /var/qmail/bin/forward. Oh, so you're saying if e.g. on

Re: Fastforward question (was Re: Mail Forwarding Service)

2001-07-28 Thread MarkD
On Sat, Jul 28, 2001 at 02:22:25PM -0400, Philip Mak allegedly wrote: On Sat, 28 Jul 2001, Peter van Dijk wrote: I am not familiar with the internals of qmail, but from what I have seen, this would make sense. Yes. This program could then just talk to /var/qmail/bin/qmail-queue

Forwarding Problem: Solved!

2001-07-28 Thread Philip Mak
I found out two things: (1) compiling a perl script every time an e-mail message arrives is quite inefficient, but connecting to the database is okay (2) I had a mail infinite loop #1 was fixed by rewriting my .qmail-default script in C instead of perl. It does almost exactly the same

Mail Forwarding Service

2001-07-27 Thread Philip Mak
Hello, I am using qmail to run a mail forwarding service. When the mail server receives a message at [EMAIL PROTECTED], it looks up the alias in a MySQL database and forwards the message to an e-mail address given in the MySQL database. I am accomplishing this by putting in my .qmail-default

Re: remote relay, multiple forwarding

2001-07-13 Thread Dave Sill
Charles Cazabon [EMAIL PROTECTED] wrote: This is the way to do it. What you could do is make a domain virtual, and create a couple of .qmail files to handle it. In virtual domains, do defaultdomain:alias-defaultdomain then have ~alias/.qmail-defaultdomain-jim, which forwards to two

RE: forwarding problem

2001-07-12 Thread GARGIULO Eduardo INGDESI
I have a problem with some messages that are not forwarded and I don't know why. I have the following configuration: echo egargiulo ~alias/.qmail-root echo egargiulo ~alias/.qmail-postmaster echo egargiulo ~alias/.qmail-mailer-daemon cat ~egargiulo/.qmail [EMAIL PROTECTED]

Re: forwarding problem

2001-07-12 Thread Henning Brauer
On Thu, Jul 12, 2001 at 08:56:30AM -0300, GARGIULO Eduardo INGDESI wrote: I think, the bogus mail sender is #@[] ,so the MTA that receives the This is a double bounce that never should get delivered outside your host. -- * Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de * *

remote relay, multiple forwarding

2001-07-12 Thread ~darkage
Im trying to setup mutliple forwarding for only ONE user account in the domain (ie. jim@defaultdomain forwards to jim@domain1 to jim@domain2) on a qmail server that just does inbound/outbound relaying, only remote deliverys no local ones. I've been reading the life with qmail guide

Re: remote relay, multiple forwarding

2001-07-12 Thread Charles Cazabon
~darkage [EMAIL PROTECTED] wrote: Im trying to setup mutliple forwarding for only ONE user account in the domain (ie. jim@defaultdomain forwards to jim@domain1 to jim@domain2) on a qmail server that just does inbound/outbound relaying, only remote deliverys no local ones. If you're

Re: Forwarding Nightmare

2001-07-11 Thread peter green
* lists [EMAIL PROTECTED] [010710 23:47]: The logs look fine. Prove it: post them. (That is, if you actually expect any help from the list...) /pg -- Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED] --- Oh, I've seen copies [of Linux Journal] around the terminal room at

forwarding problem

2001-07-11 Thread GARGIULO Eduardo INGDESI
Hi all. I have a problem with some messages that are not forwarded and I don't know why. I have the following configuration: echo admin ~alias/.qmail-root echo admin ~alias/.qmail-postmaster echo admin ~alias/.qmail-mailer-daemon cat ~admin/.qmail [EMAIL PROTECTED] ./Mailbox Some error

Re: forwarding problem

2001-07-11 Thread Dave Sill
GARGIULO Eduardo INGDESI [EMAIL PROTECTED] wrote: I have a problem with some messages that are not forwarded and I don't know why. I have the following configuration: echo admin ~alias/.qmail-root echo admin ~alias/.qmail-postmaster echo admin ~alias/.qmail-mailer-daemon cat

Forwarding Nightmare

2001-07-10 Thread lists
Hi, Last evening I tried to set up a .qmail file to forward messages to a remote address. I created a user testuser, and in his directory put a .qmail file with [EMAIL PROTECTED] I then sent a test message to the user. qmail has continually been sending messages to [EMAIL PROTECTED] all

Re: Forwarding Nightmare

2001-07-10 Thread Adrian Ho
On Wed, Jul 11, 2001 at 11:37:10AM +0900, lists wrote: I then sent a test message to the user. qmail has continually been sending messages to [EMAIL PROTECTED] all night at a frightening speed. I estimate around 25,000 mails have been sent so far. What Do The Logs Say? It sounds like the

Re: Forwarding Nightmare

2001-07-10 Thread lists
- Original Message - From: Adrian Ho [EMAIL PROTECTED] To: Qmail Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:32 PM Subject: Re: Forwarding Nightmare On Wed, Jul 11, 2001 at 11:37:10AM +0900, lists wrote: I then sent a test message to the user. qmail has

HELP with Aliases and Forwarding

2001-07-05 Thread Sherry Work
We have just moved to a Windows2000 server, and I set up all of our aliases and then when I set up the forwards for the aliases, the aliases names moved out of the aliases page. Our forwards are not working, and the only POP account is postmaster. I do not have access to the

Re: HELP with Aliases and Forwarding

2001-07-05 Thread Chris Johnson
On Thu, Jul 05, 2001 at 07:41:05AM -0700, Sherry Work wrote: We have just moved to a Windows2000 server, and I set up all of our aliases and then when I set up the forwards for the aliases, the aliases names moved out of the aliases page. Uhhh... say what? You're going to need to come up

Re: HELP with Aliases and Forwarding

2001-07-05 Thread Lars Hansson
On Thu, 5 Jul 2001 07:41:05 -0700 Sherry Work [EMAIL PROTECTED] wrote: We have just moved to a Windows2000 server, and I set up all of our aliases and then when I set up the forwards for the aliases, the aliases names moved out of the aliases page. I honestly did not know qmail worked on

Re: HELP with Aliases and Forwarding

2001-07-05 Thread Charles Cazabon
Lars Hansson [EMAIL PROTECTED] wrote: On Thu, 5 Jul 2001 07:41:05 -0700 Sherry Work [EMAIL PROTECTED] wrote: We have just moved to a Windows2000 server, and I set up all of our aliases and then when I set up the forwards for the aliases, the aliases names moved out of the aliases page.

automatic forwarding of msgs in folder

2001-06-19 Thread Massimo Quintini
My mail user ([EMAIL PROTECTED]) partecipate in many mailing list... I want automatically redirect the msgs in right folder and no in INBOX folder (for example the msgs of qmail mailing list MUST go in qmail folder, the msgs of sqwebmail in sqwebmail folder..and so on...) How can I do ??? (Can

Re: automatic forwarding of msgs in folder

2001-06-19 Thread Jörgen Persson
On Tue, Jun 19, 2001 at 11:31:42AM +0200, Massimo Quintini wrote: My mail user ([EMAIL PROTECTED]) partecipate in many mailing list... I want automatically redirect the msgs in right folder and no in INBOX folder (for example the msgs of qmail mailing list MUST go in qmail folder, the msgs

Re: automatic forwarding of msgs in folder

2001-06-19 Thread Ahmad Ridha
Massimo Quintini writes: My mail user ([EMAIL PROTECTED]) partecipate in many mailing list... I want automatically redirect the msgs in right folder and no in INBOX folder (for example the msgs of qmail mailing list MUST go in qmail folder, the msgs of sqwebmail in sqwebmail folder..and

Re: automatic forwarding of msgs in folder

2001-06-19 Thread Jörgen Persson
On Tue, Jun 19, 2001 at 11:55:35AM +0200, Jörgen Persson wrote: For example: $ echo ./Maildir-qmail/ ~/.qmail-qmail and change your adress on the qmail list to [EMAIL PROTECTED] Sorry I forgot... $ maildirmake ~/Maildir-qmail/ Jörgen

Re: automatic forwarding of msgs in folder

2001-06-19 Thread Frank Tegtmeyer
Massimo Quintini [EMAIL PROTECTED] writes: How can I do ??? (Can I use condredirect program with 822mess package...but how???) It's a job for maildrop or procmail. You will find maildrop here: http://www.flounder.net/~mrsam/maildrop/ Regards, Frank

Forwarding Question...

2001-06-19 Thread Jeffrey Austin Collop
Hi list, I've got qmail running, healthy on a 7.1 RH box. However, no matter what I try, I can't get the aliases to work right. I've got the user alias and if you run qmail-getpw alias it points to his home dir, however, if you run qmail-getpw info (or whatever alias you wanted to use) you get

Re: Forwarding Question...

2001-06-19 Thread Dave Sill
Jeffrey Austin Collop [EMAIL PROTECTED] wrote: @40003b2f84460273a1d4 delivery 134: deferral: Home_directory_is_sticky:_user_is_editing_his_.qmail_file._ (#4.2.1)/ @40003b2f84a202a82724 delivery 135: deferral: Home_directory_is_sticky:_user_is_editing_his_.qmail_file._ (#4.2.1)/

Re: Forwarding Question...

2001-06-19 Thread jcollop
Dave, Thanks for the help! Yes that was an obvious fix, but I'm new to qmail and getting it working and healthy all in one day (yesterday) must have fried my little brain! RTFM is great but sometimes you need some help :) Jeff Jeffrey Austin Collop [EMAIL PROTECTED] wrote:

Re: Forwarding Question...

2001-06-19 Thread Charles Cazabon
Jeffrey Austin Collop [EMAIL PROTECTED] wrote: Hi list, Don't post new subjects by replying to an existing thread. It screws up the threading in our MUAs and in the list archives. It's also considered rude. @40003b2f84460273a1d4 delivery 134: deferral:

Same domain in two machines and forwarding messages between

2001-06-05 Thread Sebastian Wain
Excuse me for repeat this question but I don't mind how to do this in qmail. I have one domain domain.com and two machines (AAA and BBB), AAA receives mail to [EMAIL PROTECTED] and depending on the user forward it to [EMAIL PROTECTED] in BBB. I try with: * With smtproutes all the mails at

Re: Same domain in two machines and forwarding messages between

2001-06-05 Thread Dave Sill
Sebastian Wain [EMAIL PROTECTED] wrote: I have one domain domain.com and two machines (AAA and BBB), AAA receives mail to [EMAIL PROTECTED] and depending on the user forward it to [EMAIL PROTECTED] in BBB. See: http://www.faqts.com/knowledge_base/view.phtml/aid/1832/fid/205 -Dave

Re: Same domain in two machines and forwarding messages between

2001-06-05 Thread Sebastian Wain
I read the page, but I have mainly one question: * In my maillog the mail to the exchange is [EMAIL PROTECTED], not [EMAIL PROTECTED], in the example the mail is forwarded to @exchange.example.com and not to @example.com, I think I am searching to forward to the same domain. I think that

Re: Forwarding some mail recipients to other machine.

2001-05-31 Thread vincent
: Forwarding some mail recipients to other machine. Sebastian Wain [EMAIL PROTECTED] wrote: I wish to receive the email from Internet in a machine (running qmail) and forward it (depending the receiver) to another machine, but leaving some recipients in the first machine. How can I do it with qmail

Re: Forwarding some mail recipients to other machine.

2001-05-31 Thread Dave Sill
[EMAIL PROTECTED] wrote: How about if I have 500 local mailbox ? Do I need to create .qmail-domain-users file for each one of them ? And route the rest to other machine . Any better solution and how ? The qmail-users mechanism. See: http://www.lifewithqmail.org/lwq.html#qmail-users -Dave

Re: forwarding msgs analyzing subject text

2001-05-31 Thread Massimo Quintini
Excuse me, but I have tried your solution but it don't works! My files are ~massimo/.qmail ./Maildir/ |/var/qmail/bin/condredirect iauc `822field Subject | grep -q IAUC` ~alias/.qmail-iauc [EMAIL PROTECTED] The messages in /var/log/qmail/current are new msg 104056 info

Re: forwarding msgs analyzing subject text

2001-05-31 Thread Russell Nelson
Massimo Quintini writes: Excuse me, but I have tried your solution but it don't works! |/var/qmail/bin/condredirect iauc `822field Subject | grep -q IAUC` Doh! Yes, of course that won't work. condredirect wants a program to run, not a string. Try it this way:

Re: forwarding msgs analyzing subject text

2001-05-31 Thread Henning Brauer
On Thu, May 31, 2001 at 10:10:56AM -0400, Russell Nelson wrote: Massimo Quintini writes: Excuse me, but I have tried your solution but it don't works! |/var/qmail/bin/condredirect iauc `822field Subject | grep -q IAUC` Doh! Yes, of course that won't work. condredirect wants

Re: forwarding msgs analyzing subject text

2001-05-31 Thread Massimo Quintini
Dear Russell Fantastic.it works ! Thanks...thanks..and thanks again Massimo QUINTINI Russell Nelson wrote: Massimo Quintini writes: Excuse me, but I have tried your solution but it don't works! |/var/qmail/bin/condredirect iauc `822field Subject | grep -q

forwarding msgs analyzing subject text

2001-05-30 Thread Massimo Quintini
to users user5, user6, user7 ..and so on It's possibile? How? I think with use of .qmail files in /home/user1 specifing a program (perl?, C?) that executes the forwarding. It's right? How can I manage in program Subject: To: contents? Thanks -- Massimo Quintini Osservatorio Astronomico Collurania

Re: forwarding msgs analyzing subject text

2001-05-30 Thread Lukasz Gogolewski
MQ..and so on MQ MQIt's possibile? How? MQ MQI think with use of .qmail files in /home/user1 specifing a program MQ(perl?, C?) that executes the forwarding. It's right? How can I manage MQin program Subject: To: contents? MQ MQThanks MQ MQ MQ-- MQMassimo Quintini MQOsservatorio Astronomico

Re: forwarding msgs analyzing subject text

2001-05-30 Thread Russell Nelson
Massimo Quintini writes: I must forward msgs from 1 sender to groups of users AFTER EXAMINING SUBJECT TEXT example: the rcpt of msg is user1 IF subject contains the char string xxx THEN the msg must be forwarded to users user2, user3, user4 IF subject contains the char string

Re: forwarding msgs analyzing subject text

2001-05-30 Thread John R. Levine
Russ' solution would certainly work, but this is exactly the sort of thing that procmail is intended for. A procmailrc to do this would look like this: :0 c * Subject:.*xxx ! user2 user3 user4 :0 c * Subject:.*yyy ! user5 user6 user7 (Recent versions of procmail play better with qmail, in

Re: Forwarding some mail recipients to other machine.

2001-05-29 Thread Sebastian Wain
found information about forwarding some recipients only. The easiest way to do this is to make the domain in question a virtual domain, handled by alias: domain.net:alias-domain If you want to handle a small number of accounts in this domain locally, you then create a few .qmail files

Forwarding some mail recipients to other machine.

2001-05-28 Thread Sebastian Wain
haven't found information about forwarding some recipients only. Thank You Sebastian Wain

Re: Forwarding some mail recipients to other machine.

2001-05-28 Thread Charles Cazabon
to another machine using smtproutes, but I haven't found information about forwarding some recipients only. The easiest way to do this is to make the domain in question a virtual domain, handled by alias: domain.net:alias-domain If you want to handle a small number of accounts in this domain

forwarding.

2001-05-23 Thread richard morris
Hi I'm trying to forward mail to other users, i've tried the fastforward option but that doesn't work so i've been told that if i use .qmail files this will work? where can i found out how to use them and could somebody perhps send me and example. we are using vpopmail, i've been told to go into

Re: forwarding.

2001-05-23 Thread Charles Cazabon
richard morris [EMAIL PROTECTED] wrote: i've tried the fastforward option but that doesn't work so i've been told that if i use .qmail files this will work? where can i found out how to use them and could somebody perhps send me and example. `man dot-qmail` -- it contains instructions, and

forwarding

2001-05-09 Thread richard morris
Hi All, I am trying to implement forwarding utilising fastforward, it does work however I cannot seem to have it forward to local users on the same box. my aliases file is as follows [EMAIL PROTECTED]: [EMAIL PROTECTED], [EMAIL PROTECTED] it forwards to the [EMAIL PROTECTED

forwarding

2001-05-09 Thread richard morris
Hi All, I am trying to implement forwarding utilising fastforward, it does work however I cannot seem to have it forward to local users on the same box. my aliases file is as follows [EMAIL PROTECTED]: [EMAIL PROTECTED], [EMAIL PROTECTED] it forwards to the [EMAIL PROTECTED

Re: forwarding

2001-05-09 Thread Charles Cazabon
richard morris [EMAIL PROTECTED] wrote: we need to complete forwarding. I have read the LWQ and they mention .qmail files? Yes. `man dot-qmail` will tell you everything you need to know. Charles -- --- Charles Cazabon

forwarding

2001-05-08 Thread richard morris
Hi all, we need to complete forwarding. I have read the LWQ and they mention .qmail files? Our environment is qmail + vpopmail. Would fastforward or dot.forward be the best options? Best regards, Richard.

Selective forwarding of email

2001-05-07 Thread Russell P. Sutherland
I've looked through the mailing list archive and FAQ and am not sure that what I am looking for has been covered. I have a machine that is set up to receive all mail for the given domain: goaironly.com There is set of addresses that I want to forward to a legacy MS$Exchange server. For

Re: Selective forwarding of email

2001-05-07 Thread Charles Cazabon
Russell P. Sutherland [EMAIL PROTECTED] wrote: There is set of addresses that I want to forward to a legacy MS$Exchange server. [...] If I put: | forward EXT@exch.goaironly.com in ~aironly/.qmail-booking and add the corresponding artificial smtproute in smtproutes:

Re: forwarding to a dynamic / variable address ??

2001-05-03 Thread Charles Cazabon
PROTECTED]) but how do I do it dynamically? I can do a php or perl-script that will digg out the needed to-address from my mySql-database, but don't know how to do the actual forwarding?? Have your script call qmail-inject, qmail-queue, or /usr/sbin/sendmail (as appropriate). There are good man

RE: forwarding to a dynamic / variable address ??

2001-05-03 Thread Wagner Teixeira
, tails... .qmail-default: |/path_to_your_script Regards Wagner. -Original Message- From: Kim Chr. Hvidkjaer [mailto:[EMAIL PROTECTED]] Sent: Quinta-feira, 3 de Maio de 2001 14:38 To: [EMAIL PROTECTED] Subject: forwarding to a dynamic / variable address ?? Hello All, I'm trying to do

RE: forwarding to a dynamic / variable address ??

2001-05-03 Thread Brett
. -Original Message- From: Kim Chr. Hvidkjaer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 10:38 AM To: [EMAIL PROTECTED] Subject: forwarding to a dynamic / variable address ?? Hello All, I'm trying to do a forwaring-service, where the users each have an address (ie [EMAIL

forwarding to more than one mailbox ?

2001-04-24 Thread Frédéric Beléteau
Hi, i have a qmail installation with vpopmail + sqwebmail + qmailadmin working now, i would like to forward to more than one mailbox at the same time... is there any possibilities in qmailadmin ? i found a way to do that by adding a dot qmail file in the user directory and adding some +

Forwarding user mail.

2001-04-19 Thread Rakhesh Sasidharan
Hi, I have a user "player" on my machine. Now, I want it that all mail sent to "player" be forwarded to another user "rakhesh". TO do that, I created a file .qmail-player in the aliases directory, and put the name "rakhesh@fqdn" in that (that's how I had got qmail to deliver mail for

Re: Forwarding user mail.

2001-04-19 Thread Peter van Dijk
On Fri, Apr 20, 2001 at 12:39:40AM +0530, Rakhesh Sasidharan wrote: Is there any thing I am doing wrong ? Or does aliases only work for non-existant accounts ? You got that right. Put a .qmail file in the user's homedir. Greetz, Peter.

Re: Forwarding user mail.

2001-04-19 Thread Robin S. Socha
* Rakhesh Sasidharan [EMAIL PROTECTED] [010419 15:04]: TO do that, I created a file .qmail-player in the aliases directory, and put the name "rakhesh@fqdn" in that (that's how I had got qmail to deliver mail for non-existant addresses like postmaster etc); but qmail still delivers mail to

Re: Forwarding user mail.

2001-04-19 Thread Rakhesh Sasidharan
On Thu, 19 Apr 2001, Peter van Dijk wrote: You got that right. Put a .qmail file in the user's homedir. What then would I do if (say) user "player" didn't have a home directory. Something like the "www" etc user names. (I had read in the FAQ that changing the ownership of www to any user

Re: Forwarding user mail.

2001-04-19 Thread Rakhesh Sasidharan
On Thu, 19 Apr 2001, Robin S. Socha wrote: TO do that, I created a file .qmail-player in the aliases directory, and put the name "rakhesh@fqdn" in that (that's how I had got qmail to deliver mail for non-existant addresses like postmaster etc); but qmail still delivers mail to "player"

Re: Forwarding user mail.

2001-04-19 Thread Robin S. Socha
* Rakhesh Sasidharan [EMAIL PROTECTED] [010419 15:24]: On Thu, 19 Apr 2001, Robin S. Socha wrote: TO do that, I created a file .qmail-player in the aliases directory, and put the name "rakhesh@fqdn" in that (that's how I had got qmail to deliver mail for non-existant addresses like

Re: Forwarding user mail.

2001-04-19 Thread Charles Cazabon
Rakhesh Sasidharan [EMAIL PROTECTED] wrote: You got that right. Put a .qmail file in the user's homedir. What then would I do if (say) user "player" didn't have a home directory. If an account doesn't own their home directory (or doesn't have one), then qmail considers that account to not

Re: Re: Forwarding user mail.

2001-04-19 Thread Kris Kelley
Rakhesh Sasidharan wrote: TO do that, I created a file .qmail-player in the aliases directory, and put the name "rakhesh@fqdn" in that (that's how I had got qmail to deliver mail for non-existant addresses like postmaster etc); but qmail still delivers mail to "player" and not "rakhesh".

Re: Forwarding user mail.

2001-04-19 Thread Charles Cazabon
Rakhesh Sasidharan [EMAIL PROTECTED] wrote: On Thu, 19 Apr 2001, Robin S. Socha wrote: You mean "rakhesh@fqdn"? And "fqdn" won't work, anyway. Well, I had just put the username "rakhesh" into .qmail-player. And no, I hadn't put any "" -- is that needed ? No. Robin is forgetting that

Problem forwarding/keeping copies with .qmail

2001-04-11 Thread Rafael Angarita
I'm trying to forward all the messages received by an user and keep copies in his local Maildir, the local copies are working fine but the forward is not. I tested the .qmail file running qmail-local manually and in this case everything worked correctly (keep copies and forward the message).

Re: Problem forwarding/keeping copies with .qmail

2001-04-11 Thread Dave Sill
Rafael Angarita [EMAIL PROTECTED] wrote: I'm trying to forward all the messages received by an user and keep copies in his local Maildir, the local copies are working fine but the forward is not. I tested the .qmail file running qmail-local manually and in this case everything worked

Re: Problem forwarding/keeping copies with .qmail

2001-04-11 Thread Nick (Keith) Fish
- Original Message - From: Rafael Angarita [EMAIL PROTECTED] The .qmail file looks like this (and the permissions are 644): /qspool/mydomain/n_s5/e6/raadvip/Maildir/ user2@otherdomain Any suggestions? BTW, I'm using qmailldap. Try: | forward user2@otherdomain on

Re: Problem forwarding/keeping copies with .qmail

2001-04-11 Thread Henning Brauer
: localdelivery The deliverymode=localdelivery forces an local delivery even if a forwarding is done. This is also explained in life with qmail-ldap, section 8.1.2. Greetings Henning -- Henning Brauer | BS Web Services Hostmaster BSWS| Roedingsmarkt 14 [EMAIL PROTECTED] | 20459 Hamburg http

SUMMARY: Problem forwarding/keeping copies with .qmail

2001-04-11 Thread Rafael Angarita
=localdelivery forces an local delivery even if a forwarding is done. This is also explained in life with qmail-ldap, section 8.1.2.

qmail forwarding to another mailserver

2001-03-29 Thread VmTesting
Dear all, Does someone has any idea how to forward with qmail all the e-mail's received by one mailserver to another mailserver ? Actually I want to forward only thouse users e-mails to another server which has no mailbox in the first server. example: We have server A and server B. Server A

mail not forwarding

2001-03-22 Thread Virginia Chism
My server is a UNIX box with BSDi 4.0, Apache, Qmail, and Frontpage. In order for my FP client to forward email from an 'alias' address on her page to her personal address, I added 'SMTPHost mymailserver.address.com' in the frontpage.cnf AND her domainname.cnf file. I then made

Re: mail not forwarding

2001-03-22 Thread Charles Cazabon
Virginia Chism [EMAIL PROTECTED] wrote: I then made 'herdomain.org' virtual, and forward mail out of an appropriate .qmail file directly: echo "herdomain.org:alias-herdomain" /var/qmail/control/virtualdomains echo "forwardaddress" ~alias/.qmail-herdomain-info then restarted the

RE: mail not forwarding

2001-03-22 Thread Virginia Chism
- From: Johan Almqvist [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 9:50 AM To: Virginia Chism Subject: Re: mail not forwarding * Virginia Chism [EMAIL PROTECTED] [010322 16:40]: echo "herdomain.org:alias-herdomain" /var/qmail/control/virtualdomains echo "

  1   2   3   4   >