Postfix - Dovecot problem z konfiguracj

Konfiguracja serwerów, usług, itp.
Awatar użytkownika
pawkrol
Moderator
Posty: 939
Rejestracja: 03 kwietnia 2011, 10:25

Post autor: pawkrol »

Ja instaluje postfixadmina nie z repo tylko bezpośrednio ze źródeł http://sourceforge.net/projects/postfixadmin/
Ściągasz rozpakowujesz np do /var/www ( najprościej) i tyle. Wtedy konfig masz w /var/www/postfixadmin/config.inc.php
Certyfikaty ja osobiście generuje sobie z programu xca.
Jest wiele różnych sposobów. np taki (tinyca lub https://www.gigaone.pl/wsparcie-technic ... ia-openssl lub http://rpc.one.pl/index.php/lista-artyk ... enssl-x509)
biolkell
Beginner
Posty: 110
Rejestracja: 06 sierpnia 2013, 21:34

Post autor: biolkell »

Wpisy które podałeś edytowałem w :
mcedit /usr/share/postfixadmin/config.inc.php

certyfikaty wygenerowałem tak:
openssl genrsa -des3 -out root-ca.key 1024
openssl req -new -x509 -days 3650 -key root-ca.key -out ca.crt -config openssl.cnf


$CONF['setup_password'] = '6eda1f93272ce83d99592ed0f50cb4a5:3a8d04488f72ea845a9963de654843f4c4dcb44c';
dodałem wy /usr/share/postfixadmin/config.inc.php

I nie mogę przejęci dodanie admina w /postfixadmin/setup.php ciągle zmienia $CONF['setup_password']

Mój błąd to Setup password not specified correctly
biolkell
Beginner
Posty: 110
Rejestracja: 06 sierpnia 2013, 21:34

Post autor: biolkell »

juz mi działa trzeba uważać bo b pliku /usr/share/postfixadmin/config.inc.php jest wpis $CONF['setup_password'] który trzeba podmienić

a zeby wyłączyć sprawdzanie dns dajemy $CONF['emailcheck_resolve_domain']='NO';

jak dodaje moja testową domene która nie jest w dns to mam komunikat
Nieprawidłowa domena test.tionbk.net, nie wykrywana w DNS

z konfiguracji usunąłem protokół sieve ponieważ miałem błąd
Restarting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: protocols: Unknown protocol: sieve
failed!
biolkell
Beginner
Posty: 110
Rejestracja: 06 sierpnia 2013, 21:34

Post autor: biolkell »

Poszedłem inną drogą poprawiłem konfiguracje dovecota z PAM teraz podczas resetu usługi nie wyrzuca mi żadnego błędu. Na innym komputerze wykrywa mi serwer pocztowy, ale Thunderbird nie może zweryfikować hasła co robię źlę. oto konfiguracja /etc/dovecot/dovecot.conf

Kod: Zaznacz cały

root@debian:~# cat /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-686-pae i686 Debian 7.6 
auth_debug = yes
auth_mechanisms = plain login
auth_verbose = yes
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
info_log_path = /var/log/mail.log
listen = *
log_path = /var/log/dovecot.log
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_greeting = Welcome. I’m ready ...
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
mail_access_groups = postfix
mail_location = maildir:~/Maildir
passdb {
  driver = pam
}
passdb {
  driver = pam
}
protocols = imap pop3
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
  user = root
}
service imap-login {
  chroot = 
  process_limit = 128
  process_min_avail = 3
  service_count = 1
  user = dovecot
  vsz_limit = 64 M
}
service pop3-login {
  chroot = 
  process_limit = 128
  process_min_avail = 3
  service_count = 1
  user = dovecot
  vsz_limit = 64 M
}
ssl_cert = </etc/postfix/ssl/mail.pem
ssl_key = </etc/postfix/ssl/mail.pem
userdb {
  driver = passwd
}
userdb {
  driver = passwd
}
verbose_ssl = yes
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
  postmaster_address = postmaster@test.com
}

Logi z postfixa

Kod: Zaznacz cały

 tch?)
