Likes Likes:  0
Resultaten 1 tot 3 van de 3
  1. #1
    msmtp mails geweigerd
    timmy
    495 Berichten
    Ingeschreven
    15/08/03

    Locatie
    Amsterdam

    Post Thanks / Like
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter

    msmtp mails geweigerd

    Op vps2 draaien een paar domeinen.
    Op vps2 draait Postfix.
    Als er web formulier wordt ingevuld wordt deze mbv msmtp doorgestuurd naar vps1.
    Sinds enige tijd werkt het niet meer. Naar wat debuggen krijg ik het volgende:

    Code:
    echo "Test email using msmtp" | msmtp -v mail@vps1.nl
    loaded system configuration file /etc/msmtprc
    ignoring user configuration file /root/.msmtprc: No such file or directory
    falling back to default account
    using account default from /etc/msmtprc
    host = ip.vps1.mail.server
    port = 587
    source ip = (not set)
    proxy host = (not set)
    proxy port = 0
    timeout = off
    protocol = smtp
    domain = localhost
    auth = none
    user = (not set)
    password = (not set)
    passwordeval = (not set)
    ntlmdomain = (not set)
    tls = off
    tls_starttls = on
    tls_trust_file = system
    tls_crl_file = (not set)
    tls_fingerprint = (not set)
    tls_key_file = (not set)
    tls_cert_file = (not set)
    tls_certcheck = on
    tls_min_dh_prime_bits = (not set)
    tls_priorities = (not set)
    auto_from = off
    maildomain = (not set)
    from = main@domain.nl
    add_missing_from_header = on
    add_missing_date_header = on
    remove_bcc_headers = on
    dsn_notify = (not set)
    dsn_return = (not set)
    logfile = (not set)
    logfile_time_format = (not set)
    syslog = (not set)
    aliases = /etc/aliases
    reading recipients from the command line
    <-- 220 mail.vps1.nl ESMTP Postfix (Debian/GNU)
    --> EHLO localhost
    <-- 250-mail.vps1.nl
    <-- 250-PIPELINING
    <-- 250-SIZE 82428800
    <-- 250-ETRN
    <-- 250-STARTTLS
    <-- 250-ENHANCEDSTATUSCODES
    <-- 250-8BITMIME
    <-- 250-DSN
    <-- 250 SMTPUTF8
    --> MAIL FROM:<mail@vps2.nl>
    --> RCPT TO:<mail@vps1.nl>
    --> DATA
    <-- 530 5.7.0 Must issue a STARTTLS command first
    msmtp: envelope from address mail@vps2.nl not accepted by the server
    msmtp: server message: 530 5.7.0 Must issue a STARTTLS command first
    msmtp: could not send mail (account default from /etc/msmtprc)
    config msmtp: /etc/msmtp
    Code:
    # Set default values for all accounts
    defaults
    port 587
    tls off
    account smtp
    host mail.vps1.nl
    from mail@vps1.nl
    auth off
    # Set a default account
    account default : smtp
    # Aliases file
    aliases /etc/aliases
    Iemand een idee wat het zou kunnen zijn?



  2. #2
    msmtp mails geweigerd
    geregistreerd gebruiker
    1.086 Berichten
    Ingeschreven
    30/04/09

    Locatie
    NL

    Post Thanks / Like
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    14 Berichten zijn liked


    KvK nummer: 51985977

    Citaat Oorspronkelijk geplaatst door timmy Bekijk Berichten
    Op vps2 draaien een paar domeinen.
    Op vps2 draait Postfix.
    Als er web formulier wordt ingevuld wordt deze mbv msmtp doorgestuurd naar vps1.
    Sinds enige tijd werkt het niet meer. Naar wat debuggen krijg ik het volgende:

    Code:
    echo "Test email using msmtp" | msmtp -v mail@vps1.nl
    loaded system configuration file /etc/msmtprc
    ignoring user configuration file /root/.msmtprc: No such file or directory
    falling back to default account
    using account default from /etc/msmtprc
    host = ip.vps1.mail.server
    port = 587
    source ip = (not set)
    proxy host = (not set)
    proxy port = 0
    timeout = off
    protocol = smtp
    domain = localhost
    auth = none
    user = (not set)
    password = (not set)
    passwordeval = (not set)
    ntlmdomain = (not set)
    tls = off
    tls_starttls = on
    tls_trust_file = system
    tls_crl_file = (not set)
    tls_fingerprint = (not set)
    tls_key_file = (not set)
    tls_cert_file = (not set)
    tls_certcheck = on
    tls_min_dh_prime_bits = (not set)
    tls_priorities = (not set)
    auto_from = off
    maildomain = (not set)
    from = main@domain.nl
    add_missing_from_header = on
    add_missing_date_header = on
    remove_bcc_headers = on
    dsn_notify = (not set)
    dsn_return = (not set)
    logfile = (not set)
    logfile_time_format = (not set)
    syslog = (not set)
    aliases = /etc/aliases
    reading recipients from the command line
    <-- 220 mail.vps1.nl ESMTP Postfix (Debian/GNU)
    --> EHLO localhost
    <-- 250-mail.vps1.nl
    <-- 250-PIPELINING
    <-- 250-SIZE 82428800
    <-- 250-ETRN
    <-- 250-STARTTLS
    <-- 250-ENHANCEDSTATUSCODES
    <-- 250-8BITMIME
    <-- 250-DSN
    <-- 250 SMTPUTF8
    --> MAIL FROM:<mail@vps2.nl>
    --> RCPT TO:<mail@vps1.nl>
    --> DATA
    <-- 530 5.7.0 Must issue a STARTTLS command first
    msmtp: envelope from address mail@vps2.nl not accepted by the server
    msmtp: server message: 530 5.7.0 Must issue a STARTTLS command first
    msmtp: could not send mail (account default from /etc/msmtprc)
    config msmtp: /etc/msmtp
    Code:
    # Set default values for all accounts
    defaults
    port 587
    tls off
    account smtp
    host mail.vps1.nl
    from mail@vps1.nl
    auth off
    # Set a default account
    account default : smtp
    # Aliases file
    aliases /etc/aliases
    Iemand een idee wat het zou kunnen zijn?
    Wat gebeurd er als je "tls off" veranderd in "tls on" ?

    En eventueel uitbreid naar:
    tls on
    tls_starttls on
    Laatst gewijzigd door xaban; 08/02/22 om 11:40.

  3. #3
    msmtp mails geweigerd
    geregistreerd gebruiker
    28 Berichten
    Ingeschreven
    13/02/22

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Naam: Melvin

    Foutmelding onderin zegt eigenlijk dat dat is wat je moet doen:
    msmtp: envelope from address mail@vps2.nl not accepted by the server
    msmtp: server message: 530 5.7.0 Must issue a STARTTLS command first
    msmtp: could not send mail (account default from /etc/msmtprc)

Labels voor dit Bericht

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2021 Webhostingtalk.nl.
Web Statistics