Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2017-05-20 19:22:11

  hubot - Użytkownik

hubot
Użytkownik
Zarejestrowany: 2017-04-13

Postfix & Dovecot & PostgreSQL & LMTP - Nie działa uwierzytelnianie

Chcę sobie postawić własną pocztę na VPS-ie używając Postfixa, Dovecota, protokołu LMTP i bazy danych PostgreSQL. Nie działa mi wysyłanie wiadomości z VPS-a za pomocą komendy mail tzn. w ogóle nie otrzymuję tych maili na swoim zastępczym koncie a wysyłanie maili z konta zastępczego kończy się błędem:

Kod:

Undelivered Mail Returned to Sender

This is the mail system at host mail.hubot.pl.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<hubot@hubot.pl> (expanded from <admin@hubot.pl>): host
mail.hubot.pl[private/dovecot-lmtp] said: 550 5.1.1 <hubot@hubot.pl> User
doesn't exist: hubot@hubot.pl (in reply to RCPT TO command)

Próbowałem już edytować pliki konfiguracyjne dovecota i postgresql pg_hba.conf oraz pg_ident.conf na różne sposoby a także kombinować z DNS-ami bez skutku.

Oto mój rekord MX domeny hubot.pl: http://paste.asie.pl/GlEI
Plik /etc/dovecot/dovecot.conf: http://paste.asie.pl/AYzK
Plik /etc/dovecot/dovecot-sql.conf: http://paste.asie.pl/15lm
Plik /etc/postfix/main.cf: http://paste.asie.pl/IDRW

Plik /etc/postfix/pgsql-aliases.cf:

Kod:

hubot@hubot-vps:~$ sudo cat /etc/postfix/pgsql-aliases.cf 
user=mailreader
dbname=mail
table=aliases
select_field=alias
where_field=email
hosts=unix:/var/run/postgresql

Plik /etc/postfix/pgsql-boxes.cf:

Kod:

hubot@hubot-vps:~$ sudo cat /etc/postfix/pgsql-boxes.cf 
user=mailreader
dbname=mail
table=users
select_field=email
where_field=email
hosts=unix:/var/run/postgresql/

Plik /etc/postgresql/9.4/main/pg_hba.conf: http://paste.asie.pl/JNxw
Plik /etc/postgresql/9.4/main/pg_ident.conf: http://paste.asie.pl/rhbB
Logi: http://paste.asie.pl/g2wW

Mam nadzieję, że pomoże mi ktoś rozwiązać ten problem.

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)

[ Generated in 0.011 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00023 SET CHARSET latin2
0.00005 SET NAMES latin2
0.00166 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.221.156.50' WHERE u.id=1
0.00083 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.221.156.50', 1715859065)
0.00042 SELECT * FROM punbb_online WHERE logged<1715858765
0.00085 SELECT topic_id FROM punbb_posts WHERE id=310826
0.00092 SELECT id FROM punbb_posts WHERE topic_id=29598 ORDER BY posted
0.00085 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=29598 AND t.moved_to IS NULL
0.00039 SELECT search_for, replace_with FROM punbb_censoring
0.00152 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=29598 ORDER BY p.id LIMIT 0,25
0.00111 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=29598
Total query time: 0.00883 s