[CLUE-Tech] Postfox question
    Keith Hellman 
    kehellman at yahoo.com
       
    Sat Jun 28 10:43:42 MDT 2003
    
    
  
Kevin:
I looked through http://www.postfix.org/faq.html#dialup and it seems you
have  spontaneous SMTP delivery turned off. But this may be what you want,
if you have demand dialing enabled.
If this is the case, I would recommend a crontab entry (running as root
every minute or so?); off the top of my head something akin to
#!/bin/bash
if ifconfig ppp0 2>/dev/null |grep 'inet addr' >/dev/null ; then
  postfix flush
fi
HTH
=====
Keith E. Hellman
kehellman at yahoo.com
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
    
    
More information about the clue-tech
mailing list