Hi, I'm a young guy who love OpenBSD and i just started few days ago to work on opensmtpd with openbsd 5.4.
I' have been following theses link which i think you know about: https://calomel.org/opensmtpd.html https://blog.uraniborg.net/post/mettre-en-place-un-serveur-mail-perso/ However i have some troubles in my queue and log. I have sucessfuly relay one mail to my MUA to GMAIL through my opensmtpd. Can you help me to understand what's wrong? My smtpd.conf: listen on pcn0 port 25 tls-require auth hostname Hermes listen on pcn0 port 465 smtps auth hostname Hermes table secrets db:/etc/mail/secrets.db table aliases db:/etc/mail/aliases.db # Uncomment the following to accept external mail for domain "example.org" # # accept from any for domain "example.org" alias <aliases> deliver to mbox accept from any for domain "dev.calzi.fr" alias <aliases> deliver to maildir accept from local for any relay via tls+auth://[email protected]:587auth <secrets> accept for local alias <aliases> deliver to maildir expire 10d bounce-warn 1h My secrets. db follow this structure table [email protected]:PASSWORD I have to admit i have some troubles to understand with the concept of the "label" thing... My logs tell me this (for exemple ): 325365a20cc908fe|local|mta|auth|@|[email protected] |[email protected]|1384304204|1384649804|0|9|offline||Could not retrieve credentials Last things, i have a error with the "smtpcl schedule all" as describe in the man. smtpctl: wrong message in response: 15 My smtp's port is open i can use telnet on it. Thanks for your patience. I hope my English isn't so bad :) Best Regards Cordialement Olivier Calzi
