Re: modify outgoing headers

1999-04-09 Thread Greg Owen
es modifies the Received line's "from [host]", and another modifies the IP address associated with that host. I'm not being vague for the hell of it; I just don't have access to my system which uses this feature right now. If you can wait another 6 hours or so, I'

Re: IMAP Information

1999-05-09 Thread Greg Owen
new and unloaded server, qmail and cyrus seem to be working well together. Note that unlike UW, Cyrus is a sealed system; the only access to your mail is through Cyrus POP or IMAP. This costs in backwards compatibility, but has performance and reliability gains. -- gowen -- Greg

RE: TCPServer gives slow response - what is identd

1999-01-17 Thread Greg Owen
t serve it's designed purpose. Do people enable it to speed connections which request it, or disable it because it doesn't do much? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

condredirect, log, and loops

1999-12-01 Thread Greg Owen
riginal sender, like thus: <[EMAIL PROTECTED]>: This message is looping: it already has my Delivered-To line. (#5.4.6) How can I use condredirect for this without causing loops or bounces? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: My recent AMaViS patch.

1999-12-10 Thread Greg Owen
elp them cause further mayhem if they're incompetent. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: My recent AMaViS patch.

1999-12-10 Thread Greg Owen
ole, there is added danger in forwarding it. Some viruses these days don't need to be opened if you're using a mail tool like outlook (which, yes, many of us run for various reasons). -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Telling when secondary MX is used

1999-12-14 Thread Greg Owen
umption that those are neglected when anti-SPAM measures are put in place. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Allow RELAY by MAIL FROM

1999-12-16 Thread Greg Owen
. Then tell the users you want to be able to use that relay to use the SMTP process at port 2500 or whatever when they send mail. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Qmail daemon messages

1999-12-17 Thread Greg Owen
m. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Why empty

1999-12-20 Thread Greg Owen
mal survival command: # ./config > Could someone send to me his/her /var/qmail/control/me , > rcpthosts, etc... Sure. But that would only help you receive mail for my domain. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Compiling qmail on Solaris

1999-12-21 Thread Greg Owen
>. At a wild guess, make sure that /var/qmail/bin/qmail-queue and /var/qmail/queue/mess/* are owned by the same user and group (qmaild:qmail, I think) and that qmail-queue is setuid. Anybody else have more light than I do? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: stopping the inward executable E- mail attachments in Qmail

1999-12-30 Thread Greg Owen
ars off anyway. > Please tell everyone you know. Please don't. Everybody knows, nobody cares. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Long delay on smtp connect

2000-01-03 Thread Greg Owen
p - it is "setting TCPREMOTEINFO"). -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Long delay on smtp connect

2000-01-03 Thread Greg Owen
Beats the hell out of me ;> -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Domain relaying (host relaying?) or something

2000-01-04 Thread Greg Owen
qmail handles the "mail has backed up here for days and must now be passed on to the newly-up destination" case with far less pain than sendmail - which is exactly the case a mail relay expects to find itself in. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Long delay on smtp connect

2000-01-04 Thread Greg Owen
paranoid' and 'flagremoteinfo' you can see the (small) code snippets triggered by the respective options. Maybe their FreeBSD box doesn't run a Y2K compliant IDENT daemon (he said, tongue in cheek). -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Troubleshooting: Probably a FAQ...

2000-01-06 Thread Greg Owen
html. Probably easier to fix in the client. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Hore to make copies of incoming mail for a given user

2000-01-12 Thread Greg Owen
ly show up in the delivered-to field of their mail messages. You'll want to think through the legal ramifications of reading users' email, of course. You will probably also find that scanning their email will not lead to a satisfactory resolution to any "acting up&

RE: store and forward? - firewall - not final destination

2000-01-19 Thread Greg Owen
MX. If "mail" is down, "relay" will keep the mail in the queue for "queuelifetime" seconds (see 'man qmail-send') before bouncing it. Of course, you can adjust "queuelifetime" if you need to during an outage. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Maildir format

2000-01-19 Thread Greg Owen
Warning: opinions, little to do with qmail or maildir. Bruce Guenter wrote: > On Sat, Jan 15, 2000 at 12:25:09PM -0500, Greg Owen wrote: > > 1) Integrate support for some sort of calendaring. I've > > run both IMAP and Exchange based environments, and for all

RE: Maildir format

2000-01-19 Thread Greg Owen
> On Wed, Jan 19, 2000 at 01:22:11PM -0500, Greg Owen wrote: > > Warning: opinions, little to do with qmail or maildir. > > Indeed. I should start up a list just to discuss this. Bruce, If you start up such a list, let me know. You are asking

Re: Duplicates on outbound mail, not inbound

2000-01-27 Thread Greg Owen
>We use qmail to send out large subscriber emagazine/newsletter mailings (2 >million messages/week), and we seem to have a problem with some subscribers >getting duplicates. I have seen fixes for duplicates on inbound mail, but >does anyone know how to address our problem on outbound mail. Oneli

Re: Logging information about each email.

2000-02-02 Thread Greg Owen
>I'm wondering the best place/way to log details about each email to a >database of some sort. >Specifically I need to log, from address, to address, and email size. > >Any hints on where to start? Start with the following FAQ entry: ] How do I keep a copy of all incoming and outgoing mail

Re: QMail SMTP Woes?

2000-02-02 Thread Greg Owen
>Thats part of the problem. There is no error message. Just a popup in >Outlook express or any other email client that says: "Error sending >message" Period. Nothing, nada, not even a bounce message. Somewhere on that popup for Outlook Express, there's a way to get more info (either a

Re: How would one do this? (qmail + exchange servers)

2000-02-05 Thread Greg Owen
>I want to set up a high-uptime qmail server for all our inbound >([EMAIL PROTECTED]) mail, and to send out machine generated email. Our >employees, however, are going to be on an exchange server. I have no choice >in that. And it's VERY desirable to keep user administration on exchange, >which me

RE: Can I rewrite *@xx to *@yyy?

2000-02-07 Thread Greg Owen
o rewriting in qmail-queue. However, check out mess822 at http://cr.yp.to/mess822.html. OTOH, if all you want to do is forward (as opposed to rewriting the headers) then the .qmail recipe Magnus posted is fine. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: Surely someone has done this...

2000-02-08 Thread Greg Owen
>[I sent a similar message before to [EMAIL PROTECTED] and never saw it. I >apologise if you've gotten this twice.] It went through, and mine was the only reply, and it was several days later. That's okay, I think both your and my messages are more organized this time ;> >I want to set u

Re: qmail-imap, cyrus imap, qmail

2000-02-08 Thread Greg Owen
>If qmail-imap is dead, what other options are there? I've used >Courier IMAP, which supports Maildirs, but it chokes with Netscape >quite often. I installed and have used cyrus imapd, but I cannot >find anything anywhere on how to make it use Maildirs, or even >make it coexist with qmail effect

RE: Big and/or famous sites using qmail?

2000-02-09 Thread Greg Owen
as a long and distinguished history of security holes than one which has been reviewed and no integral holes were found. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail-imap, cyrus imap, qmail

2000-02-09 Thread Greg Owen
email. There are some caveats about regular users using 'deliver' to put mail in their mailboxes. IIRC, it should be wrapped so that they can't abuse it to get around mailbox quotas. Then again, if not using quotas, then it isn't a problem... The cyrus documentation goes into these issues better than I can remember. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: cyrus imapd w/ multiple server architecture?

2000-02-09 Thread Greg Owen
>In order to support an unlimited number of virtual domains (and >consequently lots of users), does anyone know of a way to utilize qmail >w/ cyrus imap over a more than one server architecture? > >I'm keen on having front end qmail servers accepting mail and >smtproute'ing it to back-end cyrus im

RE: Logging

2000-02-10 Thread Greg Owen
. Put ./msg-log into ~alias/.qmail-log. ] ] You can also use QUEUE_EXTRA to, e.g., record the Message-ID of ] every message: run ] ] | awk '/^$/ { exit } /^[mM][eE][sS][sS][aA][gG][eE]-/ { print }' ] ] from ~alias/.qmail-log. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Way too many messages in queue.

2000-02-10 Thread Greg Owen
errals, you can shortcut the process by 'grep deferral: /var/log/maillog'. If they're all CNAME_lookup_failed_temporarily, for example, you'll want to test your DNS using nslookup. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: qmail-qread

2000-02-10 Thread Greg Owen
> I would like to know what the fields of qmail-qread mean . > > For Example : > >7 Feb 2000 15:35:40 GMT #635162 2305 < > >local [EMAIL PROTECTED] > > >I don't understand what the field < > means , it sometimes appear as ><#@[]> . <> is a "null return path." When mail

Re: is there any way to redirect deferrals?

2000-02-12 Thread Greg Owen
>On Sat, Feb 12, 2000 at 02:50:49AM -0500, Jeremy Hansen wrote: >> Is there any way to have deferrals redirect to another system? Basically >> I have a machine that I need to do a large amount of outgoing mail and I'd >> like to keep deferrals away from the queue. > >If the deferrals should be re

Re: Can receive from outside but cannot send

2000-02-12 Thread Greg Owen
>Another problem (that's just making life harder) is that qmail doesn't seem >to be logging anything to /var/log/messages. Have you checked /var/log/maillog, which is the more likely location of your logs? If nothing is there, what startup line are you using in /var/qmail/rc? -- Greg

RE: Encryption and t-shirts

2000-02-25 Thread Greg Owen
> Or how about > > Front: "Don't queue mail with sendmail" > Back: "Send mail with qmail" ROTFL. I'd buy that one. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: why wont q-mail use other mail exchanger??

2000-02-15 Thread Greg Owen
s, read the thread, and let us know if that doesn't answer things for you. But the main answer to your question is, "No, it doesn't back off in that case, and arguably shouldn't." -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: Virus scanning and transparent forwarding

2000-02-20 Thread Greg Owen
>1) Receives mail via standard smtp >2) scans for virii >3) forwards (preferably blindly) to a second >mailserver via smtp. I think this could be simply done as follows: 1) Install qmail and Jason Haar's antivirus scanning harness (found at http://www.geocities.com/jhaar/scan4virus/)

RE: About replacing INETD packet with UCSPI-TCP

2000-02-17 Thread Greg Owen
y of the services it handles don't approach the load that causes inetd problems. (Of course, you can if you want to!) -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: why wont q-mail use other mail exchanger??

2000-02-16 Thread Greg Owen
>ok, I read that thread (or most of it anyway) interesting discussion - but >this isn't the problem I'm having... >I can't connect to the remote host at all... I tried to connecting to the host >with telnet and the connection just times-out (I even logged the packets and >didn't get any replys

RE: SMTP in distributed DOS

2000-02-21 Thread Greg Owen
8.205.in-addr.arpaname = rly-yc02.mx.aol.com So, rly-yc02.mx.aol.com replied with a "550 MAILBOX NOT FOUND." That's not silently dropping, that's bouncing. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Header to tell qmail an email is in HTML format...

2000-02-23 Thread Greg Owen
> Well... my problem is that qmail is adding the following at > the end of the email: > X-Mozilla-Status: > X-Mozilla-Status2: > X-UIDL: 951326338.17800.ns I don't think qmail is adding those, I think netscape is adding those. -- gowen --

RE: Queue-Sitters Anonymous

2000-02-23 Thread Greg Owen
See http://web.infoave.net/~dsill/lwq.html#trigger. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Forward/Duplicate messages to hosts behind

2000-03-02 Thread Greg Owen
ch, and if you accept mail for other domains, then development will get a copy of that too - probably not what you want. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Encryption and t-shirts

2000-03-02 Thread Greg Owen
creased colors per shirt, which usually costs more. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail-cyrus-authentification

2000-03-28 Thread Greg Owen
ssword work with the Oracle database, then either you or I are confused: checkpassword is used by qmail's POP3 server, but if you're running Cyrus, you can only use Cyrus' POP3 server anyway. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Need a little insite please

2000-03-28 Thread Greg Owen
When the main server comes back up, send qmail-send a SIGALRM to tell it to clear out the queue. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Need a little insite please

2000-03-28 Thread Greg Owen
il-remote'. Chris Johnson just posted without the 'smtproutes' hack. He's correct; I'm thinking of how to handle it when the backup is sitting on the wrong side of a split DNS fence. If you aren't doing split DNS, you don't need smtproutes, just proper MX records. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail local

2000-03-28 Thread Greg Owen
r may not want to modify the "./Mailbox" part to deliver somewhere else, but that's a seperate issue. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Perfomance question

2000-03-28 Thread Greg Owen
eas, profiling your load average is pretty pointless. Finally, consider installing qmailanalog so that you can automate your evaluation of the state of the queue and of recent deliveries. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RPM distributions and init scripts

2000-03-29 Thread Greg Owen
RPMs, this might allow them to have a common control method. If anyone is interested in looking/playing with these, drop me a line. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: syslogd and qmail problem

2000-04-03 Thread Greg Owen
B tends to know what he's doing. > Any ideas ???, how can I tell qmail daemons to log via > another "syslog" ?? The installation described in "Life with qmail" uses multilog instead of syslog (but make sure you remove the 'splogger ...' from /var/qmail/rc!). -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: syslogd and qmail problem

2000-04-03 Thread Greg Owen
> What did you think of the suggestion in FAQ 7.7? IIRC, 'cyclog' (referred to in FAQ 7.7) has been replaced with 'multilog' in newer versions of daemontools. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Need a little insite please

2000-04-03 Thread Greg Owen
onfigure them. There's lots of other (good) ways and (good) reasons to use backup MX servers. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: queue backup

2000-04-06 Thread Greg Owen
single place, and you can either let the mail sit in the queue (that's what a queue is for, after all) or try to expire it early and cause it to bounce. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Machine Specs

2000-04-11 Thread Greg Owen
k head is constantly sprinting back and forth between queue and spool, and it hurts performance. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: AOL rejects mail

2000-04-13 Thread Greg Owen
us a bounce message or some lines from your logs which list AOL's response? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail, ucsi-tcp & inetd

2000-04-14 Thread Greg Owen
I have a system now that's not using inetd for anything. All it runs are qmail, identd, and dnscache under tcpserver, ssh and ftpd in standalone mode. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

Re: multilog + NFS

2000-04-15 Thread Greg Owen
robably automate this using !processor. Alternately, have cron job move all the rotated multilog files once an {hour,day,week,whatever}. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Compile Error

2000-04-18 Thread Greg Owen
is? It means that Solaris ships without a C compiler, so you can't compile anything. To fix it, either purchase Sun's compiler, or download a precompiled version of GCC for Solaris. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: backup mail server

2000-04-18 Thread Greg Owen
. splitting control of primary/secondary between two people is a setup that does ask for mistakes to be made. And handing off secondary to your ISP is asking to be shot in the head. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Compile Error

2000-04-18 Thread Greg Owen
Matt Soffen wrote: > Greg Owen wrote: > > It means that Solaris ships without a C compiler, so you can't > > compile anything. > > > > To fix it, either purchase Sun's compiler, or download > > a precompiled version of GCC for Solaris. > &

RE: backup mail server

2000-04-18 Thread Greg Owen
TO, and DATA. The archives of this list are full of examples. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Cannot send e-mail to the domain

2000-04-20 Thread Greg Owen
) and you still get connection refused, then you don't have exchange configured to accept SMTP, or you have a firewall/network issue somewhere in between the two hosts. It seems pretty likely, from what you've said, that qmail isn't the problem, but that something is funky with your network or DNS. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: opinion on my proposed setup!

2000-04-20 Thread Greg Owen
f your two machines are sharing qmail binaries using NFS, and one of the machines goes down, then the chances are greater than 50% that the second machine will quickly hang or become unusable. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Interesting scenerio

2000-05-03 Thread Greg Owen
one already noted, that isn't a qmail error message. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail cdb problem

2000-05-09 Thread Greg Owen
I entered it. If you entered the second line with that " mark, that's your problem. Do it without the " mark. If you didn't actually use the " mark, then make sure you've created the symlink from /usr/local/sbin/qmail to /etc/rc.d/init.d/qmail, as is described in LWQ. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail-send problem

2000-05-10 Thread Greg Owen
-domain.com This is all pretty clear. You don't have some-domain.com in locals. Perhaps you are operating under the assumption that since the MX for some-domain.com points to mail.some-domain.com, then all you need in locals is mail.some-domain.com. That is an incorrect assumptio

RE: Qmail installation CDB problem

2000-05-10 Thread Greg Owen
e [dos format], then that's your problem. Modify the file to remove the DOS style CR/LF pairs. Check out http://kb.indiana.edu/data/acux.html for a list of ways to do this. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: What does this mean? "unable to parse"

2000-05-11 Thread Greg Owen
> tcprules: fatal: unable to parse this line: 127.:allow,RELAYCLIENT="" > /usr/local/sbin/qmail cdb Have you checked to see if this file is using DOS style CR/LF line termination? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Share queue between servers and other questions.

2000-05-12 Thread Greg Owen
;ll end > up installing sendmail sometime next week. You don't want a solution to your problem, you want an implementation for your solution. But your proposed solution is suboptimal to say the least. Why don't you state the problem instead? -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Share queue between servers and other questions.

2000-05-15 Thread Greg Owen
..." mail messages. This is not a hard problem, it just doesn't have an elegant solution. If you need to do it that badly, then you can justify the added busy work. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: mail between 2 host in one domain

2000-05-18 Thread Greg Owen
m). It's probably possible to redirect mail for alpha.paic.com to paic.com (smtproutes; I don't know if it'll redirect to the domain or just to head.paic.com) but probably not necessary. In normal operation, you shouldn't get people mailing to the actual host, assuming all

RE: Strange delays

2000-05-23 Thread Greg Owen
vered right away. > > What have i missed? Is this a bug or feature? Your trigger permissions have probably gotten munged. Check and fix them as described in Dave Sill's "Life With Qmail": http://web.infoave.net/~dsill/lwq.html#trigger -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
.201 > You'll probably want to quote those domain literals, like such: mycompany.com:[10.21.200.200] I'm not completely sure that's necessary, but I think it is. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
e any log activity associated with the attempts? And if you're experiencing problems, please let us know the real domain names involved and the hostname for the relay so we can check your DNS setup. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
t; the messages. It doesn't require that. Your configuration is broken. But you've provided absolutely minimal information about your config, and absolutely nothing from your logs, so we can't help you yet. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
local 1/10 remote 0/20 > delivery 842: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/ This message indicates that the mail relay thinks that it accepts mail for ihlas.com.tr (presumably that's either mycompany.com or my2ndcomp.com) locally, and it doesn't even l

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
message indicates that the mail relay thinks that it accepts mail for mycompany.com locally, and it doesn't even look at smtproutes. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: How to set up Qmail as a front-end (relaying) server?

2000-05-24 Thread Greg Owen
any.com > There's your problem. Remove mycompany.com from locals, because it isn't local. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Slow Mail Delivery

2000-05-18 Thread Greg Owen
http://web.infoave.net/~dsill/lwq.html#trigger -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: qmail-smtp problem

2000-05-30 Thread Greg Owen
rning off the TCPREMOTEINFO (ident) checks, or by running ident on your mailserver. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Forwarding a Mail to other Mailserver

2000-06-02 Thread Greg Owen
This will mean that qmail.foo.com accepts mail for foo.com (rcpthosts) and that all mail for foo.com is forwarded to domino.foo.com (smtproutes). Once you've set the qmail box up and tested it, modify your DNS so that your MX records point to qmail.foo.com instead of domin

RE: server load problem

2000-06-07 Thread Greg Owen
ce you've got spare capacity on the machine, you should modify your concurrencyremote setting and your allowed concurrent incoming connections (tcpserver -cN where N is the max incoming concurrent connections) so that they can use the capacity. But I recommend fixing your CPU/RAM problems first. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: server load problem

2000-06-07 Thread Greg Owen
re out why things are getting that bad. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Newbie Problems Starting qmail

2000-06-22 Thread Greg Owen
> when I try to start qmail I get the following > error on my screen, scrolling over and over: > > supervise: fatal: unable to start qmail-smtpd/run: exec format error > > Can someone give me a clue as to what is causing this error? The file (/service)/qmail-smtpd/run needs to be a valid

RE: Sender rejected

2000-06-23 Thread Greg Owen
> In /var/qmail/control/defaultdomain I have powerup.com.au; ... > How do I stop qmail from adding the user to the machine name > and confusing some (not all) ISPs? Put powerup.com.au in /var/qmail/control/defaulthost as well as defaultdomain. -- gowen -- Greg Owen

RE: Mail queueing in relay host.

2000-06-26 Thread Greg Owen
relay through the ISP, you might want to have abc.valid.net just send the mail out directly to the intended recipients. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: relaying questions.

2000-06-26 Thread Greg Owen
r if you have a series of web servers using a single mail hub for sending mail, then you need to add them to the list of hosts allowed to relay. This is covered in section 3.2.3 of Life With Qmail. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Diff between Supervise & Tcpserver?

2000-06-28 Thread Greg Owen
if tcpserver died supervise would restart it for you. Given the reliability of qmail and related tools, I've always wondered why supervise came about ;>. You can use it or not, as you prefer. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Diff between Supervise & Tcpserver?

2000-06-28 Thread Greg Owen
at - I've attached two relevant messages. -- gowen -- Greg Owen -- [EMAIL PROTECTED] Ken Jones writes: > > Does anyone have a patch to qmailanalog to read > the new multilog time format? There's two (2) patches to create a program which accepts multilog time format (tai64

RE: qmail loses my users

2000-06-28 Thread Greg Owen
deliveries show up in the logs even if you drop the mail using '#' in the .qmail file. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Qmail performance issue...

2000-06-28 Thread Greg Owen
gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: dash addresses failing

2000-09-28 Thread Greg Owen
hing is controlled by the filehome­ dir/.qmail-anything. (These rules may be changed by the system administrator; see qmail-users(5).) -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: plusdomain

2000-10-13 Thread Greg Owen
SDOMAIN environment variable overrides plusdomain. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: A bug or am I being daft?

2000-10-13 Thread Greg Owen
> Doesn't the case change violate RFC821 or 822? In short, no; they govern the transmission of email between systems, not the policies of the final delivery step. For mind-numbing detail, search the archives. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Can I run multiple qmail-smptd on one install

2000-11-02 Thread Greg Owen
twice, with different port arguments. > or do I need to do something wierd to > make this work? Nope. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: Problem in getting forwarded mails

2000-11-02 Thread Greg Owen
d:_250_OK./ If 212.185.23.250 is the final destination, what do the logs on that machine say? It accepted the message, so the responsibility for the message is no longer that of the machine whose logs you posted. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

RE: (Fwd) ezmlm response

2000-11-03 Thread Greg Owen
closing transmission channel > > > This looks like what the Cisco PIX firewall does. Yes, that is a Cisco PIX firewall. To turn off this "feature" just add the command "no fixup protocol smtp 25" to the configuration on the PIX. -- gowen -- Greg Owen -- [EMAIL PROTECTED]

  1   2   3   >