2014-10-02 11:01:27 auth-worker(9252): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:27 auth-worker(9252): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:29 auth-worker(9252): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:31 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:01:31 imap-login: Info: Disconnected (auth failed, 3 attempts in 24 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:01:31 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=G2LV3GwEMADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50224
2014-10-02 11:01:31 auth: Debug: client out: CONT    1    
2014-10-02 11:01:31 auth: Debug: client in: CONT<hidden>
2014-10-02 11:01:31 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:31 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:31 auth: Debug: auth client connected (pid=9253)
2014-10-02 11:01:32 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:32 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:32 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:34 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:36 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:01:36 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=G2LV3GwEMADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50224
2014-10-02 11:01:40 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:01:40 auth: Debug: client in: CONT<hidden>
2014-10-02 11:01:40 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:01:40 auth: Debug: client in: CONT<hidden>
2014-10-02 11:01:40 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:40 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:42 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:42 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:42 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:44 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:46 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:01:46 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=G2LV3GwEMADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50224    resp=<hidden>
2014-10-02 11:01:50 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:50 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:51 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:51 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:01:51 auth-worker(9252): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:01:54 auth-worker(9252): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:01:56 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:01:56 imap-login: Info: Disconnected (auth failed, 3 attempts in 25 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:03:59 auth: Debug: auth client connected (pid=9266)
2014-10-02 11:03:59 pop3-login: Info: Disconnected (no auth attempts in 0 secs): user=<>, rip=192.168.1.18, lip=192.168.1.215, TLS: SSL_read() failed: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48
2014-10-02 11:04:03 auth: Debug: client in: AUTH    1    PLAIN    service=pop3    secured    session=IBzg5WwEWADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47704
2014-10-02 11:04:03 auth: Debug: client out: CONT    1    
2014-10-02 11:04:03 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:03 auth: Debug: auth client connected (pid=9268)
2014-10-02 11:04:03 auth-worker(9269): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
2014-10-02 11:04:03 auth-worker(9269): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
2014-10-02 11:04:03 auth-worker(9269): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_pgsql.so
2014-10-02 11:04:03 auth-worker(9269): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_sqlite.so
2014-10-02 11:04:03 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:03 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:05 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:05 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:05 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:07 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:09 auth: Debug: client out: FAIL    1    user=test
2014-10-02 11:04:09 auth: Debug: client in: AUTH    2    LOGIN    service=pop3    secured    session=IBzg5WwEWADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47704
2014-10-02 11:04:13 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:04:13 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:13 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:04:13 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:13 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:13 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:14 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:14 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:14 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:16 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:18 auth: Debug: client out: FAIL    2    user=test
2014-10-02 11:04:18 auth: Debug: client in: AUTH    3    PLAIN    service=pop3    secured    session=IBzg5WwEWADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47704    resp=<hidden>
2014-10-02 11:04:22 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:22 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:24 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:24 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:24 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
Oct  2 11:04:24 debian postfix/anvil[9249]: statistics: max connection rate 2/60s for (smtp:192.168.1.18) at Oct  2 11:01:04
Oct  2 11:04:24 debian postfix/anvil[9249]: statistics: max connection count 1 for (smtp:192.168.1.18) at Oct  2 11:01:04
Oct  2 11:04:24 debian postfix/anvil[9249]: statistics: max cache size 1 at Oct  2 11:01:04
2014-10-02 11:04:26 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:28 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:04:28 pop3-login: Info: Disconnected (auth failed, 3 attempts in 25 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:04:28 auth: Debug: client in: AUTH    1    PLAIN    service=pop3    secured    session=hShd52wEWgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47706
2014-10-02 11:04:28 auth: Debug: client out: CONT    1    
2014-10-02 11:04:28 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:28 auth: Debug: auth client connected (pid=9272)
2014-10-02 11:04:30 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:32 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:34 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:04:34 auth: Debug: client in: AUTH    2    LOGIN    service=pop3    secured    session=hShd52wEWgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47706
2014-10-02 11:04:38 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:04:38 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:38 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:04:38 auth: Debug: client in: CONT<hidden>
2014-10-02 11:04:38 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:38 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:40 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:40 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:40 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:42 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:44 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:04:44 auth: Debug: client in: AUTH    3    PLAIN    service=pop3    secured    session=hShd52wEWgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47706    resp=<hidden>
2014-10-02 11:04:48 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:48 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:50 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:50 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:04:50 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:04:52 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:04:54 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:04:54 pop3-login: Info: Disconnected (auth failed, 3 attempts in 26 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:05:10 auth: Debug: client in: AUTH    1    PLAIN    service=pop3    secured    session=0lvf6WwEYADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47712
2014-10-02 11:05:10 auth: Debug: client out: CONT    1    
2014-10-02 11:05:10 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:10 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:10 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:10 auth: Debug: auth client connected (pid=9274)
2014-10-02 11:05:11 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:11 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:11 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:14 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:16 auth: Debug: client out: FAIL    1    user=test
2014-10-02 11:05:16 auth: Debug: client in: AUTH    2    LOGIN    service=pop3    secured    session=0lvf6WwEYADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47712
2014-10-02 11:05:16 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:05:16 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:16 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:05:16 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:16 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:16 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:18 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:18 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:18 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:20 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:22 auth: Debug: client out: FAIL    2    user=test
2014-10-02 11:05:22 auth: Debug: client in: AUTH    3    PLAIN    service=pop3    secured    session=0lvf6WwEYADAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47712    resp=<hidden>
2014-10-02 11:05:22 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:22 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:23 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:23 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:23 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:26 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:28 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:05:28 pop3-login: Info: Disconnected (auth failed, 3 attempts in 18 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:05:28 auth: Debug: client in: AUTH    1    PLAIN    service=pop3    secured    session=5Qz16mwEYwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47715
2014-10-02 11:05:28 auth: Debug: client out: CONT    1    
2014-10-02 11:05:28 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:28 auth: Debug: auth client connected (pid=9279)
2014-10-02 11:05:30 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:32 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:34 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:05:34 auth: Debug: client in: AUTH    2    LOGIN    service=pop3    secured    session=5Qz16mwEYwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47715
2014-10-02 11:05:34 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:05:34 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:34 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:05:34 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:34 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:34 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:36 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:36 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:36 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:38 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:40 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:05:40 auth: Debug: client in: AUTH    3    PLAIN    service=pop3    secured    session=5Qz16mwEYwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=110    rport=47715    resp=<hidden>
2014-10-02 11:05:40 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:40 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:41 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:41 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:41 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:43 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:05:45 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:05:45 pop3-login: Info: Disconnected (auth failed, 3 attempts in 17 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:05:58 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=26u+7GwEcQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50289
2014-10-02 11:05:58 auth: Debug: client out: CONT    1    
2014-10-02 11:05:58 auth: Debug: client in: CONT<hidden>
2014-10-02 11:05:58 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:05:58 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:05:58 auth: Debug: auth client connected (pid=9283)
2014-10-02 11:06:00 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:00 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:00 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:02 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:04 auth: Debug: client out: FAIL    1    user=test
2014-10-02 11:06:04 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=26u+7GwEcQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50289
2014-10-02 11:06:04 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:06:04 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:04 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:06:04 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:04 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:04 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:06 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:06 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:06 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:08 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:10 auth: Debug: client out: FAIL    2    user=test
2014-10-02 11:06:10 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=26u+7GwEcQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50289    resp=<hidden>
2014-10-02 11:06:10 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:10 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:12 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:12 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:12 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:14 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:16 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:06:16 imap-login: Info: Disconnected (auth failed, 3 attempts in 18 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:06:16 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=VHjM7WwEcgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50290
2014-10-02 11:06:16 auth: Debug: client out: CONT    1    
2014-10-02 11:06:16 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:16 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:16 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:16 auth: Debug: auth client connected (pid=9304)
2014-10-02 11:06:17 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:17 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:17 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:20 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:22 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:06:22 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=VHjM7WwEcgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50290
2014-10-02 11:06:22 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:06:22 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:22 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:06:22 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:22 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:22 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:24 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:24 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:24 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:26 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:28 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:06:28 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=VHjM7WwEcgDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50290    resp=<hidden>
2014-10-02 11:06:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:28 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:30 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:30 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:32 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:34 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:06:34 imap-login: Info: Disconnected (auth failed, 3 attempts in 18 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:06:42 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=192.168.1.18, lip=192.168.1.215
2014-10-02 11:06:42 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=192.168.1.18, lip=192.168.1.215
2014-10-02 11:06:42 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=192.168.1.18, lip=192.168.1.215
2014-10-02 11:06:42 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=192.168.1.18, lip=192.168.1.215
2014-10-02 11:06:42 auth: Debug: auth client connected (pid=9313)
2014-10-02 11:06:42 auth: Debug: auth client connected (pid=9315)
2014-10-02 11:06:42 auth: Debug: auth client connected (pid=9317)
2014-10-02 11:06:42 auth: Debug: auth client connected (pid=9316)
Oct  2 11:06:43 debian postfix/smtpd[9314]: connect from unknown[192.168.1.18]
Oct  2 11:06:43 debian postfix/smtpd[9314]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 11:06:43 debian postfix/smtpd[9314]: improper command pipelining after EHLO from unknown[192.168.1.18]: QUIT\r\n
Oct  2 11:06:43 debian postfix/smtpd[9314]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 11:06:43 debian postfix/smtpd[9314]: disconnect from unknown[192.168.1.18]
Oct  2 11:06:43 debian postfix/smtpd[9314]: connect from unknown[192.168.1.18]
Oct  2 11:06:43 debian postfix/smtpd[9314]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 11:06:43 debian postfix/smtpd[9314]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 11:06:43 debian postfix/smtpd[9314]: lost connection after CONNECT from unknown[192.168.1.18]
Oct  2 11:06:43 debian postfix/smtpd[9314]: disconnect from unknown[192.168.1.18]
2014-10-02 11:06:49 auth: Debug: auth client connected (pid=9323)
2014-10-02 11:06:49 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=USfP72wEgwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50307
2014-10-02 11:06:49 auth: Debug: client out: CONT    1    
2014-10-02 11:06:49 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:49 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:49 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:51 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:51 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:51 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:53 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:55 auth: Debug: client out: FAIL    1    user=test
2014-10-02 11:06:55 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=USfP72wEgwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50307
2014-10-02 11:06:55 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:06:55 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:55 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:06:55 auth: Debug: client in: CONT<hidden>
2014-10-02 11:06:55 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:55 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:57 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:06:57 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:06:57 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:06:59 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:01 auth: Debug: client out: FAIL    2    user=test
2014-10-02 11:07:01 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=USfP72wEgwDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50307    resp=<hidden>
2014-10-02 11:07:01 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:01 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:03 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:03 auth-worker(9269): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:03 auth-worker(9269): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:05 auth-worker(9269): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:07 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:07:07 imap-login: Info: Disconnected (auth failed, 3 attempts in 18 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:07:07 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=vi7a8GwEhQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50309
2014-10-02 11:07:07 auth: Debug: client out: CONT    1    
2014-10-02 11:07:07 auth: Debug: client in: CONT<hidden>
2014-10-02 11:07:07 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:07 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:07 auth: Debug: auth client connected (pid=9338)
2014-10-02 11:07:09 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:09 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:09 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:11 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:13 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:07:13 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=vi7a8GwEhQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50309
2014-10-02 11:07:13 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:07:13 auth: Debug: client in: CONT<hidden>
2014-10-02 11:07:13 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:07:13 auth: Debug: client in: CONT<hidden>
2014-10-02 11:07:13 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:13 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:15 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:15 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:15 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:17 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:19 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:07:19 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=vi7a8GwEhQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50309    resp=<hidden>
2014-10-02 11:07:19 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:19 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:21 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:21 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:07:21 auth-worker(9269): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:07:23 auth-worker(9269): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:07:25 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:07:25 imap-login: Info: Disconnected (auth failed, 3 attempts in 18 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
Oct  2 11:10:03 debian postfix/anvil[9320]: statistics: max connection rate 2/60s for (smtp:192.168.1.18) at Oct  2 11:06:43
Oct  2 11:10:03 debian postfix/anvil[9320]: statistics: max connection count 1 for (smtp:192.168.1.18) at Oct  2 11:06:43
Oct  2 11:10:03 debian postfix/anvil[9320]: statistics: max cache size 1 at Oct  2 11:06:43
2014-10-02 11:10:43 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=L2W4/WwEygDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50378
2014-10-02 11:10:43 auth: Debug: client out: CONT    1    
2014-10-02 11:10:43 auth: Debug: client in: CONT<hidden>
2014-10-02 11:10:43 auth: Debug: auth client connected (pid=9341)
2014-10-02 11:10:43 auth-worker(9343): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
2014-10-02 11:10:43 auth-worker(9343): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
2014-10-02 11:10:43 auth-worker(9343): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_pgsql.so
2014-10-02 11:10:43 auth-worker(9343): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_sqlite.so
2014-10-02 11:10:43 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:10:43 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:10:45 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:10:45 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:10:45 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:10:46 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:10:48 auth: Debug: client out: FAIL    1    user=test
2014-10-02 11:10:48 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=L2W4/WwEygDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50378
2014-10-02 11:10:52 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:10:52 auth: Debug: client in: CONT<hidden>
2014-10-02 11:10:52 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:10:52 auth: Debug: client in: CONT<hidden>
2014-10-02 11:10:52 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:10:52 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:10:54 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:10:54 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:10:54 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:10:56 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:10:58 auth: Debug: client out: FAIL    2    user=test
2014-10-02 11:10:58 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=L2W4/WwEygDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50378    resp=<hidden>
2014-10-02 11:11:02 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:02 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:03 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:03 auth-worker(9343): Debug: pam(test,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:03 auth-worker(9343): Debug: pam(test,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:05 auth-worker(9343): Info: pam(test,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:07 auth: Debug: client out: FAIL    3    user=test
2014-10-02 11:11:07 imap-login: Info: Disconnected (auth failed, 3 attempts in 24 secs): user=<test>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
2014-10-02 11:11:07 auth: Debug: client in: AUTH    1    PLAIN    service=imap    secured    session=j58m/2wEzQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50381
2014-10-02 11:11:07 auth: Debug: client out: CONT    1    
2014-10-02 11:11:07 auth: Debug: client in: CONT<hidden>
2014-10-02 11:11:07 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:07 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:07 auth: Debug: auth client connected (pid=9344)
2014-10-02 11:11:08 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:08 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:08 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:10 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:12 auth: Debug: client out: FAIL    1    user=test@test.tionbk.net
2014-10-02 11:11:12 auth: Debug: client in: AUTH    2    LOGIN    service=imap    secured    session=j58m/2wEzQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50381
2014-10-02 11:11:16 auth: Debug: client out: CONT    2    VXNlcm5hbWU6
2014-10-02 11:11:16 auth: Debug: client in: CONT<hidden>
2014-10-02 11:11:16 auth: Debug: client out: CONT    2    UGFzc3dvcmQ6
2014-10-02 11:11:16 auth: Debug: client in: CONT<hidden>
2014-10-02 11:11:16 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:16 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:18 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:18 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:18 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:20 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:22 auth: Debug: client out: FAIL    2    user=test@test.tionbk.net
2014-10-02 11:11:22 auth: Debug: client in: AUTH    3    PLAIN    service=imap    secured    session=j58m/2wEzQDAqAES    lip=192.168.1.215    rip=192.168.1.18    lport=143    rport=50381    resp=<hidden>
2014-10-02 11:11:26 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:26 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:28 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:28 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): lookup service=dovecot
2014-10-02 11:11:28 auth-worker(9343): Debug: pam(test@test.tionbk.net,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 11:11:30 auth-worker(9343): Info: pam(test@test.tionbk.net,192.168.1.18): pam_authenticate() failed: Authentication failure (password mismatch?)
2014-10-02 11:11:32 auth: Debug: client out: FAIL    3    user=test@test.tionbk.net
2014-10-02 11:11:32 imap-login: Info: Disconnected (auth failed, 3 attempts in 25 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
Oct  2 11:18:00 debian postfix/master[4236]: terminating on signal 15
Oct  2 11:18:04 debian postfix/master[9497]: daemon started -- version 2.9.6, configuration /etc/postfix
Logi z dovecota są pustę
biolkell
Beginner
Posty: 110
Rejestracja: 06 sierpnia 2013, 21:34

Post autor: biolkell »

Już działa okazało się że komenda useradd -m login -p haslo nadała niepoprawne hasło była potrzeba zmienia hasła poprzez passwd.

Jeszczę męczę się z wysłaniem wiadomości, nie wychodzą wiadmości do siebie samego. Zawsze Trunderbird zwraca błąd

Kod: Zaznacz cały

Wystąpił błąd podczas wysyłania wiadomości. Odpowiedź serwera: 4.3.0 <test1@test.tionbk.net>: Temporary lookup failure. Sprawdź adresata wiadomości (test1@test.tionbk.net), a następnie ponów próbę.
logi postfixa

Kod: Zaznacz cały

 2014-10-02 12:39:56 auth: Debug: master out: USER    2809004033    test1    system_groups_user=test1    uid=1004    gid=1004    home=/home/test1
2014-10-02 12:39:56 imap-login: Info: Login: user=<test1>, method=PLAIN, rip=192.168.1.18, lip=192.168.1.215, TLS
Oct  2 12:40:18 debian postfix/smtpd[9972]: table hash:/etc/aliases(0,lock|fold_fix) has changed -- restarting
Oct  2 12:40:18 debian postfix/smtpd[9982]: connect from unknown[192.168.1.18]
Oct  2 12:40:18 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:18 debian postfix/smtpd[9982]: Anonymous TLS connection established from unknown[192.168.1.18]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
2014-10-02 12:40:18 auth: Debug: auth client connected (pid=0)
2014-10-02 12:40:18 auth: Debug: client in: AUTH    1    PLAIN    service=smtp    nologin    lip=192.168.1.215    rip=192.168.1.18    secured    resp=<hidden>
2014-10-02 12:40:18 auth-worker(9980): Debug: pam(test1,192.168.1.18): lookup service=dovecot
2014-10-02 12:40:18 auth-worker(9980): Debug: pam(test1,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 12:40:18 auth: Debug: client out: OK    1    user=test1
Oct  2 12:40:18 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:18 debian postfix/smtpd[9982]: NOQUEUE: reject: RCPT from unknown[192.168.1.18]: 451 4.3.0 <test1@test.tionbk.net>: Temporary lookup failure; from=<test1@test.tionbk.net> to=<test1@test.tionbk.net> proto=ESMTP helo=<[192.168.1.18]>
Oct  2 12:40:20 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:20 debian postfix/smtpd[9982]: disconnect from unknown[192.168.1.18]
Oct  2 12:40:36 debian postfix/smtpd[9982]: connect from unknown[192.168.1.18]
Oct  2 12:40:36 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:36 debian postfix/smtpd[9982]: Anonymous TLS connection established from unknown[192.168.1.18]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
2014-10-02 12:40:36 auth: Debug: client in: AUTH    2    PLAIN    service=smtp    nologin    lip=192.168.1.215    rip=192.168.1.18    secured    resp=<hidden>
2014-10-02 12:40:36 auth-worker(9980): Debug: pam(test1,192.168.1.18): lookup service=dovecot
2014-10-02 12:40:36 auth-worker(9980): Debug: pam(test1,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 12:40:36 auth: Debug: client out: OK    2    user=test1
Oct  2 12:40:36 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:36 debian postfix/smtpd[9982]: NOQUEUE: reject: RCPT from unknown[192.168.1.18]: 451 4.3.0 <test1@test.tionbk.net>: Temporary lookup failure; from=<test1@test.tionbk.net> to=<test1@test.tionbk.net> proto=ESMTP helo=<[192.168.1.18]>
Oct  2 12:40:41 debian postfix/smtpd[9982]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:40:41 debian postfix/smtpd[9982]: disconnect from unknown[192.168.1.18]
Oct  2 12:44:01 debian postfix/anvil[9970]: statistics: max connection rate 2/60s for (smtp:192.168.1.18) at Oct  2 12:40:36
Oct  2 12:44:01 debian postfix/anvil[9970]: statistics: max connection count 1 for (smtp:192.168.1.18) at Oct  2 12:35:02
Oct  2 12:44:01 debian postfix/anvil[9970]: statistics: max cache size 1 at Oct  2 12:35:02
Oct  2 12:44:18 debian postfix/master[9869]: terminating on signal 15
Oct  2 12:44:22 debian postfix/master[10148]: daemon started -- version 2.9.6, configuration /etc/postfix
Oct  2 12:45:59 debian postfix/master[10148]: terminating on signal 15
Oct  2 12:46:04 debian postfix/master[10307]: daemon started -- version 2.9.6, configuration /etc/postfix
Oct  2 12:46:07 debian postfix/tlsmgr[10329]: warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory /var/spool/postfix
Oct  2 12:46:07 debian postfix/tlsmgr[10329]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Oct  2 12:46:07 debian postfix/tlsmgr[10329]: warning: request to update table btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix
Oct  2 12:46:07 debian postfix/tlsmgr[10329]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Oct  2 12:46:07 debian postfix/smtpd[10327]: connect from unknown[192.168.1.18]
Oct  2 12:46:07 debian postfix/smtpd[10327]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:46:07 debian postfix/smtpd[10327]: Anonymous TLS connection established from unknown[192.168.1.18]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
2014-10-02 12:46:07 auth: Debug: auth client connected (pid=0)
2014-10-02 12:46:07 auth: Debug: client in: AUTH    1    PLAIN    service=smtp    nologin    lip=192.168.1.215    rip=192.168.1.18    secured    resp=<hidden>
2014-10-02 12:46:07 auth-worker(10331): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
2014-10-02 12:46:07 auth-worker(10331): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
2014-10-02 12:46:07 auth-worker(10331): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_pgsql.so
2014-10-02 12:46:07 auth-worker(10331): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_sqlite.so
2014-10-02 12:46:07 auth-worker(10331): Debug: pam(test1,192.168.1.18): lookup service=dovecot
2014-10-02 12:46:07 auth-worker(10331): Debug: pam(test1,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 12:46:07 auth: Debug: client out: OK    1    user=test1
Oct  2 12:46:07 debian postfix/smtpd[10327]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:46:07 debian postfix/smtpd[10327]: NOQUEUE: reject: RCPT from unknown[192.168.1.18]: 451 4.3.0 <test1@test.tionbk.net>: Temporary lookup failure; from=<test1@test.tionbk.net> to=<test1@test.tionbk.net> proto=ESMTP helo=<[192.168.1.18]>
Oct  2 12:46:09 debian postfix/smtpd[10327]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:46:09 debian postfix/smtpd[10327]: disconnect from unknown[192.168.1.18]
Oct  2 12:47:15 debian postfix/smtpd[10327]: connect from unknown[192.168.1.18]
Oct  2 12:47:15 debian postfix/smtpd[10327]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:47:16 debian postfix/smtpd[10327]: Anonymous TLS connection established from unknown[192.168.1.18]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
2014-10-02 12:47:16 auth: Debug: client in: AUTH    2    PLAIN    service=smtp    nologin    lip=192.168.1.215    rip=192.168.1.18    secured    resp=<hidden>
2014-10-02 12:47:16 auth-worker(10333): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
2014-10-02 12:47:16 auth-worker(10333): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
2014-10-02 12:47:16 auth-worker(10333): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_pgsql.so
2014-10-02 12:47:16 auth-worker(10333): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_sqlite.so
2014-10-02 12:47:16 auth-worker(10333): Debug: pam(test1,192.168.1.18): lookup service=dovecot
2014-10-02 12:47:16 auth-worker(10333): Debug: pam(test1,192.168.1.18): #1/1 style=1 msg=Password: 
2014-10-02 12:47:16 auth: Debug: client out: OK    2    user=test1
Oct  2 12:47:16 debian postfix/smtpd[10327]: warning: non-null host address bits in "192.168.1.125/24", perhaps you should use "192.168.1.0/24" instead
Oct  2 12:47:16 debian postfix/smtpd[10327]: NOQUEUE: reject: RCPT from unknown[192.168.1.18]: 451 4.3.0 <test1@test.tionbk.net>: Temporary lookup failure; from=<test1@test.tionbk.net> to=<test1@test.tionbk.net> proto=ESMTP helo=<[192.168.1.18]>

Kofiguracja postfixa

Kod: Zaznacz cały

cat /etc/postfix/main.cf 
#katalog lokalizujący demona

mail_owner = postfix
#użytkownik pod którym Postfix wykonuje większość operacji

mydomain = test.tionbk.net
#nazwa demeny

myhostname = test.tionbk.net
#nazwa hosta tak przedstawia sie ECHLO

myorigin = /etc/mailname
#co bedzie dowane po @ gdy brak domeny w adresie z pola form
#myorigin = $myhostname (” user@$myhostname”)
#myorigin = $mydomain („user@$mydomian”)

alias_maps = hash:/etc/aliases
#stosowanie bazy aliasow

alias_database = hash:/etc/aliases
#stosowanie bazy aliasow 2







smtpd_helo_restrictions = permit_mynetworks, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, reject_unknown_helo_hostname, permit







mydestination = $mydomain, $myhostname, localhost, localhost.localdomain,
#jakie domeny docelowe (poza wirtualnymu) maja byc akceptowane
#myorigin = $myhostname („user@$myhostname”)
#myorigin = $mydomain („user@$mydomain”)

mynetworks = 127.0.0.0/8, 192.168.1.125/24, 192.168.1.0/24
#określenie komputerów których pocztę będzimy przekazywać
#mynetworks_style = subnet ( z klientów SMTP z naszej podsieci)
#mynetworks_style = host ( tylko z maszyny lokalnej )
#mynetwors = 127.0.0.0/8 168.100.189.2/32

inet_interfaces = all
#adres interfejsu, na którym będzie nasłuchiwać posftfix
#inet_inetfaces = $myhostname, localhost (nasza host oraz localhost)
#inet_inertfaces = all ( wszyskie interfejsy)

inet_protocols = ipv4
#wersja protokolu

home_mailbox = Maildir
#typ skrzynek

mail_spool_directory = /home/
# katalog z poczta dla skrzynek mailbox

smtpd_banner = ESMTP on $myhostname !
#sposób przedstawienia sie przez serwer

mailbox_size_limit = 0
#makysmalny rozmiar skrzynki poczotowej (0 brak limitu)

recipient_delimiter = +
# niezbedne do monitorowania domen wirtualnych

biff = no
#usługa odpowiada za spradzanie poczty przez użytkownikow unix, przypadku zalaczenia „yes” moze podowac spadek wydajnosci

append_dot_mydomain = yes
#odpiwaida za wyslanie wiadomosci do domian bez tld

relayhost =
#okresla nazwe hosta bramy internetu

smtp_always_send_ehlo = yes
#zawsze wysaj ehlo w smtp

#spam block
#smtpd_relay_restrictions = permit_mynetworks
#smtpd_relay_restrictions = reject_unauth_destination

#AUTH SMTP

smtpd_sasl_type = dovecot
#okresla jakiej autoryzacji bedziemy korzystac

smtpd_sasl_path = private/auth
#nazwa pliku konfiguracyjnego dla autoryzacji

smtpd_sasl_auth_enable = yes
#autkywanimy autoryzacje sals

#smtpd_sasl2_auth_enable = yes
#uaktywniamy autoryzacje sasl2

smtpd_sasl_security_options = noanonymous
#metody autoryzacji ktore nie beda obslugiwane

broken_sasl_auth_clients = yes
#zgodnosci z staryszmi klientami pocztowymi

smtpd_sasl_local_domain = $myhostname
#ustaiwnie autoryzacji jest wymagane przy wyslaniu listow z okreslonej domeny
#jesli zostawisz ten parametr pusty bedzie to oznaczalo ze autoryzacja
#jest wymagana przy wszytskich domenach na twoim serwerze

# polaczone w jednej lini poniewaz enter powoduje bledy.
########################################smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unknown_recipient_domain, reject_non_fqdn_recipient
#smtp_recipient_restrictions sprawedzanie poczty na podstawie adresy nadawcy listu (rcpt to)
#permit_mynetworks pozwala na polaczenie sie z nasztm serwerem komputerowym z naszej sieci lokalnej
#doladnie: komputerom ktore zostaly ujete w zminenej mynetowrks)
#permit_sasl_authenticated pozwala na polaczenie z autorzyacja
#reject_unauth_desination – orzuc list jezeli to nasz serwer nie jest jego przeznaczeniem odrzuca list,
#nie sprawdza innych ograniczen
#reject_unknown_reciptient_domain – odrzuc jesli adres docelowy listu jego adres nie istnieje w dns
#(czyli i takie nie ma dokad go wyslac)
#reject_non fgdn_recipient odrzuc list jesli podany adres odbiorcy njie jest „pelny” (fully-qyalified domian form)

###################################smtpd_client_restrictions =permit_mynetworks, permit_sasl_authenticated,reject_unknown_client, reject_rbl_client dul.dnsbl.sorbs.net, reject_rbl_client list.dsbl.org, reject_rbl_client sbl.spamhaus.org, reject_rbl_client cbl.abuseat.org
#smtpd_client_restricitons – Restrykcje – sprawdzenie IP komputera z ktorego wyslana jest wiadomosci
#permit_mynetworks – pozwala na polaczenie sie z naszym serwerem komputerom z naszejsieci lokalnej
# (dokladnie: komputerom, ktore zostaly ujete w zmiennej $mynetworks)
#permit_sasl_authenticated pozwala na polaczenie z autoryzacja
#reject_unkown_client odrzuca komputery ktorego adresu IP nie ma w dns
#reject_rbl_client RLB bazy adresow spamerow z adresami

######################################smtpd_sender_restrictions = permit_sasl_authenticated, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_unknown_address
#stmpd_snender_restrictions pozwala na polaczenia z autoryzacja
#reject_unkown_sender_domian odrzuca listy jesli adres nadawcy, dokladnie częsci po adresu nadawcy nie ma wpisu w dns
#reject_non_fqdn_sender odrzuc list jesli podany adres odbiorcy nie jest pelny (fully-qualified domian form)
#reject_unknown_address ordzuca wniosek jezeli adres nie znaduje sie w DNS lub MX

#TLS

smtpd_tls_auth_only = yes
#autorryzjacja odbywa sie jedynie poprzez szyforwanie

smtp_use_tls = yes
#parametry uaktywniajace uzywanie tls dla smtp

smtpd_use_tls = yes
#parametry uaktywniajacy tls dla stmpd

smtp_tls_note_starttls_offer = yes
#uzywane do nastepnego przezskoku SMTP

smtpd_tls_key_file = /etc/postfix/ssl/mail.pem
#sciezka do pliku z kluczem TLD dla STMPD

smtpd_tls_cert_file = /etc/postfix/ssl/mail.pem
#sciezka do do klucz dla SMTP dla TLS

smtpd_tls_CAfile = /etc/postfix/ssl/mail.pem
#sciezka do pliku z wygenerowanym kluczem SMTP

smtpd_tls_loglevel = 1
#informacja diagnostyczna

smtpd_tls_received_header = yes
#sprawdzenie czy informacje dotyczace protokolu oraz szyfru zawarte sa w nagłowku wiadomosci

smtpd_tls_session_cache_timeout = 3600s
#czaswygasniejscia sesji tls

smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
#nazwa bazy zawierajacy opcjonalne wiliczenia tls dla stmpd
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
#nazwa bazy zawierajacy opcjolane wiliczenia tls dla SMTP

 
Może brakuje mi jakieś parametru związanego z dns? Ponieważ domena którą używam jest wymyślona nie istnieje.
ODPOWIEDZ