Hi!

Try to modify my configs under your username and address:

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

listen on lo0

accept for local alias <aliases> deliver to mbox
accept for any relay via tls+auth://mazoc...@disroot.org:587 auth <secrets>
---------------------

/etc/mail/secrets:
---------------------
mazocomp mazoc...@disroot.org:my_password
---------------------

/home/mazocomp/.mailrc:
---------------------
set ask
set crt
set from=mazoc...@disroot.org
ignore message-id received date fcc status resent-date resent-message-id 
resent-from in-reply-to
---------------------

You might also want to fetch mail via IMAP or POP3,
here is my /home/mazocomp/.fdm.conf (# pkg_add fdm):
---------------------
action "inbox" mbox "/var/mail/%u"
account "Leonid Bobrov" imaps server "disroot.org"
        user "mazocomp" pass "my_password"
match all action "inbox"
---------------------

Also note that you might want to not delete
your mail at gmail server, so after pass "my_password"   
append: keep

Also I do not know if gmail uses default IMAPS port, 
so you have to manually after server "disroot.org"
write: port 123

Reply via email to