qmail Digest 27 Oct 1999 10:00:01 -0000 Issue 802 Topics (messages 32123 through 32178): Re: Urgent Please 32123 by: dd 32125 by: Einar Bordewich 32129 by: Timothy L. Mayo 32146 by: dd 32147 by: eric 32150 by: Luis Bezerra 32172 by: Einar Bordewich 32174 by: Alexander Jernejcic Re: Help with virtual users and domains 32124 by: Florian G. Pflug Limiting simultaneous SMTP sessions with tcpserver 32126 by: Anand Buddhdev 32137 by: Jeff Hayward POP issues 32127 by: Scott Sharkey 32128 by: Tony Wade Re: We need Home Workers! 32130 by: Delanet Administration 32132 by: Lyndon Griffin 32133 by: Mate Wierdl 32134 by: Mate Wierdl 32135 by: schinder.leprss.gsfc.nasa.gov 32136 by: Lyndon Griffin 32167 by: Edward S. Marshall Re: methods for ETRN 32131 by: Chris Shenton 32141 by: Jeff Taylor 32145 by: Luis Bezerra 32159 by: Sam 32160 by: Mike Ventimiglia 32161 by: Thomas Neumann 32170 by: Anand Buddhdev 32175 by: Alexander Jernejcic Re: webmail 32138 by: Luis Campos de Carvalho 32139 by: Vince Vielhaber 32142 by: K. Brant Niggemyer qmail serving pop3 for m$ exchange 32140 by: Alexander Jernejcic 32171 by: Anand Buddhdev Setuser not found 32143 by: Peter Abplanalp 32144 by: eric 32157 by: Mikko Hänninen Re: Qmail and Email virus protection 32148 by: Mark E. Drummond 32149 by: Jason Haar 32163 by: Mark E. Drummond 32169 by: Alex Shipp RFC: backoff enhancement idea 32151 by: David L. Nicol rcpthosts 32152 by: Alexander Jernejcic 32153 by: Kai MacTane 32155 by: Vince Vielhaber smarthost 32154 by: Attila Csosz 32158 by: Mikko Hänninen succeed: rcpthosts 32156 by: Alexander Jernejcic Courier-IMAP: IMAP services for maildirs 32162 by: Sam 32166 by: Marlon Anthony Abao 32178 by: Andre Oppermann Completely Off-topic: A "good" MUA for Windows? 32164 by: Rogerio Brito 32168 by: Todd A. Jacobs 32173 by: Chris Green Is there a Hotmail clone webmail system. 32165 by: kai.1stchina.com QMAIL help tcprules 32176 by: Pannitteri Fabrizio Re: defaulthost and Eudora 32177 by: Carrott Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To bug my human owner, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
> I have just setup qmail for my ISP server, I have got my DNS and MX > everything setup properly. But most of my clients are getting bounced > message when they send to other addresses around the world. > > This is the content of the bounced message, > > <[EMAIL PROTECTED]>: > Connected to 206.31.56.7 but sender was rejected. > Remote host said: 501 <[EMAIL PROTECTED]>... Sender domain must exist had a similar prob. our machine kept saying that the domain name was not in the rcpthosts file when users tried to send mails to a host other than the local one. i read the documentation and accordingly removed the rcpthosts file. that was it... sorry if i misunderstood you and sent a crap answer here... dd
> the local one. i read the documentation and accordingly removed > the rcpthosts file. that was it... Congratulations, You just opened up the mailserver for Spam-attacks ;) Use tcpserver and RELAYCLIENT="" instead. > > Connected to 206.31.56.7 but sender was rejected. > > Remote host said: 501 <[EMAIL PROTECTED]>... Sender domain must exist The bounce message bounce because the mailserver does a check against sender domain. If this fails, it denies the request. Here the domain exists, but it might not exist for the DNS that the mailserver queries (bad config?). -- ------------------------------------------------------------------- IDG New Media Einar Bordewich System Manager Phone: +47 2205 3034 E-Mail: [EMAIL PROTECTED] ------------------------------------------------------------------- ----- Original Message ----- From: dd <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 1999 12:44 PM Subject: Re: Urgent Please > > > I have just setup qmail for my ISP server, I have got my DNS and MX > > everything setup properly. But most of my clients are getting bounced > > message when they send to other addresses around the world. > > > > This is the content of the bounced message, > > > > <[EMAIL PROTECTED]>: > > Connected to 206.31.56.7 but sender was rejected. > > Remote host said: 501 <[EMAIL PROTECTED]>... Sender domain must exist > > had a similar prob. our machine kept saying that the domain name was not > in the rcpthosts file when users tried to send mails to a host other than > the local one. i read the documentation and accordingly removed > the rcpthosts file. that was it... > sorry if i misunderstood you and sent a crap answer here... > > dd > > >
On Tue, 26 Oct 1999, dd wrote: > > > I have just setup qmail for my ISP server, I have got my DNS and MX > > everything setup properly. But most of my clients are getting bounced > > message when they send to other addresses around the world. > > > > This is the content of the bounced message, > > > > <[EMAIL PROTECTED]>: > > Connected to 206.31.56.7 but sender was rejected. > > Remote host said: 501 <[EMAIL PROTECTED]>... Sender domain must exist > > had a similar prob. our machine kept saying that the domain name was not > in the rcpthosts file when users tried to send mails to a host other than > the local one. i read the documentation and accordingly removed > the rcpthosts file. that was it... > sorry if i misunderstood you and sent a crap answer here... > > dd NO!!!!! You have just turned your mail server into an open relay!!!! NEVER, NEVER, NEVER remove rcpthosts. Please read LWQ, especially the part on selective relaying. --------------------------------- Timothy L. Mayo mailto:[EMAIL PROTECTED] Senior Systems Administrator localconnect(sm) http://www.localconnect.net/ The National Business Network Inc. http://www.nb.net/ One Monroeville Center, Suite 850 Monroeville, PA 15146 (412) 810-8888 Phone (412) 810-8886 Fax
> > had a similar prob. our machine kept saying that the domain name was not > > in the rcpthosts file when users tried to send mails to a host other than > > the local one. i read the documentation and accordingly removed > > the rcpthosts file. that was it... > > sorry if i misunderstood you and sent a crap answer here... > > > > dd > > NO!!!!! You have just turned your mail server into an open relay!!!! > NEVER, NEVER, NEVER remove rcpthosts. Please read LWQ, especially the > part on selective relaying. alright, alright, i'm sorry, don't kill me. i'm totally/extremely (maybe the most) unexperienced administrator in this list. i may make mistakes and errm, gross ones even <:} . i'll install tcpserver, ok... hope i won't get another mail about this, i started feeling stupid already... love and peace etc, dd
Experience can be found in the archives of the mailing list. ; alright, alright, i'm sorry, don't kill me. i'm totally/extremely (maybe ; the most) unexperienced administrator in this list. i may make mistakes ; and errm, gross ones even <:} . i'll install tcpserver, ok... ; hope i won't get another mail about this, i started feeling stupid ; already... ; ; love and peace etc, ; dd ; ;
Very funny !!!!!!!!!!! dd wrote: > > > had a similar prob. our machine kept saying that the domain name was not > > > in the rcpthosts file when users tried to send mails to a host other than > > > the local one. i read the documentation and accordingly removed > > > the rcpthosts file. that was it... > > > sorry if i misunderstood you and sent a crap answer here... > > > > > > dd > > > > NO!!!!! You have just turned your mail server into an open relay!!!! > > NEVER, NEVER, NEVER remove rcpthosts. Please read LWQ, especially the > > part on selective relaying. > > alright, alright, i'm sorry, don't kill me. i'm totally/extremely (maybe > the most) unexperienced administrator in this list. i may make mistakes > and errm, gross ones even <:} . i'll install tcpserver, ok... > hope i won't get another mail about this, i started feeling stupid > already... > > love and peace etc, > dd -- ----------------------------- Luís Bezerra de A. Junior [EMAIL PROTECTED] SecrelNet Informática LTDA Fortaleza - Ceará - Brasil Fone: 021852882090 -----------------------------
Nope, rcpthost includes domains that the server accept, it can be local domain or just a domain that the server queues mail for ex. secondary MX for a domain. It does not have anything to do with the local users. If a domain is listed in rcpthost, anybody in the "world" is allowed to deliver mail to that domain, even if that doman is not local on that server. Use tcpserver (and do not run it from inetd), and set the relaying from there. Check this links, cut'ed from www.qmail.org: http://qmail-docs.surfdirect.com.au/docs/qmail-antirelay.html http://www.palomine.net/qmail/relaying.html ftp://koobera.math.uic.edu/www/ucspi-tcp.html ( tcpserver/ucspi-tcp ) -- ------------------------------------------------------------------- IDG New Media Einar Bordewich System Manager Phone: +47 2205 3034 E-Mail: [EMAIL PROTECTED] ------------------------------------------------------------------- ----- Original Message ----- From: dd <[EMAIL PROTECTED]> To: Einar Bordewich <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 1999 8:32 PM Subject: Re: Urgent Please > > > > > the rcpthosts file. that was it... > > > > Congratulations, > > You just opened up the mailserver for Spam-attacks ;) > > Use tcpserver and RELAYCLIENT="" instead. > > errm eheh thank you <;}} > i'm a rookie and quite unexperienced, so ehem thanks again <:} > but doesn't the rcpthosts file only include the hosts to whom local users > are allowed to send mails? > > dd > >
has one to care about cases in rcpthosts? users tend to beautify domainnames. e.g. [EMAIL PROTECTED] -- Alexander Jernejcic, E-Mail: [EMAIL PROTECTED] IntelliNet EDV-Dienstleistungsges.m.b.H., Mariahilferstraße 103, 1060 Wien Tel.: 595 23 88, Fax: 595 23 90 >>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<< Am 10/27/99, 7:54:56 AM, schrieb "Einar Bordewich" <[EMAIL PROTECTED]> zum Thema Re: Urgent Please: > Nope, rcpthost includes domains that the server accept, it can be local domain or just a domain that the server queues mail for ex. secondary MX for a domain. It does not have anything to do with the local users. If a domain is listed in rcpthost, anybody in the "world" is allowed to deliver mail to that domain, even if that doman is not local on that server.
On Mon, Oct 25, 1999 at 11:31:27AM -0400, Andy Smith wrote: > > Hi Charles, > > I think this is on the right track for me, but I still don't understand. > > I can get virtual domains to work just fine, where all mail for a domain > will go into a certain user account, or a certain user .qmail-default > file. That's works well. > > The problem is that for some domains, I have maybe 50 POP accounts and the > domain added to the "locals" file. The mail goes into the user account > just fine. How, then, would I make an exception to send > [EMAIL PROTECTED] to one of those 50 accounts? Hi I think I don´t really understand, where the problem is. For your question, IMHO 1) just create the [EMAIL PROTECTED] as you would create any of the other accounts you have for domain.com, and make a forward from there to the pop-account 2) use users/assign. Greetings, Florian Pflug hoping that this has at least something to do with the problem you have to solve... ;-))
I recently had a case where one neighbour host, also running qmail, suddenly opened over 100 connections to my machine, and used up all the slots, with the result that my customers could not send mail. While I know there are various different solutions to this problem (like a different IP for internal customers, asking this neighbour to use serialmail for backlogged mail), I still wanted to setup session limits, so I did this: tcpserver -vRHlusers.africaonline.co.ke -c500 -x/qmail/etc/tcpserver.smtp.cdb \ -u102 -g101 0 25 /qmail/scripts/session-limit.sh 2>&1 .... & The session-limit.sh script checks to see how many connections are active from a particular IP, and if this new would exceed a certain number, then to send a 421 code to the client and disconnect. Otherwise it runs the normal qmail-smtpd session-limit looks like this: --- start script --- #!/bin/sh PATH="$PATH:/usr/local/bin" if [ -z "$SESSIONLIMIT" ] then exec /qmail/scripts/qmail-smtpd-wrapper.sh elif [ $SESSIONLIMIT -eq 0 ] then exec /qmail/scripts/qmail-smtpd-wrapper.sh fi cd /qmail/etc/locks start=1 while [ $start -le $SESSIONLIMIT ] do setlock -n $TCPREMOTEIP.$start /qmail/scripts/qmail-smtpd-wrapper.sh 2> /dev/null if [ $? -eq 0 ] then rm -f $TCPREMOTEIP.$start exit fi start=`expr $start + 1` done # if the above fails, then we tell the client to go away echo 421 Limit of $SESSIONLIMIT simultaneous connections from $TCPREMOTEIP reached. Come back later. echo "smtpd: Dropped excess session from $TCPREMOTEIP (max $SESSIONLIMIT)" >&2 --- end script --- The session limit can be set by tcpserver, in the form of an environment variable SESSIONLIMIT. Thus each host can have its own session limits. I have tested this, and it seems to work OK. If anyone has any constructive comments about my approach to the problem, I'd welcome them. I'm using the file system as a database to keep track of how many sessions there are from each host. I realise that over time, there is a possibility of collecting "stale" files in the locks directory. It would be nice if tcpserver had such an ability built-in, where it kept track of connectiong IPs in memory, and this would be faster, and less kludgy. -- See complete headers for more info
On Tue, 26 Oct 1999, Anand Buddhdev wrote: I recently had a case where one neighbour host, also running qmail, suddenly opened over 100 connections to my machine, and used up all the slots, with the result that my customers could not send mail. While I know there are various different solutions to this problem (like a different IP for internal customers, asking this neighbour to use serialmail for backlogged mail), I still wanted to setup session limits, so I did this: [...] You have excised one of tcpserver's best features - that it smoothly queues incoming connections when the process limit is reached. A very good suggestion, I think is was from DJB, is to use two IP numbers for hosts that do SMTP with end-user clients. Point your MX record at one address, and your A record at the other. Run a separate copy of tcpserver for each. The DNS looks like this: mail in a 192.168.1.1 in mx 100 mail-mx mail-mx in a 192.168.1.2 MTAs such as your neighbor's qmail will exclusively use the MX entry. End-user clients such as Eudora, Outlook will exclusively use the A entry. Since there are two instances of tcpserver listening to those addresses, the two do not compete for process slots. Regards, -- Jeff Hayward [EMAIL PROTECTED] UT System/OTS +1 512 471 2432 (v) UT Austin/ACITS +1 512 471 2449 (f)
Hello Everyone, I had qmail installed and working just fine on my machines using a dialup connection (ppp). I have a "public" machine that the MX records point to. That machine treats my mail as a virtual domain, and stuffs all mail for a given domain to a specific user's mailbox. I download periodically from it to the server at my house using maildir2smtp. That part appears to work. I'm using Netscape's Communicator on my Win95 box to download the mail from the local server to read it. That was working fine also. Then I switched to a cable modem setup, with Roadrunner. After finally getting everything squared away, the mail is being delivered to my local Maildir without problem. And I can read it from the local server using Mutt (That's how I'm writing this message). BUT, when I try to have my workstation get the mail using POP via Netscape, it's saying that: "The mail server responded: This user has no $HOME/Maildir Please enter a new password" Any suggestions what might be wrong. As far as I know, I've not changed anything to do with qmail specifically, just the PPP vs IP Masq setup. Any ideas on how to debug? Please respond to [EMAIL PROTECTED] if you can. Thanks. This just in... restarting qmail-pop3d seems to fix the problem. This may be related to my having to manually edit resolv.conf after startup to add my local domain and dns. -Scott Sharkey [EMAIL PROTECTED]
> BUT, when I try to have my workstation get the > mail using POP via Netscape, it's saying that: > > "The mail server responded: > This user has no $HOME/Maildir > Please enter a new password" > Hi , As far as i can see you need to run $HOME/Maildir ie /home/yourhomdir/Maildir needs to exist for the POP3 to work. Read the FAQ in /var/qmail/doc It explains the whole setup of Maildir. Tony Wade [EMAIL PROTECTED] #include <std/disclaimer.h> Life would be so much easier if we could just look at the source code. -- Dave Olson
Looks to be a flashnet dialup in LA..which if so means this person can be pursued legally per Gov. Wilsons spam bill (http://www.leginfo.ca.gov/pub/97-98/bill/asm/ab_1651-1700/ab_1676_bill_19980928_chaptered.html). If anyone really wishes to make flash.net's day, there is your door. Steve "Edward S. Marshall" wrote: > On Mon, 25 Oct 1999, Mate Wierdl wrote: > > This guy seems to be originating from flash.net. While > > [EMAIL PROTECTED] was working a month ago, it seems to be /dev/null now. > > Is flash.net already in rbl? > > Wouldn't matter, this came directly from a dialup there, not their mail > servers. The RBL wouldn't catch that, nor should it, because that is > beyond their scope. > > It is, however, listed by the MAPS DUL (http://www.maps.org/dul/), which > is managed by the same folks as the original RBL. If you were using the > DUL listing as well, you never would have seen it... > > $ rblcheck 209.30.74.44 > 209.30.74.44 not RBL filtered by rbl.maps.vix.com > 209.30.74.44 RBL filtered by dul.maps.vix.com > 209.30.74.44 not RBL filtered by relays.orbs.org > [...snip...] > > > How does one check? > > Snag a copy of rblcheck; makes these kind of lookups very easy: > > http://www.xnet.com/~emarshal/rblcheck/ > > (And yes, I'll hopefully have a new release out soon. Working for a living > and hobbies of any kind don't seem to mix well... ;-) > > -- > Edward S. Marshall <[EMAIL PROTECTED]> [ What goes up, must come down. ] > http://www.logic.net/~emarshal/ [ Ask any system administrator. ]
Correct me if I'm wrong, but only a California resident would be able to pursue flash.net under this bill (at least that's my understanding, after reading it a few times). <:) Lyndon On Tue, 26 Oct 1999, Delanet Administration wrote: > Looks to be a flashnet dialup in LA..which if so means this person can be pursued > legally per Gov. Wilsons spam bill > >(http://www.leginfo.ca.gov/pub/97-98/bill/asm/ab_1651-1700/ab_1676_bill_19980928_chaptered.html). > If anyone really wishes to make flash.net's day, there is your door. > > Steve
Hi, http://www.maps.org/dul/ is not found, and http://www.maps.org is MAPS intro Projects Pubs and Books News Engage! [microdot.gif] [microdot.gif] [microdot.gif] Supporting psychedelic and medical marijuana research since 1986 [microdot.gif] MAPS - Multidisciplinary Association for Psychedelic Studies [microdot.gif] [microdot.gif] [microdot.gif] [microdot.gif] Bulletin The Multidisciplinary Association for Psychedelic Studies (MAPS) is a membership-based non-profit research and educational organization. We assist scientists to design, fund, obtain approval for and report on studies into the healing and spiritual potentials of MDMA, psychedelic drugs and marijuana. Our membership goal for 1999 is to grow from 1800 to 2000 members. ______________________________ Search Mate
On Mon, 25 Oct 1999, Mate Wierdl wrote: > This guy seems to be originating from flash.net. While > [EMAIL PROTECTED] was working a month ago, it seems to be /dev/null now. > Is flash.net already in rbl? Wouldn't matter, this came directly from a dialup there, not their mail servers. The RBL wouldn't catch that, nor should it, because that is beyond their scope. So rbl does not do wildcard blocking like *.flash.net ? Mate
On Tue, Oct 26, 1999 at 09:44:49AM -0500, Mate Wierdl wrote: } Hi, } } http://www.maps.org/dul/ } } is not found, and } } http://www.maps.org It's now http://www.mail-abuse.org/dul/ } } is } } } MAPS intro Projects Pubs and Books News Engage! } } [microdot.gif] [microdot.gif] [microdot.gif] } } Supporting psychedelic and medical marijuana research since 1986 } } [microdot.gif] } MAPS - Multidisciplinary Association for Psychedelic Studies } [microdot.gif] } [microdot.gif] [microdot.gif] [microdot.gif] } Bulletin The Multidisciplinary Association for Psychedelic Studies } (MAPS) is a membership-based non-profit research and educational } organization. We assist scientists to design, fund, obtain approval } for and report on studies into the healing and spiritual potentials of } MDMA, psychedelic drugs and marijuana. } Our membership goal for 1999 is to grow from 1800 to 2000 members. } } ______________________________ Search } } } Mate } -- -------- Paul J. Schinder NASA Goddard Space Flight Center [EMAIL PROTECTED]
I knew Vixie was smokin' somethin'... ;) Try http://maps.vix.com/ <:) Lyndon On Tue, 26 Oct 1999, you wrote: > Hi, > > http://www.maps.org/dul/ > > is not found, and
On Tue, 26 Oct 1999, Mate Wierdl wrote: > So rbl does not do wildcard blocking like *.flash.net ? No. The RBL blocks by IP address ranges, and only those hosts that show specific problems. Domain names never enter the picture. -- Edward S. Marshall <[EMAIL PROTECTED]> [ What goes up, must come down. ] http://www.logic.net/~emarshal/ [ Ask any system administrator. ]
On Tue, 26 Oct 1999 03:32:57 GMT, Sam <[EMAIL PROTECTED]> said: Sam> If you want reliable mail delivery, use a permanent, reliable Sam> transport, and run SMTP on top of it. Sam> If you have part time connectivity, use any kind of a part time Sam> mail transfer protocol, such as POP3, IMAP, or UUCP. This is impractical for many sites where 24x7 connectivity is prohibitively expensive, and where the organization is UNIX-clueless (e.g. a MicroSoft shop). At such sites, the client organization typically has a machine which dials into the ISP once or twice a day. Queued up mail on the <blech>Exchange</bletch> server gets transfered to the ISP and likewise they want mail which has queued on the ISP mail server to start feeding into their LAN server. Yes, this is very much like the way UUCP is used but I haven't seen MS Visual-UUCP hit the market yet :-) And if it did, the MS Administrator would probably not have the skills to configure it. ETRN is a bit of a hack and a security concern but it does work. I'd love to hear other suggestions for situations like the above where there's not full-time connectivity and they don't have UNIX/UUCP gurus on staff.
How many people have ISPs that support UUCP? Jeff
I'm one Jeff Taylor wrote: > How many people have ISPs that support UUCP? > > Jeff -- ----------------------------- Luís Bezerra de A. Junior [EMAIL PROTECTED] SecrelNet Informática LTDA Fortaleza - Ceará - Brasil Fone: 021852882090 -----------------------------
On 26 Oct 1999, Chris Shenton wrote: > On Tue, 26 Oct 1999 03:32:57 GMT, Sam <[EMAIL PROTECTED]> said: > > Sam> If you have part time connectivity, use any kind of a part time > Sam> mail transfer protocol, such as POP3, IMAP, or UUCP. > > This is impractical for many sites where 24x7 connectivity is > prohibitively expensive, and where the organization is UNIX-clueless > (e.g. a MicroSoft shop). I would be very much surprised if there's absolutely no software in the Win32 world that can download remote mail via any standard protocol, and dump it into an MSexchange. Perhaps MSexchange does not provide the correct solution for those sites' situation, but I do not believe that the right way to solve it is to pervert the SMTP. Perhaps there is no solution available from Microsoft, but that does not mean that there's no solution available at all. At the very least, there is a port of Perl to Win32, and it would be rather trivial to write a POP3 client in Perl. In fact, I'd bet that if I look I'll find both a Perl POP3 module and a Perl SMTP module, so it would be a rather trivial excersize to use both to download mail via POP3, and dump into into MSexchange via SMTP. -- Sam
I believe a product like Internet Mail Bridge performs that function. Take a look : http://www.virtualmotion.com/products/mailbridge.htm Mike Ventimiglia Ultracom Internet Technologies -----Original Message----- From: Sam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 26, 1999 6:20 PM Cc: Qmail Subject: Re: methods for ETRN On 26 Oct 1999, Chris Shenton wrote: > On Tue, 26 Oct 1999 03:32:57 GMT, Sam <[EMAIL PROTECTED]> said: > > Sam> If you have part time connectivity, use any kind of a part time > Sam> mail transfer protocol, such as POP3, IMAP, or UUCP. > > This is impractical for many sites where 24x7 connectivity is > prohibitively expensive, and where the organization is UNIX-clueless > (e.g. a MicroSoft shop). I would be very much surprised if there's absolutely no software in the Win32 world that can download remote mail via any standard protocol, and dump it into an MSexchange. Perhaps MSexchange does not provide the correct solution for those sites' situation, but I do not believe that the right way to solve it is to pervert the SMTP. Perhaps there is no solution available from Microsoft, but that does not mean that there's no solution available at all. At the very least, there is a port of Perl to Win32, and it would be rather trivial to write a POP3 client in Perl. In fact, I'd bet that if I look I'll find both a Perl POP3 module and a Perl SMTP module, so it would be a rather trivial excersize to use both to download mail via POP3, and dump into into MSexchange via SMTP. -- Sam
Sam <[EMAIL PROTECTED]> writes: > On 26 Oct 1999, Chris Shenton wrote: > > At the very least, there is a port of Perl to Win32, and it would be > rather trivial to write a POP3 client in Perl. In fact, I'd bet that if I > look I'll find both a Perl POP3 module and a Perl SMTP module, so it would > be a rather trivial excersize to use both to download mail via POP3, and > dump into into MSexchange via SMTP. I've written a tiny Perl5 program that does exactly this. It's available from <URL:http://home.tmr-online.de/tn/getpop.pl> and should work under Win32 provided that all required modules can be installed. -t
On Wed, Oct 27, 1999 at 12:48:05AM +0200, Thomas Neumann wrote: > > At the very least, there is a port of Perl to Win32, and it would be > > rather trivial to write a POP3 client in Perl. In fact, I'd bet that if I > > look I'll find both a Perl POP3 module and a Perl SMTP module, so it would > > be a rather trivial excersize to use both to download mail via POP3, and > > dump into into MSexchange via SMTP. There's also a free utility called pullmail, available from http://www.swsoft.co.uk, that does exactly this. -- See complete headers for more info
IMHO pullmail doesnt strip the virtual-domain addon at the beginning of the Delivered-To line. therefor i was not able to use it with multidrop virtual domains - maybe my fault. -- Alexander Jernejcic, E-Mail: [EMAIL PROTECTED] IntelliNet EDV-Dienstleistungsges.m.b.H., Mariahilferstraße 103, 1060 Wien Tel.: 595 23 88, Fax: 595 23 90 >>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<< Am 10/27/99, 7:27:32 AM, schrieb Anand Buddhdev <[EMAIL PROTECTED]> zum Thema Re: methods for ETRN: > On Wed, Oct 27, 1999 at 12:48:05AM +0200, Thomas Neumann wrote: > > > At the very least, there is a port of Perl to Win32, and it would be > > > rather trivial to write a POP3 client in Perl. In fact, I'd bet that if I > > > look I'll find both a Perl POP3 module and a Perl SMTP module, so it would > > > be a rather trivial excersize to use both to download mail via POP3, and > > > dump into into MSexchange via SMTP. > There's also a free utility called pullmail, available from > http://www.swsoft.co.uk, that does exactly this. > -- > See complete headers for more info
On Tue, 26 Oct 1999, [EMAIL PROTECTED] wrote: > Hi all: > Has anyone performanced a webmail powered by qmail? > Now I want to programme a webmail system with qmail, > which supports virtuldoamins. > anyone have some ready-mode examples for me? > or give some advice about the interface of web to Maildir. > thanks Kai, there is already a Open Source project in course to build an web-based mail system (that is totally independent from qmail). Maybe you'll find something useful there. Try http://www.horde.org/ You're searching for a program called "IMP". Good Luck. []'z =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Luis Campos de Carvalho System Administrator at ECB -- Escola Paulista de Medicina "MAN + BEER = MORE MAN" -- Collected from the Slashdot discussion list. http://www.have-a-brew.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Tue, 26 Oct 1999, Luis Campos de Carvalho wrote: > On Tue, 26 Oct 1999, [EMAIL PROTECTED] wrote: > > Hi all: > > Has anyone performanced a webmail powered by qmail? > > Now I want to programme a webmail system with qmail, > > which supports virtuldoamins. > > anyone have some ready-mode examples for me? > > or give some advice about the interface of web to Maildir. > > thanks > > Kai, there is already a Open Source project in course to build an > web-based mail system (that is totally independent from qmail). > Maybe you'll find something useful there. > > Try http://www.horde.org/ > > You're searching for a program called "IMP". Or take a look at twig (http://www.screwdriver.net/twig) It doesn't use any javascript so it's compatible with older browsers. It also does news, has a calender and some other stuff. I'm looking at it now but haven't done much yet. Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: [EMAIL PROTECTED] flame-mail: /dev/null # include <std/disclaimers.h> Have you seen http://www.pop4.net? Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ==========================================================================
We like to use sqwebmail, from inter7.com http://www.inter7.com/sqwebmail/ Seamless support for Qmail/maildir, and the vchkpw virtual domain package. > On Tue, 26 Oct 1999, [EMAIL PROTECTED] wrote: > > Hi all: > > Has anyone performanced a webmail powered by qmail? > > Now I want to programme a webmail system with qmail, > > which supports virtuldoamins. > > anyone have some ready-mode examples for me? > > or give some advice about the interface of web to Maildir. > > thanks
we just started an isp bussines and are running qmail with virtual domains and multidrop pop3 (one Maildir for the whole domain). mails are received and localy delivered as expected - so far everything is running fine. now i am getting into troubles with a customer running two M$'s exchange server synchronizing via internet. they send their sync-mails to each other and we tried to receive the mails on the exchange boxes via pop3 with pullmail and popweasel - with no success. IMHO we lost the original SMTP-To information somewhere. we tried "pullmail ... /r:To" and we tried popweasel's feature to get the rcpt out from "Delivered-To" and extracting the virtual-domain addon. most of the user-mail goes ok but the snyc-msg's are bounced with "rcpt unknown". meanwhile i am rather confused. i am not able to figure out, how to get the original SMTP-To information out of a virtual-domain mail. should i try to insert a "Recieved For:" (read that somewhere) line into the envelope or is there anything else i can do? i know there are running many qmail sites out there, so i hope, that someone could help me. alexander
On Tue, Oct 26, 1999 at 06:14:05PM +0200, Alexander Jernejcic wrote: > we just started an isp bussines and are running qmail with virtual domains > and multidrop pop3 (one Maildir for the whole domain). mails are received > and localy delivered as expected - so far everything is running fine. > now i am getting into troubles with a customer running two M$'s exchange > server synchronizing via internet. they send their sync-mails to each other > and we tried to receive the mails on the exchange boxes via pop3 with > pullmail and popweasel - with no success. IMHO we lost the original SMTP-To > information somewhere. we tried "pullmail ... /r:To" and we tried > popweasel's feature to get the rcpt out from "Delivered-To" and extracting > the virtual-domain addon. most of the user-mail goes ok but the snyc-msg's > are bounced with "rcpt unknown". You are doing the correct thing. qmail stores the envelope recipient in the Delievered-To: line, along with a prefix showing the controlling user. Stripping that prefix yields the SMTP envelope. Any errors beyond that would in all likelihood come from popweasel or Exchange. A lot of our customers use MDaemon (another windows MTA), and they rely on extracting info out of Delivered-To, and they have no problems. > meanwhile i am rather confused. i am not able to figure out, how to get the > original SMTP-To information out of a virtual-domain mail. > should i try to insert a "Recieved For:" (read that somewhere) line into the > envelope or is there anything else i can do? It might be easier to get qmail to add an X-Envelope-To: header to all mails for that customer. Then get pullmail to use that header to extract the address. It's worked very well for us in the past. Something like the following should do the trick: If you have in control/virtualdomains: customer.com:user Then, touch ~user/.qmail-finaldelivery Then put the following in ~user/.qmail-default |(echo X-Envelope-To: "$DEFAULT@$HOST"; cat) | qmail-inject -f "$SENDER" -- |user-finaldelivery Then ask pullmail/popweasel to use the X-Envelope-To header. -- See complete headers for more info
I'm in the process of installing qmail. I am following the 'life with qmail' newbie instructions and the following packages: qmail-1.03 daemontools-0.61 ucspi-tcp-0.84 After following all the instructions up to the 'now you can start qmail' point and finally attempting to start qmail I get the following error: Starting qmail: qmail-send qmail-smtpdsupervise: usage: supervise dir /usr/sbin/qmail: setuser: command not found . /usr/sbin/qmail: setuser: command not found /usr/sbin/qmail: setuser: command not found Now, I have done a search on the archive and found that setuser was included in an earlier version of daemontools and that newer versions use setuidgid but what does this mean? Do I need to install the old version of daemontools or can I make the new version work somehow? Thanks. Peter Abplanalp
Make sure you define you path properly. On Tue, 26 Oct 1999, Peter Abplanalp wrote: ; /usr/sbin/qmail: setuser: command not found ; /usr/sbin/qmail: setuser: command not found ; ; Now, I have done a search on the archive and found that setuser was ; included in an earlier version of daemontools and that newer versions use ; setuidgid but what does this mean? Do I need to install the old version of ; daemontools or can I make the new version work somehow? Thanks. ; ; Peter Abplanalp ; ;
Peter Abplanalp <[EMAIL PROTECTED]> wrote on Tue, 26 Oct 1999: > Do I need to install the old version of > daemontools or can I make the new version work somehow? Thanks. Yes, if you follow Life With Qmail, you need to use the old version of daemontools (0.53?). There's nothing particularly wrong with that version. Mikko -- // Mikko Hänninen, aka. Wizzu // [EMAIL PROTECTED] // http://www.iki.fi/wiz/ // The Corrs list maintainer // net.freak // DALnet IRC operator / // Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs / "We are chasing the moon, just running wild and free" -- The Corrs
Albert Hopkins wrote: > > Is there such a solution? Is there a solution to have qmail detect > viruses in incoming email messages? Yes, though I don't know what it is ... ;-) Most purists like to pretend that this is an end-user problem but realists know that end-users are (99% of the time) dumbasses that would not know an infected email message if the subject line said "DON'T EXECUTE THIS ATTACHEMNT, IT HAS A VIRUS!!!". Do you think they would execute it? Of course they would ... At any rate it is possible to stick a script into the qmail "pipe" which processes each message through a command line virus scanner. Now I had a link to a company that was doing this somewhere .... -- Gang Warily
On Tue, Oct 26, 1999 at 07:28:07PM +0000, Mark E. Drummond wrote: > At any rate it is possible to stick a script into the qmail "pipe" which > processes each message through a command line virus scanner. Now I had a > link to a company that was doing this somewhere .... A qmail-queue replacement is what you're looking for. I haven't seen anyone do one yet... -- Cheers Jason Haar Unix/Network Specialist, Trimble NZ Phone: +64 3 3391 377 Fax: +64 3 3391 417
Jason Haar wrote: > > A qmail-queue replacement is what you're looking for. I haven't seen anyone > do one yet... Not quite, it is actually just done with a script, with incoming mail passed to the script for preprocessing. These guys are doing it with qmail plus 3 differant virus checkers. http://academy.star.co.uk/public/virustats.htm I don't have the details of their setup. -- Gang Warily
>Not quite, it is actually just done with a script, with incoming mail >passed to the script for preprocessing. These guys are doing it with >qmail plus 3 differant virus checkers. > > http://academy.star.co.uk/public/virustats.htm > >I don't have the details of their setup. Setup details are at: http://www.starlabs.net/vcc.html ________________________________________________________________________________ This message has been checked for all known viruses by the Star Screening System http://academy.star.co.uk/public/virustats.htm
I have one user whose mailbox drops connections on a machine that is up and generally accepting mail. Currently this user has five messages waiting to be sent to them, each one getting progressively longer retry times. I would like to see the retry time for new message for a remote address that already has a temporary failure associated with it start at the current longer delay time, instead of each message backing off on its own schedule. Sound good? Would this require much additional space within qmail-send? Perhaps a file of backoff times could be maintained and read only when a delivery has temporarily failed, to prevent additional memory use by qmail-send What thinks everyone? _______________________________________________________ David Nicol 816.235.1187 [EMAIL PROTECTED] Enough already.
hi there, blame me, flame me, but i don't understand it: i am running a qmail server and i have to relay for our customers. so i set up tcp.smtp (yes, i did the tcprules thing) and put the virtual domains in rcpthosts following LWQ. after that, no host other than in rcpthosts was reachable. a mail that i sent from a remote (relayed) site produced: Oct 26 21:42:58 mail qmail: 940966978.193101 delivery 2: failure: Sorry,_I_couldn't_find_any_host_named_vav.at?._(#5.1.2)/ 'dig vav.at mx' on my mailserver showed correct mx for vav.at, so it is not a nameserver related problem. removing rcpthosts everything is running smoothly but now i am an open relay, what i don't really want to. what am i doing wrong - and - excuse my english... ==================================================================== Alexander Jernejcic email:[EMAIL PROTECTED] [EMAIL PROTECTED] trying hard to understand, what's going on.... ====================================================================
At 10:24 PM 10/26/99 +0200, you wrote: > >blame me, flame me, but i don't understand it: >i am running a qmail server and i have to relay for our customers. You might want to look at Russ Nelson's open-SMTP or similar things on the qmail.org page. These are add-ons to Qmail that allow it to relay for selected IP addresses after they've authenticated themselves (generally via POP3). >a mail that i sent from a remote (relayed) site produced: >Oct 26 21:42:58 mail qmail: 940966978.193101 delivery 2: failure: >Sorry,_I_couldn't_find_any_host_named_vav.at?._(#5.1.2)/ > >'dig vav.at mx' on my mailserver showed correct mx for vav.at, so it is not >a nameserver related problem. Yes, but the error says it was looking for a "host named vav.at?". The question mark character "?" is not valid in DNS names. I think the test mail was improperly addressed. ----------------------------------------------------------------- Kai MacTane System Administrator Online Partners.com, Inc. ----------------------------------------------------------------- >From the Jargon File: (v4.0.0, 25 Jul 1996) angry fruit salad /n./ A bad visual-interface design that uses too many colors. (This term derives, of course, from the bizarre day-glo colors found in canned fruit salad.)
On 26-Oct-99 Alexander Jernejcic wrote: > hi there, > blame me, flame me, but i don't understand it: > i am running a qmail server and i have to relay for our customers. > so i set up tcp.smtp (yes, i did the tcprules thing) and put the > virtual domains in rcpthosts following LWQ. > after that, no host other than in rcpthosts was reachable. > a mail that i sent from a remote (relayed) site produced: > Oct 26 21:42:58 mail qmail: 940966978.193101 delivery 2: failure: > Sorry,_I_couldn't_find_any_host_named_vav.at?._(#5.1.2)/ > > 'dig vav.at mx' on my mailserver showed correct mx for vav.at, so it is not > a nameserver related problem. > > removing rcpthosts everything is running smoothly but now i am an open > relay, what i don't really want to. > > what am i doing wrong - and - excuse my english... Before tcprules, what did the contents of tcp.smtp look like? How are you starting qmail-smtpd (what's the EXACT command line)? Have you applied ANY patches to qmail? Did you install from an RPM or from the sources? Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: [EMAIL PROTECTED] flame-mail: /dev/null # include <std/disclaimers.h> Have you seen http://www.pop4.net? Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ==========================================================================
I'd like to send my mails through a smarthost not directly from my computer. How could I setup qmail to send emails through smarthost? I've a standalone computer with PPP. Thanks Attila -- --------------------------------------- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED] -
Attila Csosz <[EMAIL PROTECTED]> wrote on Tue, 26 Oct 1999: > I'd like to send my mails through a smarthost not directly from my computer. > How could I setup qmail to send emails through smarthost? Add :your.smart.host into /var/qmail/control/smtproutes Hope this helps, Mikko -- // Mikko Hänninen, aka. Wizzu // [EMAIL PROTECTED] // http://www.iki.fi/wiz/ // The Corrs list maintainer // net.freak // DALnet IRC operator / // Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs / You don't have to know anything to have an opinion.
hi again, i am sorry for mailing to the list too fast! after rereading the docu of qmail-smtpd, i realized that the value of RELAYCLIENT is appended to the recipients adress. i did a RELAYCLIENT=" " in tcp.smtp, what is wrong. now it works and i am tired (23:00 in good old vienna) but happy. ==================================================================== Alexander Jernejcic email:[EMAIL PROTECTED] [EMAIL PROTECTED] trying hard to understand, what's going on.... ====================================================================
Courier-IMAP provides IMAP access to Maildirs. Written from scratch, it weighs in at 1/5th the size of UW-IMAP, despite a reasonably complete IMAP4rev1 implementation. There might be some problems with vchkpw support in this first version, but everything else is functional. Strict implementation of RFC 2060 (IMAP4rev1) means that pretty much every IMAP client I tested was broken in some way - even Pine (!), although Pine's IMAP implementation was the best one I've looked at. Netscape Communicator's IMAP client also works, although until someone at Netscape figures out that there is no such thing as a negative message sequence number, checking for new mail and copying messages between folders may not work very well. Microsoft Outlook works more or less ok, but only because I relented and accomodated its bugs that made folder creation and deletion a rather annoying experience. http://www.inter7.com/courierimap/ * Very fast. I opened a folder with 700 msgs for the first time with no noticeable delay (on a reasonably fast box). * Supports /etc/passwd, /etc/shadow, and MD5 passwords. Supports PAM. Allegedly supports vchkpw (not tested). Supports userdb (basically a GDBM or DB based virtual mailbox database). PAM support basically means that any PAM module can be used for authentication. * Same userdb and maildir driver as maildrop (and sqwebmail). Courier-IMAP will see and access sqwebmail's folders. * Some anti script-kiddie measures - limit on max # of connections, limit on max # of connections from the same IP address. Artificial delays for bad passwords. What this means is that you no longer need to hack Pine into reading Maildirs. Just run the server on localhost, and tell Pine to use IMAP to localhost to read INBOX or file mail into folders. -- Sam
will ldap auth and directory services be included in a future version of this imap implementation? thanks. -marlon At 07:05 PM 10/26/99 -0400, Sam wrote: >Courier-IMAP provides IMAP access to Maildirs. Written from scratch, it >weighs in at 1/5th the size of UW-IMAP, despite a reasonably complete >IMAP4rev1 implementation. > >There might be some problems with vchkpw support in this first version, >but everything else is functional. Strict implementation of RFC 2060 >(IMAP4rev1) means that pretty much every IMAP client I tested was broken >in some way - even Pine (!), although Pine's IMAP implementation was the >best one I've looked at. Netscape Communicator's IMAP client also works, >although until someone at Netscape figures out that there is no such thing >as a negative message sequence number, checking for new mail and copying >messages between folders may not work very well. Microsoft Outlook works >more or less ok, but only because I relented and accomodated its bugs that >made folder creation and deletion a rather annoying experience. > > http://www.inter7.com/courierimap/ > >* Very fast. I opened a folder with 700 msgs for the first time with no > noticeable delay (on a reasonably fast box). > >* Supports /etc/passwd, /etc/shadow, and MD5 passwords. Supports PAM. > Allegedly supports vchkpw (not tested). Supports userdb (basically a > GDBM or DB based virtual mailbox database). PAM support basically means > that any PAM module can be used for authentication. > >* Same userdb and maildir driver as maildrop (and sqwebmail). > Courier-IMAP will see and access sqwebmail's folders. > >* Some anti script-kiddie measures - limit on max # of connections, limit > on max # of connections from the same IP address. Artificial delays for > bad passwords. > >What this means is that you no longer need to hack Pine into reading >Maildirs. Just run the server on localhost, and tell Pine to use IMAP to >localhost to read INBOX or file mail into folders. > >-- >Sam
Marlon Anthony Abao wrote: > > will ldap auth and directory services be included in a future version of > this imap implementation? We'll do the needed patches as part of qmail-ldap. At the moment I'm downloading courier-imap to look into it. -- Andre
Hi, All. I know this is VERY off-topic, but do you know any "good" MUA for Windows? I'd like to recommend a reasonable (that is, not bloated and not very much broken) mail reader for some friends that use Windows, but I just don't know what to tell them. So, I was wondering if you could suggest something. It would be nice if it were free and kept some headers like References, In-Reply-To (is there any MUA for Windows that understands Mail-Followup-To?) so that mutt can keep threads whenever they send me some e-mails... :-) Thank you very much for your comments, Roger... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Rogerio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito/ Nectar homepage: http://www.linux.ime.usp.br/~rbrito/opeth/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Tue, 26 Oct 1999, Rogerio Brito wrote: > I know this is VERY off-topic, but do you know any "good" MUA > for Windows? Pegasus is manual-ware. It's very solid, feature-rich, and powerful. Not the most user-friendly, though--but then, that wasn't your question. :) -- Todd A. Jacobs Network Systems Engineer
On Tue, Oct 26, 1999 at 06:03:51PM -0200, Rogerio Brito wrote: > > Hi, All. > > I know this is VERY off-topic, but do you know any "good" MUA > for Windows? > > I'd like to recommend a reasonable (that is, not bloated and > not very much broken) mail reader for some friends that use > Windows, but I just don't know what to tell them. > > So, I was wondering if you could suggest something. It would > be nice if it were free and kept some headers like References, > In-Reply-To (is there any MUA for Windows that understands > Mail-Followup-To?) so that mutt can keep threads whenever they > send me some e-mails... :-) > > There are a couple of Unix/Linux MUAs that also have Win32 versions, these are probably fairly well behaved. The ones that I can think of off the top of my head are:- Mahogany (previously known as M) Mulberry (from Cyrus I believe) One WIn32 mailer that seemed quite competant when I was looking is Pmail98 (www.southsoft.com), it has OS/2 ancestry which may explain its sanity. For the others there seems little that's any better (or worse) than Eudora and Pegasus. -- Chris Green ([EMAIL PROTECTED]) Home: [EMAIL PROTECTED] Work: [EMAIL PROTECTED] WWW: http://www.isbd.co.uk/
hi,Last I asked about the webmail,and got many appreciated reply.I think I have made a mistake. what I want is hotmail like webmail system. I have installed Atdot(www.atdot.org) on my server. It is cool, but there are a little feature not be included (like users quota limit,virtualhost etc),and it use sendmail,which processes mail more slowly than qmail. above all ,the I dont know how may users can Atdot works well with on my Intel PIII RH6.0 server. Does there r an open source project about the hotmail like webmail system. Thanks Kai -- Song Kaicheng http://www.1stChina.com/ ICQ:16229085
what's tcprules in the script for start/restart qmail???? ---- ... .. cdb) tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp chmod 644 /etc/tcp.smtp* echo "Reloaded /etc/tcp.smtp." ;; ... ... cdb -- rebuild the tcpserver cdb file for smtp .... thanks
I stand corrected. I have tried sending to "[EMAIL PROTECTED]" and the address is not rewritten. BUT here is a cut from the QMAIL FAQ regarding host masquerading. Am I not doing what the FAQ suggests? I (think I) know what I am doing but may be using incorrect terminology. Sendmail does what I am asking with the same kind of setup I want with Qmail. ie send from Eudora as [EMAIL PROTECTED] which is "re-written" to "[EMAIL PROTECTED]" when sent. I did think that Qmail would change the host name on sending externally but this does not happen. Many thanks for the reply. <quote> 1. Controlling the appearance of outgoing messages 1.1. How do I set up host masquerading? All the users on this host, zippy.af.mil, are users on af.mil. When joe sends a message to fred, the message should say ``From: [EMAIL PROTECTED]'' and ``To: [EMAIL PROTECTED]'', without ``zippy'' anywhere. Answer: echo af.mil /var/qmail/control/defaulthost; chmod 644 /var/qmail/control/defaulthost. </quote> At 15:04 25/10/99 , you wrote: >Carrott <[EMAIL PROTECTED]> wrote: > > >defaulthost is set to my node provided by my ISP. This was tested as per > >the FAQ on my qmail machine and workes perfectly. ie mail sent is rewritten > >as [EMAIL PROTECTED] when sent as " echo to: me | qmail-inject". > >That's not rewriting; qmail-inject is merely appending defaulthost >because none was specified. > > >If I try to send an email, even a local one, from Eudora, the to: or from: > >headers are not rewritten. > >Eudora inject mail via SMTP, and qmail-smtpd doesn't rewrite headers. >Eudora should be configured with the proper host/domain. > >If you absolutely, positively have to rewrite From headers on the >server side, look at ofmipd from the mess822 package. > >-Dave