queue per domain

1999-04-07 Thread A.Y. Sjarifuddin
Dear All, What patch should I implement to push queue mail for certain domain to be delivered manually? something like qsnd command in Post.Office (I'd like to move my Post.Office to Qmail) Thanks Ayip.

Re: queue per domain

1999-04-07 Thread Russell Nelson
A.Y. Sjarifuddin writes: What patch should I implement to push queue mail for certain domain to be delivered manually? No patch. It's a configuration change. Put that domain into virtualdomains, and deliver all their mail into a Maildir using a .qmail-default file. Then run serialmail to

Re: QMTP suggestion

1999-04-07 Thread Peter van Dijk
On Tue, Apr 06, 1999 at 07:40:59PM -0400, Peter C. Norton wrote: On Tue, Apr 06, 1999 at 06:31:03PM -0500, Chris Garrigues wrote: netstat -a |fgrep '*:qmtp' or the low-level C equivalent. I'm not concerned with this. I'm concerned with Fred's proposal relying on the status of

Re: Is the double bounce's envelope sender wrong?

1999-04-07 Thread david . jorrin
Harald Hanche-Olsen [EMAIL PROTECTED] writes: + [EMAIL PROTECTED]: | Qmail use the address #@[] as the envelope sender address for double | bounces. The messages with this sender address are rejected by | Microsoft Exchange IMS with this error (from qmail logs):

I know this is possible, just not sure how to make it work

1999-04-07 Thread Donna Phillips
Using the .qmail file of a local Maildir Is there a way to set it up that it would filter email in the following way: The all messages would be delived to the Mailbox it was attached to and that only email with say 'internic' in the From: field would also have a copy sent to another email box

Re: I know this is possible, just not sure how to make it work

1999-04-07 Thread Russell Nelson
Donna Phillips writes: Using the .qmail file of a local Maildir Is there a way to set it up that it would filter email in the following way: The all messages would be delived to the Mailbox it was attached to and that only email with say 'internic' in the From: field would also have a

Re: QMTP suggestion

1999-04-07 Thread Chris Johnson
On Wed, Apr 07, 1999 at 08:53:29AM -0500, Fred Lindberg wrote: Since SMTP and QMTP are linked anyway, the advertizing of QMTP by the SMTP server could easily be linked to QMTP being up. Thus, a working smtpd with a failed qmtpd (admin forgot to start?) would not advertize QMTP. This would

Re: I know this is possible, just not sure how to make it work

1999-04-07 Thread Harald Hanche-Olsen
+ Russell Nelson [EMAIL PROTECTED]: | Donna Phillips writes: | The all messages would be delived to the Mailbox it was attached | to and that only email with say 'internic' in the From: field | would also have a copy sent to another email box | | |if echo $SENDER | grep internic; then

maildirserial - ccMail Link fails

1999-04-07 Thread Dirk Vleugels
Hello, I deliver mails from a Maildir to a dial customer via serialmail-0.72. The customer is runninc ccMail (don't know which version), quit yields: "221 ccMail Link to SMTP closing connection". The problem seems to be that the DATA submission end can't be detected on the ccMail side (for

ESMTP SIZE and qmail

1999-04-07 Thread Lee Shakespeare
Hi Folks. Can someone explain to me the support Qmail has for the ESMTP SIZE command? I've used this in sendmail to define the maximum message size I'm willing to accept, but can't find a similar setting for Qmail. Also more importantly to me, my upstream provider uses Qmail for my backup mail

Mail Message Replication.

1999-04-07 Thread R Aldridge
Guys, I'm considering building a replicated mail service. If the primary goes down for any reason (software or hardware), I need to be able to switch over to the backup service, simply by changing the MX. Minimal mail should therefore be lost or bounced and customers will not inconvenienced when

Re: Mail Message Replication.

1999-04-07 Thread Peter Gradwell
The main issues are really "how to replicate imcoming messages" and "how to replicate POP3 transactions", though I'm sure it's a bit more involved than that. Think 'cluster' ! Rather than having a warm spare, for which you can just flip over to by changing an MX record, I think your time

Question regarding - in aliases.

1999-04-07 Thread Greg Moeller
We're running a largish qmail install and have a problem with aliases with a - in them. We have fast forward installed, and we have a number of aliases like: [EMAIL PROTECTED]: [EMAIL PROTECTED] We also have a user called nip who's totally unrelated to the alias in question. How do I get

Re: QMTP suggestion

1999-04-07 Thread Richard Letts
On Tue, 6 Apr 1999, Peter C. Norton wrote: On Tue, Apr 06, 1999 at 06:31:03PM -0500, Chris Garrigues wrote: netstat -a |fgrep '*:qmtp' or the low-level C equivalent. I'm not concerned with this. I'm concerned with Fred's proposal relying on the status of the remote smtp and

Re: maildirserial - ccMail Link fails

1999-04-07 Thread Richard Letts
On 7 Apr 1999, Dirk Vleugels wrote: Hello, I deliver mails from a Maildir to a dial customer via serialmail-0.72. The customer is runninc ccMail (don't know which version), quit yields: "221 ccMail Link to SMTP closing connection". The problem seems to be that the DATA submission end

Re: QMTP suggestion

1999-04-07 Thread Chris Garrigues
From: Richard Letts [EMAIL PROTECTED] Date: Wed, 7 Apr 1999 19:06:04 +0100 (BST) On Tue, 6 Apr 1999, Peter C. Norton wrote: On Tue, Apr 06, 1999 at 06:31:03PM -0500, Chris Garrigues wrote: netstat -a |fgrep '*:qmtp' or the low-level C equivalent. I'm not concerned

Re: Mail Message Replication.

1999-04-07 Thread Richard Letts
On Wed, 7 Apr 1999, R Aldridge wrote: Guys, I'm considering building a replicated mail service. If the primary goes down for any reason (software or hardware), I need to be able to switch over to the backup service, simply by changing the MX. Minimal mail should therefore be lost or

Re: QMTP suggestion

1999-04-07 Thread Fred Lindberg
On Wed, 7 Apr 1999 10:37:48 -0400, Chris Johnson wrote: Why not just implement QMTP in qmail-smtpd? qmail-smtpd would advertise QMTP in its banner, and then the host connecting would be free to start firing away in QMTP lingo. There would never be any question of QMTP being up, since qmail-smtpd

Re: Question regarding - in aliases.

1999-04-07 Thread Greg Moeller
-BEGIN PGP SIGNED MESSAGE- On Wed, 7 Apr 1999, Greg Moeller wrote: How do I get the system to notice the alias? As it is, all we get are bounces from the mailing system saying the user isn't found. Check your /var/qmail/rc first. It should be something like:

Re: Is the double bounce's envelope sender wrong?

1999-04-07 Thread Fred Lindberg
On Wed, 7 Apr 1999 08:21:35 -0400 (EDT), [EMAIL PROTECTED] wrote: About the sender address used by qmail, I understand that it's difficult to choose an address given that the RFC's don't reserve any for this purpose. However the choice of an "ilegal" address seems to me a little unfortunate,

Re: QMTP suggestion

1999-04-07 Thread Peter van Dijk
On Wed, Apr 07, 1999 at 10:37:48AM -0400, Chris Johnson wrote: On Wed, Apr 07, 1999 at 08:53:29AM -0500, Fred Lindberg wrote: Since SMTP and QMTP are linked anyway, the advertizing of QMTP by the SMTP server could easily be linked to QMTP being up. Thus, a working smtpd with a failed qmtpd

Re: Question regarding - in aliases.

1999-04-07 Thread Justin Bell
# I don't really need .forward, I just need the - thing to be turned off. # Would the above turn off - processing? # nip-nt in /etc/aliases doesn't work. # nipnt in /etc/aliases does work. # The user nip exists what you can do is if the user nip is not using any .qmail-file files, add a line to

bare LF's, how ?

1999-04-07 Thread Gordon Soukoreff
/usr/local/bin/tcpserver -v -x/etc/tcp.smtp.cdb -u1002 -g101 0 smtp /var/qmail/bin/qmail-smtpd 21 | /var/qmail/bin/splogger smtpd 3 Hi, I've seen some documentation on this however, I'm trying to set it up. This is what I get: tcpserver -u "$uid" -g "$gid" -c "$concurrency" -v \

Re: bare LF's, how ?

1999-04-07 Thread Harald Hanche-Olsen
+ Gordon Soukoreff [EMAIL PROTECTED]: | Hi, I've seen some documentation on this however, I'm trying to set it up. | This is what I get: | | tcpserver -u "$uid" -g "$gid" -c "$concurrency" -v \ | -x /etc/tcpcontrol/smtp.cdb 0 smtp \ | qmail-pipe fixcr --

Where is others qmail-command?

1999-04-07 Thread Sean Lee
Hi, About qmail ENVIRONMENT VARIABLES: $SENDER is the envelope sender address. $NEWSENDER is the forwarding envelope sender address.. .. . But; where is SUBJECT and MESSAGE BODY VARIABLES? How to get the email message and subject? Thanks a lot!! Sean Lee

Unable_to_chdir_to_maildir._(#4.2.1)

1999-04-07 Thread chris
Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: uNOT6O6CxbB2PPONrrH2ow== Hello list ! I am setting up pop3 deliveries, and keep getting this message in the logs, it obviously means that the program that actually tries to deliver

Re: Where is others qmail-command?

1999-04-07 Thread Fred Lindberg
On Thu, 08 Apr 1999 04:51:58 +0800, Sean Lee wrote: But; where is SUBJECT and MESSAGE BODY VARIABLES? How to get the email message and subject? The message is on stdin. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Question regarding - in aliases.

1999-04-07 Thread Spike
My qmail server accepts messages that I send using the TEST.deliver procedure BUT --- will not receive from the outside world. My DNS is OK and all other services work e.g. FTP, HTTP etc. ? Do I have to add all qmail users to the group qmail ? I did the touch ~alias/.qmail-username --- for a

Re: bare LF's, how ?

1999-04-07 Thread Scott D. Yelich
-BEGIN PGP SIGNED MESSAGE- But what is " qmail-pipe " ? I can't find no docs on it. Thanks for the help guys ! ---gordie It's there! Scott -BEGIN PGP SIGNATURE- Version: 2.6.2 iQCVAwUBNwvgRVvCesh4C4FtAQE/7wQAjMPqv6Ne3bcs2vfLq8jvoamNPD4odnMm

Domain names in header records

1999-04-07 Thread John Conover
Qmail inserts the domain name in "Return-Path:" and "Message-ID:" header records. Is there something in /var/qmail/control that can be changed to alter the domain name in ONLY these two records? Thanks, John -- John Conover, 631 Lamont Ct., Campbell, CA., 95008, USA. VOX

Re: QMTP suggestion

1999-04-07 Thread Peter C. Norton
On Wed, Apr 07, 1999 at 09:42:18AM +0200, Peter van Dijk wrote: Well extend it a bit to ignore qmtp in smtp banners for like one hour if qmtp turns out to be _not_ available. No big deal. Right. I just wanted to throw that into the proposal. An hour is probably a good long time. -Peter

Re: Unable_to_chdir_to_maildir._(#4.2.1)

1999-04-07 Thread Chris Johnson
On Wed, Apr 07, 1999 at 05:01:23PM -0400, [EMAIL PROTECTED] wrote: I am setting up pop3 deliveries, and keep getting this message in the logs, it obviously means that the program that actually tries to deliver (qmail-local ??) has no access to the Maildir directory. # pwd

Re: Question regarding - in aliases.

1999-04-07 Thread Greg Moeller
On Wed, Apr 07, 1999 at 05:01:50PM -0500, Greg Moeller wrote: # here's assign: # nip-nt:alias:60003:65535:/var/qmail/alias:-:: that's not what should be in assign if this is the only line, and assuming that 60003 65535 are the uid and gid respectively, your assign should look like this:

As many of these things as I've done...

1999-04-07 Thread Vince Vielhaber
As many of these things as I've done, I don't think I've ever encountered this. # ./config Your hostname is db1radio.michvhf.com. hard error Sorry, I couldn't find your host's canonical name in DNS. You will have to set up control/me yourself. # $ dig db1radio.michvhf.com ; DiG 2.2