[plug] Sendmail ill refrase that

James Robert New james_new_us at yahoo.com
Tue Jun 13 22:00:57 WST 2000



I just want outward mail to queue for a while till I make a manual ppp
connection this will give other people a chance to write email without
connecting to the net 
 
I have fetchmail in ip-up.local and expect to do the same with
sendmail (/usr/bin/sendmail -q)

I am not sure about the masqueraing lines (see below)
because  i have people with different email domains 
ie.. user at yahoo.com, user at geocities.com, user at iprimus.really.sux,
user at deakin.edu.au
So I am hung up on the MASQUERADE_AS  line
I think that all mail will go out as <from: user at smallorg.org>
If true this would make return mail impossible.
TIA
James 
  
 _________SEND DIALUP.MC_________________
divert(-1)
divert(0)dnl
include('/usr/lib/sendmail-cf/m4/cf.m4')dnl
OSTYPE('linux')dnl

FEATURE('allmasquerade')dnl
FEATURE('masquerade_envelope')dnl
FEATURE('local_procmail','/usr/bin/procmail')dnl
FEATURE('access_db','/etc/mail/access.db')dnl
FEATURE('nocanonify')dnl

MAILER('smtp')dnl
MAILER('procmail')dnl

MASQUERADE_AS('smallorg.org')dnl #<<<<<<<<<<<<<< here
define('SMART_HOST','smtp:smtp.iprimus.com.au')dnl
______________________________





> On Sun, 11 Jun 2000, Raven wrote:
> 
> > James Robert New wrote:
> > 
> > > The idea is to avoid dial on demand, by storing the mail on the system
> > > somewhere till I do connect then have  automated mail sending.
> > > I feel that sendmail can do this.
> > 
> > And I forgot, the entry in /etc/crontab is:
> 
> I dont think James needs any crontab entries, as he only wants to send,
> not receive with sendmail. A sendmail daemon, and entry in
> /etc/ppp/ip-up.local should do it.
> 
> Mike Holland  <mike at golden.wattle.id.au>
>                           --==--



More information about the plug mailing list