Bin wieder da...

  __( '/home/michelle.konzack/src/cron-3.0pl1/config.h' )_______________
 /
| #define MAILCMD _PATH_SENDMAIL                                        /*-*/
| #define MAILARGS "%s -i -FCronDaemon -odi -oem  %s"           /*-*/
|                       /* -i    = don't terminate on "." by itself
|                        * -Fx   = set full-name of sender
|                        * -odi  = Option Deliverymode Interactive
|                        * -oem  = Option Errors Mailedtosender
|                        * -t    = read recipient from header of message
|                        * -or0s = Option Readtimeout -- don't time out
|                        * XXX: sendmail doesn't allow -or0s when invoked
|                        * by joe user.  --okir
|                        */
 \______________________________________________________________________

Da wird doch gleich mal was "ssmtp" kompatibles gebastelt...

"-i" inkompatibel mit ssmtp was ein "-oi" haben will.

"-odi" wird in ssmtp nur als "-od" genommen wobei interactiv default ist.

"-oem" ist jetzt was in ssmtp ?
        "-oe" Set error processing to mail, write, print or quiet.
              (ignored, in ssmtp always print)
        "-om" Send to "me" (the sender) also if in an alis.
              (default in ssmtp)

Vor allen w�rde ein

    #define MAILARGS "%s -oi -od -oe -om -t"

vollst�ndig ausreichen...

    compilier...
    serverupdate...
    installier...
    ausprobier...
        
:-)

funktioniert...
Nochmal auf meinem FileServer (MTA ist courier-mta-ssl) installiert...
...und funktioniert ebenfals

Jetzt schreibe ich nen BUG report/wishlist...
   
Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature

Antwort per Email an