Problem sending an email with MSMTP

Solved
pétéléplombs Posted messages 362 Registration date   Status Member Last intervention   -  
pétéléplombs Posted messages 362 Registration date   Status Member Last intervention   -
Hello,

I have been reconfiguring the msmtprc file in every possible way for a month now. I have made some progress (especially with vim), but I haven't yet succeeded in sending emails. Here are the explanations:
- I use Mutt, and when I send an email, I get 4 error messages, 3 at the top of the page:
1°)msmtp: recipient address pseudofai@free.fr not accepted by the server
2°)msmtp: server message: 554 5.7.1 <i04m-**-**-**-**.d4.club-internet.fr[**.**.**.**]>: Client host rejected: Access denied
3°)msmtp: could not send mail (account free from /home/utilisateur/.msmtprc)
And another error message at the bottom of the page, highlighted in red:
4°)"Error sending message, child terminated with code 65 (Data format error.)"
My computer: Debian Squeeze, the box: bbox from Bouygues

Thank you for your help, I'm out of ideas and I haven't found anything on the internet
Configuration: Linux / Mozilla 1.9.1.16

4 answers

  1. pétéléplombs Posted messages 362 Registration date   Status Member Last intervention   25
     
    yes, I forgot, when I do a msmtp -S :
    user@debian:~$ msmtp -S
    SMTP server at smtp.free.fr (smtp.free.fr [212.27.48.4]), port 587:
    smtp5-g21.free.fr ESMTP Postfix
    Capabilities:
    SIZE 35000000:
    Maximum message size is 35000000 bytes = 33.38 MiB
    PIPELINING:
    Support for command grouping for faster transmission
    ETRN:
    Support for RMQS (Remote Message Queue Starting)
    DSN:
    Support for Delivery Status Notifications
    AUTH:
    Supported authentication methods:
    PLAIN CRAM-MD5 DIGEST-MD5 LOGIN

    The response from smtp.de.free makes me think that my msmtpRC file is well configured. Yet it still doesn't work.
    0