Hello. Hello,
I'm just a geek who whish don't use google smtp and so, I have email
problems;)
Thanks

I have a virtual machine (VM1) that is configured normally. I manage to
send messages, (maybe errors in reception, but this is not the problem yet).

VM1# cat /etc/smtpd/smtpd.conf
    # tables setup
    table aliases file:/etc/smtpd/aliases
    table domains file:/etc/smtpd/domains

    # pki setup
    pki mail.esprit-bourse.com key "/etc/ssl/private/mail.esprit-
bourse.com.pem"
    pki mail.esprit-bourse.com certificate "/etc/ssl/certs/mail.esprit-
bourse.com.pem"

    # Deliver
    listen on lo
    listen on lo port 10028 tag DKIM
    listen on eth0 port 25 tls pki mail.esprit-bourse.com
    #listen on eth0 port 587 tls-require pki mail.esprit-bourse.com #auth
    listen on eth0 port 587 tls pki mail.esprit-bourse.com auth

    # dkim tagged can be sent
    accept tagged DKIM for any relay

    accept from any for domain <domains> alias <aliases> deliver to maildir
"~/Maildir"
    accept from local for local alias <aliases> deliver to maildir
"~/Maildir"
    #accept from local for local alias <aliases> deliver to maildir
"~/Maildir"
    #accept from any for domain <domains> deliver to maildir "~/Maildir"

    # Relay
    # if not dkim tagged, send it to dkimproxy
    accept from local for any relay via smtp://127.0.0.1:10027


A machine (VM2) that sends messages via VM1 relay.
I can send emails with smtp. gmail.com, but not with my own server as I
wish.

VM2# cat /etc/smtpd/smtpd.conf
    table secrets file:/etc/smtpd/secrets
    table aliases file:/etc/smtpd/aliases

    listen on lo

    accept from any for any relay via secure+auth://label@mail.
esprit-bourse.com:587 auth <secrets>


Here are the logs

VM1
nothing about smtpd

VM2

Logs
Nov 28 16:34:04 esprit-bourse mail.info smtpd[3652]: 368dfe322a55edb3 smtp
event=connected address=local host=esprit-bourse
Nov 28 16:34:04 esprit-bourse mail.info smtpd[3652]: 368dfe322a55edb3 smtp
event=message msgid=05022889 from=<[email protected]> to=<[email protected]>
size=387 ndest=1 proto=ESMTP
Nov 28 16:34:04 esprit-bourse mail.info smtpd[3652]: 368dfe322a55edb3 smtp
event=closed reason=quit


VM2:~# smtpctl show queue
050228898c9f6a97|local|mta|auth|[email protected]|[email protected]|
[email protected]|1511886844|1512232444|1511886844|0|inflight|28|
bc98f40538f28829|local|mta|auth|[email protected]|[email protected]|
[email protected]|1511877321|1512222921|1511877321|0|inflight|9551|


VM2:~# sendmail -vt < mail
<<< 220 esprit-bourse ESMTP OpenSMTPD
>>> EHLO localhost
<<< 250-esprit-bourse Hello localhost [local], pleased to meet you
<<< 250-8BITMIME
<<< 250-ENHANCEDSTATUSCODES
<<< 250-SIZE 36700160
<<< 250 HELP
>>> MAIL FROM:<[email protected]>
<<< 250 2.0.0: Ok
>>> RCPT TO:<[email protected]>
<<< 250 2.1.5 Destination address valid: Recipient ok
>>> DATA
<<< 354 Enter mail, end with "." on a line by itself
>>> .
<<< 250 2.0.0: 05022889 Message accepted for delivery
>>> QUIT
<<< 221 2.0.0: Bye

-- 
Cordialement
Rémy Silber

Reply via email to