Package: ssmtp Version: 2.61-2 Severity: important Error description:
I have a script which works since WOODY without any problems
and it write a message like:
----------------------------------------
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: Arghhh!
Date: `date -R`
some text
----------------------------------------
My script send it with
cat $MSG |ssmtp $MTAPARM
where $MTAPARM is "-t -au [EMAIL PROTECTED] -ap secret".
Now since I was using a SID Backport 2.61 I have used as $MTAPARM
"-t" only and setup /etc/ssmtp/ssmtp.conf with
__( '/etc/ssmtp/ssmtp.conf' )_________________________________________
/
| [EMAIL PROTECTED]
| AuthPass=secret
| AuthMethod=cram-md5
\______________________________________________________________________
which was working fine too.
Now, after upgrade to SARGE it does not more work and I get in my
__( '/var/log/mail.log' )_____________________________________________
/
| Jul 1 01:10:04 devel sSMTP[22345]: Unable to set AuthUser="linux4mich
| [EMAIL PROTECTED]"
| Jul 1 01:10:04 devel sSMTP[22345]: Unable to set AuthPass="secret"
| Jul 1 01:10:05 devel sSMTP[22345]: Sent mail for [EMAIL PROTECTED]
| et.de (221 mx0.freenet.de closing connection) uid=0 username=root outb
| ytes=952
| Jul 1 01:10:05 devel sSMTP[21930]: 550 syntax error in header
|
\______________________________________________________________________
while using "-t -au [EMAIL PROTECTED] -ap secret" and
__( '/var/log/mail.log' )_____________________________________________
/
| Jul 1 01:12:05 devel sSMTP[22764]: Sent mail for [EMAIL PROTECTED]
| et.de (221 mx2.freenet.de closing connection) uid=0 username=root outb
| ytes=952
| Jul 1 01:12:05 devel sSMTP[22366]: 550 syntax error in header
\______________________________________________________________________
using "-t" plus auth-parameters set in /etc/ssmtp/ssmtp.conf
Now I have portet version 2.50 from WOODY to SARGE and it works.
Please can you check this ?
-- System Information
Debian Release: 3.1
Kernel Version: Linux devel 2.4.27-2-686 #1 Mon May 16 17:03:22 JST 2005 i686
GNU/Linux
Versions of the packages ssmtp depends on:
ii debconf 1.4.30.13 Debian configuration management system
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries and Timezone
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
signature.pgp
Description: Digital signature

