DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 24th December 2018
rdikarlus rdikarlus is offline
Real Name: Carlosn
Fdisk Soldier
 
Join Date: Nov 2018
Location: IBZ ISLAND
Posts: 63
Default OpenSMTPD with gmail

Hi All,

after upgrading from 6.3 to 6.4, my OpenSMTPD server is not working any more - it was working before with my gmail account. I quote below my configuration:

/etc/mail/smtpd.conf:
Code:
table aliases file:/etc/mail/aliases
table secrets file:/etc/mail/secrets

listen on lo0

action "local" mbox alias <aliases>
action "relay" relay host smtp+tls://MY_GMAIL_USER@gmail.com auth <secrets>

match for local action "local"
match for any action "relay"
And this is my /etc/mail/secrets file:
Code:
label xxxxxx@gmail.com:my_gmail_password
gmail xxxxx@gmail.com:my_gmail_password
What am I doing wrong? any idea?

Thanks

Last edited by rdikarlus; 24th December 2018 at 07:51 AM. Reason: Please use [code] & [/code] tags when posting file contents.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenSMTPD as a GMail relay backrow OpenBSD General 1 25th December 2011 07:22 PM


All times are GMT. The time now is 07:02 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick