Thread View: comp.mail.sendmail
3 messages
3 total messages
Started by brendan@cs.widen
Tue, 17 Sep 1991 11:42
behavior with deferred mail
Author: brendan@cs.widen
Date: Tue, 17 Sep 1991 11:42
Date: Tue, 17 Sep 1991 11:42
17 lines
684 bytes
684 bytes
I'm curious .. is there a way to accomplish the following? * all clients punt local mail to the server * and perform delivery to off-site systems themselves * if a message gets deferred after its first attempt, is there any way to have the client send it on to the server, where it can sit and spool? I'd much rather that than have it sit and spool on the client, which doesn't have as much space for the mqueue Just a thought.. -- Brendan Kehoe - Widener Sun Network Manager - brendan@cs.widener.edu Widener University in Chester, PA A Bloody Sun-Dec War Zone ". . . if you were a gas, you would be inert." -- Dieter
Re: behavior with deferred mail
Author: Craig_Everhart@T
Date: Tue, 17 Sep 1991 15:40
Date: Tue, 17 Sep 1991 15:40
7 lines
289 bytes
289 bytes
The Andrew mail delivery software (AMDS), freely available on X.V11R4 and soon to be on the X.V11R5 contrib section, does all that you suggest. Only problem is that it's really best suited to be the local delivery agent for an entire AFS cell, which can include 2-10000+ users. Craig
Re: behavior with deferred mail
Author: avolio@decuac.de
Date: Wed, 18 Sep 1991 01:19
Date: Wed, 18 Sep 1991 01:19
16 lines
629 bytes
629 bytes
You run a program that moves things in the queue that are "Deferred" (if no lock file exists, you create one and move, then remove the lock file) into a different queue. You periodically run sendmail against THAT queue using a different config file (all this is doable from the sendmail command line -- see the man page) which sends all its mail to another host. 1. the only way mail can get into the special queue is if you program moved it there. 2. the only way to clear that special queue is a special run of sendmail with a different config file -- a very small one that sends everything to the other, smarter host. F
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads