I am looking for public smtp server :

AlternativE :

I used to use exim but now I run postfix

[[SMTP]] : PROTOCOL

HOST=localhost
telnet $HOST 25
HELP
EHLO $HOST # destination
MAIL From:abuse@localhost
RCPT TO:<abuse@localhost>
DATA
Subject: This is a test
http://rzr.online.fr/q/smtp
<CR><LF>.<CR><LF>
.
QUIT
421 Unexpected failure, please try later

PUSH

mutt

grep smtp_url ~/.muttrc
set smtp_url=smtp://eu??????:????????@smtp.tele2.fr:587

smtp.gmail.com

Errror : ISP

@tag: free.fr

???@free.fr; Échec; 5.1.2 (adresse système de destination incorrecte)
ATM à distance mx1.free.fr : erreur du réseau
- Diagnostic SMTP : 500 Too many spams from your IP (213.36.80.90), please visit http://postmaster.free.fr/
 $USER@free.fr
 (generated from  $USER@users.sourceforge.net)
 SMTP error from remote mail server after DATA:
 host mx1.free.fr [212.27.48.6]: 554 Sender-Verify detected from your IP (216.34.181.68), please visit http://postmaster.free.fr/

smtp.free.fr

set smtp_url="smtp://${USER}@smtp.free.fr:587"
set smtp_pass = "${PASSWD}"

http://www.free.fr/assistance/2407-interet-et-fonctionnement.html

mailq
(Host or domain name not found. Name service error for name=smtp.free.fr type=MX: Host not found, try again)

http://jc.etiemble.free.fr/abc/index.php/realisations/trucs-astuces/configurer-smtp-free-fr

@TaG: ExiM free.fr

ERROR 550 @ laposte.net

  <$USER@laposte.net>: host smtp4.laposte.net[193.251.214.113] said: 550
  Error: Message content rejected (in reply to end of DATA command)

users.sf.net

mx.sourceforge.net : Diagnostic SMTP : 550 unknown user

PostFix:

E0F02B68       3105 Mon Jan 20 12:08:31  MAILER-DAEMON
(delivery temporarily suspended: connect to mx.sourceforge.net[216.105.38.6]:25: Connection timed out)
$user@users.sf.net
sudo postsuper -d ALL

orange

kmail:

Sending failed:
smtp-msa.orange.fr: Unknown error
The message will stay in the 'outbox' folder until you either fix the problem (e.g. a broken address) or remove the message from the 'outbox' folder.
The following transport was used:
 smtp-msa.orange.fr

YAHOO

nc smtp.mail.yahoo.com 587
220 smtp.mail.yahoo.com ESMTP ready
nc smtp.mail.yahoo.com 465
EHLO smtp.mail.yahoo.com
nmap smtp.mail.yahoo.com
PORT    STATE SERVICE
25/tcp  open  smtp
465/tcp open  smtps
587/tcp open  submission

Mutt:

set from = "$USER@yahoo.fr"
set smtp_url="smtps://$USER@smtp.mail.yahoo.com:465"
set smtp_url="smtp://$USER@smtp.mail.yahoo.com:587"
set smtp_pass="$PASS"

mutt -f "imaps://$USER:$PASS@imap.mail.yahoo.com:993/"
openssl s_client -connect imap.mail.yahoo.com:993
openssl s_client -connect rim.smtp.mail.yahoo.com:465

ERROR

An error occurred sending mail:
The mail server sent an incorrect greeting:
5.7.1 <unknown[$VPN]>: Client host rejected: Access denied.

MISC

MORE

smtp.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki