[+] Serwer pocztowy nie pobiera poczty - ale wysy

Konfiguracja serwerów, usług, itp.
mateuszms
Posty: 36
Rejestracja: 19 grudnia 2010, 22:25

[+] Serwer pocztowy nie pobiera poczty - ale wysyła

Post autor: mateuszms »

Mam postfixa z dovecotem. Maila można wysłać wszędzie (onet, gmail itp) ale już w drugą stronę (np. gmail -> ja) nie dojdzie. Gmail nic nie mówi, żeby coś było źle a i w logach u mnie nic nie ma. Jakby gdzieś ten mail się zapodział. Korzystałem z tego poradnika:

Kod: Zaznacz cały

[URL]http://www.nfire.eu/?m=articles&article_id=37[/URL]
A to moje configi:

main.cf

Kod: Zaznacz cały

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
mydestination = mail.domena.pl, doomena.pl, localhost
mynetworks = 127.0.0.0/8 172.31.0.0/24
myorigin = /etc/mailname
relayhost =
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/ssl/certs/mail.pem
smtpd_tls_key_file = /etc/ssl/private/mail.key
smtpd_tls_security_level = may
smtpd_tls_wrappermode = no
master.cf

Kod: Zaznacz cały



smtp      inet  n       -       n       -       -       smtpd
submission inet n       -       -       -       -       smtpd
#  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o milter_macro_daemon_name=ORIGINATING
  -o smtpd_client_restrictions=
  -o smtpd_helo_restrictions=
  -o smtpd_sender_restrictions=reject_sender_login_mismatch,permit
  -o receive_override_options=no_header_body_checks,no_address_mappings
  -o smtpd_sender_restrictions=permit_sasl_authenticated,reject
  -o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
smtps     inet  n       -       -       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o milter_macro_daemon_name=ORIGINATING
#628       inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       -       -       -       smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       -       -       -       smtp
        -o smtp_fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
retry     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache    unix  -       -       -       -       1       scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
#
# ====================================================================
#
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
#
# Specify in cyrus.conf:
#   lmtp    cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
#
# Specify in main.cf one or more of the following:
#  mailbox_transport = lmtp:inet:localhost
#  virtual_transport = lmtp:inet:localhost
#
# ====================================================================
#
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
#
#cyrus     unix  -       n       n       -       -       pipe
#  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# ====================================================================
# Old example of delivery via Cyrus.
#
#old-cyrus unix  -       n       n       -       -       pipe
#  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
#
# ====================================================================
#
# See the Postfix UUCP_README file for configuration details.
#
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}
dovecot.conf

Kod: Zaznacz cały

protocols = pop3 pop3s imap imaps
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
ssl = yes
ssl_cert_file = /etc/ssl/certs/mail.pem
ssl_key_file = /etc/ssl/private/mail.key


mail_location = maildir:~/Maildir
mail_privileged_group = mail


protocol imap {
}


protocol pop3 {
}


protocol managesieve {
}


auth default {
  mechanisms = plain login


  passdb pam {
  }


  userdb passwd {
  }


  user = root


  socket listen {
    client {
      path = /var/spool/postfix/private/auth
      mode = 0660
      user = postfix
      group = postfix
    }
  }
}


auth default2 {
  mechanisms = plain
  passdb pam {
  }
  userdb passwd {
  }
}


dict {
}


plugin {
}
Awatar użytkownika
markossx
Beginner
Posty: 489
Rejestracja: 26 maja 2007, 16:01
Lokalizacja: Polska

Post autor: markossx »

Za mało informacji, wygląda na problem z DNS ale głowy nie daje.
mateuszms
Posty: 36
Rejestracja: 19 grudnia 2010, 22:25

Post autor: mateuszms »

Mam zmienne ip. Korzystam z freedns42.pl - serwer www, ftp itp. działają bez zarzutu przy wpisywaniu domeny.
Co ci tu jeszcze podać?

Ps. Jak w relayhost i mydestination ustawię adres ip to też nie działa.
Awatar użytkownika
markossx
Beginner
Posty: 489
Rejestracja: 26 maja 2007, 16:01
Lokalizacja: Polska

Post autor: markossx »

Jeżeli nie ma połączenia do serwera pocztowego to prawdopodobnie masz problem z DNS. Masz w tym freedns ustawiony rekord MX w ogóle?
(Nigdy nie administrowałem pocztą na takich dns-ach)
mateuszms
Posty: 36
Rejestracja: 19 grudnia 2010, 22:25

Post autor: mateuszms »

Tak, jest ustawiony rekord MX. Funkcja ,,host domena.pl'' w Debianie zwraca poprawne wartości.
Awatar użytkownika
markossx
Beginner
Posty: 489
Rejestracja: 26 maja 2007, 16:01
Lokalizacja: Polska

Post autor: markossx »

Jeżeli nie ma połączenia do serwera pocztowego to prawdopodobnie masz problem z DNS. Masz w tym freedns ustawiony rekord MX w ogóle?
mateuszms
Posty: 36
Rejestracja: 19 grudnia 2010, 22:25

Post autor: mateuszms »

Jeszcze dodam, że wewnątrz domeny poczta też nie dochodzi.

Logowałem się przy pomocy telnetu na swój serwer pocztowy.

Kod: Zaznacz cały

root@btstefaniak:/# telnet mail.domena.pl 587
Trying 31.61.232.123...
Connected to mail.domena.pl.
Escape character is '^]'.
220 mail.domena.pl ESMTP Postfix
ehlo domena.pl
250-mail.domena.pl
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:[email protected]
250 2.1.0 Ok
rcpt to:[email protected]
554 5.7.1 <[email protected]>: Sender address rejected: Access denied
I tak przy każdym użytkowniku.
Awatar użytkownika
markossx
Beginner
Posty: 489
Rejestracja: 26 maja 2007, 16:01
Lokalizacja: Polska

Post autor: markossx »

A ja dodam, że jakbyś się przyłożył do konfiguracji to pewnie Twoje problemy by się nie pojawiły. Gdyby ktoś dysponował szklaną kulą to proszę, pomóżcie mateuszms.
mateuszms
Posty: 36
Rejestracja: 19 grudnia 2010, 22:25

Post autor: mateuszms »

Jesli nie znasz odpowiedzi to nic nie pisz. Skoro tu jestem tzn, że wszelkie znane mi sposoby na rozwiązanie tego problemu już wyczerpałem...

Dodane:
Problem rozwiązany. Do zamknięcia.
ODPOWIEDZ