: 19 września 2014, 14:27
Czyli dobrze pisałem wcześniej, że jest gotowy konwerter, przeczytaj ze zrozumieniem komunikat o błędzie, tam jest wszystko napisane.
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:78: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:80: passdb pam {} has been replaced by passdb { driver=pam }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:84: userdb passwd {} has been replaced by userdb { driver=passwd }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:86: auth_user has been replaced by service auth { user }
[....] Restarting IMAP/POP3 mail server: dovecotdoveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:78: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:80: passdb pam {} has been replaced by passdb { driver=pam }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:84: userdb passwd {} has been replaced by userdb { driver=passwd }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:86: auth_user has been replaced by service auth { user }
. ok
Kod: Zaznacz cały
#katalog lokalizujący demona
mail_owner = postfix
#użytkownik pod którym Postfix wykonuje większość operacji
mydomain = test.tionbk.net
#nazwa demeny
myhostname = debian
#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
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.0.20/24, 10.0.2.15/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 = no
#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
tls_random_source = dev:/dev/urandom
Kod: Zaznacz cały
protocols = pop3 imap
listen = *
log_path = /var/log/dovecot.log
mail_gid = 5000
mail_location = maildir:/home/poczta/%n/Maildir
mail_home = /home/poczta/%n/Maildir
mail_uid = 5000
auth_mechanisms = plain login
ssl = required
ssl = no
ssl_cert = /etc/postfix/ssl/mail.pem
ssl_key = /etc/postfix/ssl/mail.pem
verbose_ssl = yes
passdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
unix_listener auth-master {
group = vmail
mode = 0666
user = vmail
}
user = vmail
}
service imap-login {
service_count = 1
}
service pop3-login {
service_count = 1
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
log_path = /var/log/sieve.log
mail_plugins = $mail_plugins sieve quota
postmaster_address = postmaster
}
protocol imap {
mail_plugin_dir = /usr/lib/dovecot/modules
mail_plugins = quota imap_quota zlib
imap_idle_notify_interval = 2 mins
}
protocol pop3 {
mail_plugins = quota zlib
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
auth default {
auth_mechanisms = plain login
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
Masz użytkownika vmail o uid i giud 5000 ?passdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
Masz taki plik /var/log/sieve.logmail_gid = 5000
mail_location = maildir:/home/poczta/%n/Maildir
mail_home = /home/poczta/%n/Maildir
mail_uid = 5000
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
log_path = /var/log/sieve.log
mail_plugins = $mail_plugins sieve quota
postmaster_address = postmaster
}
Kod: Zaznacz cały
protocols = pop3 imap
listen = *
log_path = /var/log/dovecot.log
mail_gid = 5000
mail_location = maildir:/home/poczta/%n/Maildir
mail_home = /home/poczta/%n/Maildir
mail_uid = 5000
auth_mechanisms = plain login
ssl = required
ssl = no
ssl_cert = /etc/postfix/ssl/mail.pem
ssl_key = /etc/postfix/ssl/mail.pem
verbose_ssl = yes
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
user = root
}
dict {
}
plugin {
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
unix_listener auth-master {
group = vmail
mode = 0666
user = vmail
}
user = vmail
}
service imap-login {
service_count = 1
}
service pop3-login {
service_count = 1
}
protocol imap {
mail_plugin_dir = /usr/lib/dovecot/modules
mail_plugins = quota imap_quota zlib
imap_idle_notify_interval = 2 mins
}
protocol pop3 {
mail_plugins = quota zlib
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
auth default {
auth_mechanisms = plain login
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
Kod: Zaznacz cały
protocols = pop3 imap
#dyrektywa okresla serwery na jakich usługa mają działać
listen = *
#nasłuchiwanie na portach i adresach
log_path = /var/log/dovecot.log
#plik logow dla bledow wiadomosci
mail_gid = 5000
#grupa uzytkownika
mail_location = maildir:/home/poczta/%n/Maildir
#lokacja skrzynki uzytkownika
mail_home = /home/poczta/%n/Maildir
#chyba lokalizacja skrzynki brak w dokumentacji
mail_uid = 5000
#uid uzytkownika poczty
auth_mechanisms = plain login
#brak w dokumentacji
ssl = required
#uzywanie ssl
ssl_cert = /etc/postfix/ssl/mail.pem
ssl_key = /etc/postfix/ssl/mail.pem
#lokalizacja ceryfikatu
verbose_ssl = yes
#pokazuje bledy ssl
auth default {
mechanisms = plain login
#miejsce uwierztyleniania
passdb pam {
}
#nowoczesne uwierzytelnie PAM
userdb passwd {
}
#Uzywanie NNS do zabezpieczen
user = root
#uzytkownik ktory laczy sie do bazy uzytkownikow w celu weryfikacji
}
dict {
}
#slownik do przechowania wartosci
plugin {
}
#uzywanie wtyczek dpdatkowych
service auth {
#uslugi
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
unix_listener auth-master {
group = vmail
mode = 0666
user = vmail
}
user = vmail
}
service imap-login {
service_count = 1
}
service pop3-login {
service_count = 1
}
protocol imap {
mail_plugin_dir = /usr/lib/dovecot/modules
mail_plugins = quota imap_quota zlib
imap_idle_notify_interval = 2 mins
}
protocol pop3 {
mail_plugins = quota zlib
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
auth default {
auth_mechanisms = plain login
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
namespace {
type = private
separator = /
prefix =
#location defaults to mail_location.
inbox = yes
mailbox Sent {
auto = subscribe
special_use = \Sent
}
# This is an alias mailbox for "Sent".
# Reference: [URL]http://wiki2.dovecot.org/MailboxSettings[/URL]
mailbox "Sent Messages" {
auto = no
special_use = \Sent
}
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
# Alias mailbox for "Junk".
mailbox Spam {
auto = no
special_use = \Junk
}
}
Kod: Zaznacz cały
root@debian:/var/log# cat dovecot.log
Sep 21 19:08:29 master: Info: Dovecot v2.1.7 starting up (core dumps disabled)
Sep 21 19:08:29 config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:39: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:43: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:47: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:51: auth_user has been replaced by service auth { user }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:101: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:103: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:107: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:109: auth_user has been replaced by service auth { user }
root@debian:/var/log# cat dovecot.log
Sep 21 19:08:29 master: Info: Dovecot v2.1.7 starting up (core dumps disabled)
Sep 21 19:08:29 config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:39: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:43: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:47: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:51: auth_user has been replaced by service auth { user }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:101: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:103: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:107: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:109: auth_user has been replaced by service auth { user }
Sep 21 19:08:56 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<Zse8Y5YDTwB/AAAB>
Sep 21 19:08:56 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<t8u8Y5YDtgB/AAAB>
Sep 21 19:08:56 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=</M+8Y5YDUQB/AAAB>
Sep 21 19:08:56 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<+tO8Y5YDuAB/AAAB>
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Info: Login: user=<test>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=22058, TLS, session=<Z+XYY5YDVwB/AAAB>
Sep 21 19:08:58 imap(test): Error: user test: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
Sep 21 19:08:58 imap(test): Error: Invalid user settings. Refer to server log for more information.
Sep 21 19:08:58 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Info: Login: user=<test>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=22061, TLS, session=<5NvZY5YDWAB/AAAB>
Sep 21 19:08:58 imap(test): Error: user test: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
Sep 21 19:08:58 imap(test): Error: Invalid user settings. Refer to server log for more information.
Sep 21 19:08:58 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:18 imap-login: Warning: SSL alert: where=0x4004, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:18 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:18 imap-login: Info: Disconnected (auth failed, 2 attempts in 20 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<sHraY5YDWQB/AAAB>
Sep 21 19:09:25 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<K9xxZZYDYAB/AAAB>
Sep 21 19:09:25 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<VOZxZZYDxwB/AAAB>
Sep 21 19:09:25 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<zvZxZZYDYgB/AAAB>
Sep 21 19:09:25 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<jPtxZZYDyQB/AAAB>
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
root@debian:/var/log# cat dovecot.log
Sep 21 19:08:29 master: Info: Dovecot v2.1.7 starting up (core dumps disabled)
Sep 21 19:08:29 config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:39: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:43: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:47: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:51: auth_user has been replaced by service auth { user }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:101: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:103: passdb pam {} has been replaced by passdb { driver=pam }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:107: userdb passwd {} has been replaced by userdb { driver=passwd }
Sep 21 19:08:29 config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:109: auth_user has been replaced by service auth { user }
Sep 21 19:08:56 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<Zse8Y5YDTwB/AAAB>
Sep 21 19:08:56 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<t8u8Y5YDtgB/AAAB>
Sep 21 19:08:56 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=</M+8Y5YDUQB/AAAB>
Sep 21 19:08:56 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<+tO8Y5YDuAB/AAAB>
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Info: Login: user=<test>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=22058, TLS, session=<Z+XYY5YDVwB/AAAB>
Sep 21 19:08:58 imap(test): Error: user test: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
Sep 21 19:08:58 imap(test): Error: Invalid user settings. Refer to server log for more information.
Sep 21 19:08:58 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Info: Login: user=<test>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=22061, TLS, session=<5NvZY5YDWAB/AAAB>
Sep 21 19:08:58 imap(test): Error: user test: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
Sep 21 19:08:58 imap(test): Error: Invalid user settings. Refer to server log for more information.
Sep 21 19:08:58 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:08:58 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:18 imap-login: Warning: SSL alert: where=0x4004, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:18 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:18 imap-login: Info: Disconnected (auth failed, 2 attempts in 20 secs): user=<test@test.tionbk.net>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<sHraY5YDWQB/AAAB>
Sep 21 19:09:25 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<K9xxZZYDYAB/AAAB>
Sep 21 19:09:25 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<VOZxZZYDxwB/AAAB>
Sep 21 19:09:25 imap-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<zvZxZZYDYgB/AAAB>
Sep 21 19:09:25 pop3-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<jPtxZZYDyQB/AAAB>
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:27 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL alert: where=0x4004, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL alert: where=0x4008, ret=256: warning close notify [127.0.0.1]
Sep 21 19:09:46 imap-login: Info: Disconnected (auth failed, 2 attempts in 19 secs): user=<nadawca>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<0aaKZZYDaAB/AAAB>
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client hello A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server hello A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write certificate A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write key exchange A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write server done A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read client key exchange A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 read finished A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write session ticket A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write change cipher spec A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 write finished A [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2001, ret=1: SSLv3 flush data [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x20, ret=1: SSL negotiation finished successfully [127.0.0.1]
Sep 21 19:09:46 imap-login: Warning: SSL: where=0x2002, ret=1: SSL negotiation finished successfully [127.0.0.1]
root@debian:/var/log#
[/QUOTE]
var/log/syslog
[quote]Sep 21 08:38:51 debian dhclient: Sending on Socket/fallback
Sep 21 08:38:51 debian dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Sep 21 08:38:51 debian NetworkManager[2258]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Sep 21 08:38:51 debian NetworkManager[2258]: <info> (eth1): DHCPv4 state changed nbi -> preinit
Sep 21 08:38:51 debian NetworkManager[2258]: <info> (eth0): DHCPv4 state changed preinit -> reboot
Sep 21 08:38:51 debian NetworkManager[2258]: <info> address 10.0.2.15
Sep 21 08:38:51 debian NetworkManager[2258]: <info> prefix 24 (255.255.255.0)
Sep 21 08:38:51 debian NetworkManager[2258]: <info> gateway 10.0.2.2
Sep 21 08:38:51 debian NetworkManager[2258]: <info> nameserver '10.0.2.3'
Sep 21 08:38:51 debian NetworkManager[2258]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Sep 21 08:38:51 debian NetworkManager[2258]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Sep 21 08:38:51 debian avahi-daemon[2322]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15.
Sep 21 08:38:51 debian avahi-daemon[2322]: New relevant interface eth0.IPv4 for mDNS.
Sep 21 08:38:51 debian avahi-daemon[2322]: Registering new address record for 10.0.2.15 on eth0.IPv4.
Sep 21 08:38:51 debian dhclient: bound to 10.0.2.15 -- renewal in 38289 seconds.
Sep 21 08:38:52 debian dhclient: DHCPACK from 192.168.0.1
Sep 21 08:38:52 debian dhclient: bound to 192.168.0.20 -- renewal in 243265 seconds.
Sep 21 08:38:52 debian NetworkManager[2258]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Sep 21 08:38:52 debian NetworkManager[2258]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Sep 21 08:38:52 debian NetworkManager[2258]: <info> Activation (eth0) successful, device activated.
Sep 21 08:38:52 debian NetworkManager[2258]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Sep 21 08:38:52 debian NetworkManager[2258]: <info> (eth1): DHCPv4 state changed preinit -> reboot
Sep 21 08:38:52 debian NetworkManager[2258]: <info> address 192.168.0.20
Sep 21 08:38:52 debian NetworkManager[2258]: <info> prefix 24 (255.255.255.0)
Sep 21 08:38:52 debian NetworkManager[2258]: <info> gateway 192.168.0.1
Sep 21 08:38:52 debian NetworkManager[2258]: <info> nameserver '62.179.1.62'
Sep 21 08:38:52 debian NetworkManager[2258]: <info> nameserver '62.179.1.63'
Sep 21 08:38:52 debian NetworkManager[2258]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Sep 21 08:38:52 debian NetworkManager[2258]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) started...
Sep 21 08:38:52 debian avahi-daemon[2322]: Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.0.20.
Sep 21 08:38:52 debian avahi-daemon[2322]: New relevant interface eth1.IPv4 for mDNS.
Sep 21 08:38:52 debian avahi-daemon[2322]: Registering new address record for 192.168.0.20 on eth1.IPv4.
Sep 21 08:38:52 debian avahi-daemon[2322]: Joining mDNS multicast group on interface eth1.IPv6 with address fe80::a00:27ff:feda:a8de.
Sep 21 08:38:52 debian avahi-daemon[2322]: New relevant interface eth1.IPv6 for mDNS.
Sep 21 08:38:52 debian avahi-daemon[2322]: Registering new address record for fe80::a00:27ff:feda:a8de on eth1.*.
Sep 21 08:38:52 debian avahi-daemon[2322]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::a00:27ff:fe16:a1e0.
Sep 21 08:38:52 debian avahi-daemon[2322]: New relevant interface eth0.IPv6 for mDNS.
Sep 21 08:38:52 debian avahi-daemon[2322]: Registering new address record for fe80::a00:27ff:fe16:a1e0 on eth0.*.
Sep 21 08:38:53 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 08:38:53 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:53 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 08:38:53 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:53 debian NetworkManager[2258]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Sep 21 08:38:53 debian NetworkManager[2258]: <info> (eth1): device state change: ip-config -> activated (reason 'none') [70 100 0]
Sep 21 08:38:53 debian NetworkManager[2258]: <info> Activation (eth1) successful, device activated.
Sep 21 08:38:53 debian NetworkManager[2258]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) complete.
Sep 21 08:38:53 debian NetworkManager[2258]: <warn> error monitoring device for netlink events: error processing netlink message: Object busy
Sep 21 08:38:53 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 08:38:53 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:53 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:54 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:55 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:57 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 41978 on interface 'eth1.0'
Sep 21 08:38:57 debian postfix/master[19374]: reload -- version 2.9.6, configuration /etc/postfix
Sep 21 08:38:57 debian postfix/master[19374]: reload -- version 2.9.6, configuration /etc/postfix
Sep 21 08:39:01 debian kernel: [31535.120196] eth1: no IPv6 routers present
Sep 21 08:39:01 debian kernel: [31535.216074] eth0: no IPv6 routers present
Sep 21 08:39:04 debian NetworkManager[2258]: <warn> error monitoring device for netlink events: error processing netlink message: Object busy
Sep 21 08:39:11 debian NetworkManager[2258]: <info> (eth0): IP6 addrconf timed out or failed.
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Sep 21 08:39:11 debian NetworkManager[2258]: <info> (eth1): IP6 addrconf timed out or failed.
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth1) Stage 4 of 5 (IPv6 Configure Timeout) started...
Sep 21 08:39:11 debian NetworkManager[2258]: <info> Activation (eth1) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Sep 21 08:43:52 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 08:43:53 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 08:50:48 debian kernel: [32241.995015] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying access hardware directly.
Sep 21 08:55:13 debian postmulti[19701]: fatal: /etc/postfix/main.cf, line 162: missing '=' after attribute name: "@czas wygasniejscia sesji tls"
Sep 21 08:55:14 debian postmulti[19727]: fatal: /etc/postfix/main.cf, line 162: missing '=' after attribute name: "@czas wygasniejscia sesji tls"
Sep 21 08:55:40 debian postfix/master[19374]: terminating on signal 15
Sep 21 08:55:41 debian postfix/master[19884]: daemon started -- version 2.9.6, configuration /etc/postfix
Sep 21 09:04:19 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 09:04:19 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 09:17:01 debian /USR/SBIN/CRON[19923]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 09:17:07 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 09:17:07 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 10:04:19 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 10:04:19 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 10:17:01 debian /USR/SBIN/CRON[19958]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 11:04:19 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 11:04:19 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 11:17:01 debian /USR/SBIN/CRON[19982]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 11:57:47 debian kernel: [43460.835854] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying access hardware directly.
Sep 21 12:01:20 debian kernel: [43673.507852] usb 1-1: USB disconnect, device number 6
Sep 21 12:01:20 debian kernel: [43674.088255] usb 1-1: new full-speed USB device number 7 using ohci_hcd
Sep 21 12:01:21 debian kernel: [43674.351204] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021
Sep 21 12:01:21 debian kernel: [43674.351207] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
Sep 21 12:01:21 debian kernel: [43674.351209] usb 1-1: Product: USB Tablet
Sep 21 12:01:21 debian kernel: [43674.351211] usb 1-1: Manufacturer: VirtualBox
Sep 21 12:01:21 debian kernel: [43674.364769] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input12
Sep 21 12:01:21 debian kernel: [43674.365184] generic-usb 0003:80EE:0021.0006: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
Sep 21 12:01:21 debian mtp-probe: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1"
Sep 21 12:01:21 debian mtp-probe: bus: 1, device: 7 was not an MTP device
Sep 21 12:01:21 debian NetworkManager[2258]: <info> (eth0): carrier now OFF (device state 100, deferring action for 4 seconds)
Sep 21 12:01:21 debian NetworkManager[2258]: <info> (eth1): carrier now OFF (device state 100, deferring action for 4 seconds)
Sep 21 12:01:21 debian kernel: [43674.776390] e1000: eth0 NIC Link is Down
Sep 21 12:01:21 debian kernel: [43674.776624] e1000: eth1 NIC Link is Down
Sep 21 12:01:25 debian NetworkManager[2258]: <info> (eth0): carrier now ON (device state 100)
Sep 21 12:01:25 debian kernel: [43678.784602] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Sep 21 12:01:25 debian kernel: [43678.785542] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Sep 21 12:01:25 debian NetworkManager[2258]: <info> (eth1): carrier now ON (device state 100)
Sep 21 12:36:01 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 12:36:01 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 12:49:51 debian postfix/tlsmgr[20409]: warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory /var/spool/postfix
Sep 21 12:49:51 debian postfix/tlsmgr[20409]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 12:49:51 debian postfix/tlsmgr[20409]: warning: request to update table btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix
Sep 21 12:49:51 debian postfix/tlsmgr[20409]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 12:49:51 debian postfix/smtpd[20405]: connect from localhost[127.0.0.1]
Sep 21 12:49:51 debian postfix/smtpd[20405]: improper command pipelining after EHLO from localhost[127.0.0.1]: QUIT\r\n
Sep 21 12:49:51 debian postfix/smtpd[20405]: disconnect from localhost[127.0.0.1]
Sep 21 12:49:51 debian postfix/smtpd[20405]: connect from localhost[127.0.0.1]
Sep 21 12:49:51 debian postfix/smtpd[20405]: improper command pipelining after EHLO from localhost[127.0.0.1]: QUIT\r\n
Sep 21 12:49:51 debian postfix/smtpd[20405]: disconnect from localhost[127.0.0.1]
Sep 21 12:49:55 debian postfix/smtpd[20405]: connect from localhost[127.0.0.1]
Sep 21 12:49:55 debian postfix/smtpd[20405]: disconnect from localhost[127.0.0.1]
Sep 21 12:49:56 debian postfix/smtpd[20410]: connect from localhost[127.0.0.1]
Sep 21 12:49:56 debian postfix/smtpd[20410]: disconnect from localhost[127.0.0.1]
Sep 21 12:50:30 debian postfix/smtpd[20405]: connect from localhost[127.0.0.1]
Sep 21 12:50:30 debian postfix/smtpd[20405]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
Sep 21 12:50:30 debian postfix/smtpd[20405]: warning: TLS library problem: 20405:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1258:SSL alert number 48:
Sep 21 12:50:30 debian postfix/smtpd[20405]: lost connection after STARTTLS from localhost[127.0.0.1]
Sep 21 12:50:30 debian postfix/smtpd[20405]: disconnect from localhost[127.0.0.1]
Sep 21 12:50:57 debian postfix/smtpd[20410]: connect from localhost[127.0.0.1]
Sep 21 12:50:57 debian postfix/smtpd[20410]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
Sep 21 12:50:57 debian postfix/smtpd[20410]: D531B41199: client=localhost[127.0.0.1], sasl_method=PLAIN, sasl_username=test
Sep 21 12:50:57 debian postfix/cleanup[20445]: D531B41199: message-id=<541EAD91.10207@test.tionbk.net>
Sep 21 12:50:57 debian postfix/smtpd[20410]: disconnect from localhost[127.0.0.1]
Sep 21 12:50:57 debian postfix/qmgr[19889]: D531B41199: from=<test@test.tionbk.net>, size=636, nrcpt=1 (queue active)
Sep 21 12:50:57 debian postfix/local[20446]: D531B41199: to=<test@test.tionbk.net>, relay=local, delay=0.15, delays=0.12/0.02/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Sep 21 12:50:57 debian postfix/qmgr[19889]: D531B41199: removed
Sep 21 13:00:34 debian postfix/smtpd[20462]: connect from localhost[127.0.0.1]
Sep 21 13:00:34 debian postfix/smtpd[20462]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)
Sep 21 13:00:35 debian postfix/smtpd[20462]: 03092411AF: client=localhost[127.0.0.1], sasl_method=PLAIN, sasl_username=test
Sep 21 13:00:35 debian postfix/cleanup[20469]: 03092411AF: message-id=<541EAFD2.606@test.tionbk.net>
Sep 21 13:00:35 debian postfix/qmgr[19889]: 03092411AF: from=<test@test.tionbk.net>, size=634, nrcpt=1 (queue active)
Sep 21 13:00:35 debian postfix/smtpd[20462]: disconnect from localhost[127.0.0.1]
Sep 21 13:00:35 debian postfix/local[20470]: 03092411AF: to=<test@test.tionbk.net>, relay=local, delay=0.07, delays=0.03/0.01/0/0.03, dsn=2.0.0, status=sent (delivered to maildir)
Sep 21 13:00:35 debian postfix/qmgr[19889]: 03092411AF: removed
Sep 21 13:08:02 debian postfix/smtpd[20538]: connect from localhost[127.0.0.1]
Sep 21 13:08:02 debian postfix/smtpd[20538]: improper command pipelining after EHLO from localhost[127.0.0.1]: QUIT\r\n
Sep 21 13:08:02 debian postfix/smtpd[20538]: disconnect from localhost[127.0.0.1]
Sep 21 13:08:02 debian postfix/smtpd[20538]: connect from localhost[127.0.0.1]
Sep 21 13:08:02 debian postfix/smtpd[20538]: lost connection after CONNECT from localhost[127.0.0.1]
Sep 21 13:08:02 debian postfix/smtpd[20538]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:12 debian postfix/smtpd[20538]: connect from localhost[127.0.0.1]
Sep 21 13:09:12 debian postfix/smtpd[20543]: connect from localhost[127.0.0.1]
Sep 21 13:09:12 debian postfix/smtpd[20538]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:12 debian postfix/smtpd[20543]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:24 debian postfix/smtpd[20538]: connect from localhost[127.0.0.1]
Sep 21 13:09:24 debian postfix/smtpd[20543]: connect from localhost[127.0.0.1]
Sep 21 13:09:24 debian postfix/smtpd[20538]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:24 debian postfix/smtpd[20543]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:46 debian postfix/smtpd[20538]: connect from localhost[127.0.0.1]
Sep 21 13:09:46 debian postfix/smtpd[20543]: connect from localhost[127.0.0.1]
Sep 21 13:09:46 debian postfix/smtpd[20538]: disconnect from localhost[127.0.0.1]
Sep 21 13:09:46 debian postfix/smtpd[20543]: disconnect from localhost[127.0.0.1]
Sep 21 13:17:01 debian /USR/SBIN/CRON[20652]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 13:36:01 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 13:36:01 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 13:48:53 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 51547 on interface 'eth1.0'
Sep 21 13:57:46 debian kernel: [48758.984158] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying access hardware directly.
Sep 21 14:17:01 debian /USR/SBIN/CRON[20892]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 14:28:59 debian kernel: [50631.716045] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying access hardware directly.
Sep 21 14:36:01 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 14:36:01 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 14:53:28 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 14:53:28 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 15:39:07 debian kernel: [52425.102993] Clocksource tsc unstable (delta = 4682162127 ns)
Sep 21 15:39:07 debian kernel: [52425.115530] Switching to clocksource acpi_pm
Sep 21 15:39:32 debian rtkit-daemon[3230]: The canary thread is apparently starving. Taking action.
Sep 21 15:39:32 debian rtkit-daemon[3230]: Demoting known real-time threads.
Sep 21 15:39:32 debian rtkit-daemon[3230]: Successfully demoted thread 3521 of process 3519 (/usr/bin/pulseaudio).
Sep 21 15:39:32 debian rtkit-daemon[3230]: Successfully demoted thread 3520 of process 3519 (/usr/bin/pulseaudio).
Sep 21 15:39:32 debian rtkit-daemon[3230]: Successfully demoted thread 3519 of process 3519 (/usr/bin/pulseaudio).
Sep 21 15:39:32 debian rtkit-daemon[3230]: Demoted 3 threads.
Sep 21 15:47:02 debian postfix/master[19884]: terminating on signal 15
Sep 21 15:47:03 debian postfix/master[21125]: daemon started -- version 2.9.6, configuration /etc/postfix
Sep 21 15:52:31 debian postfix/master[21125]: terminating on signal 15
Sep 21 15:52:31 debian postfix/master[21291]: daemon started -- version 2.9.6, configuration /etc/postfix
Sep 21 15:53:58 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:58 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:58 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:58 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:53:58 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:59 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:59 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:53:59 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:53:59 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:00 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:00 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:01 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:01 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:01 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:01 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:02 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:02 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:03 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:04 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:05 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:06 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:07 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:08 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:09 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:10 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:11 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:12 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:13 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:33 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:33 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:33 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:33 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:35 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:35 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:35 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:35 debian avahi-daemon[2322]: Invalid legacy unicast query packet.
Sep 21 15:54:35 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:36 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:37 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 15:54:38 debian avahi-daemon[2322]: Received response from host 192.168.0.16 with invalid source port 58477 on interface 'eth1.0'
Sep 21 16:00:29 debian postfix/tlsmgr[21423]: warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory /var/spool/postfix
Sep 21 16:00:29 debian postfix/tlsmgr[21423]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 16:00:29 debian postfix/tlsmgr[21423]: warning: request to update table btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix
Sep 21 16:00:29 debian postfix/tlsmgr[21423]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 16:00:29 debian postfix/smtpd[21418]: connect from localhost[127.0.0.1]
Sep 21 16:00:29 debian postfix/smtpd[21418]: improper command pipelining after EHLO from localhost[127.0.0.1]: QUIT\r\n
Sep 21 16:00:29 debian postfix/smtpd[21418]: disconnect from localhost[127.0.0.1]
Sep 21 16:00:29 debian postfix/smtpd[21418]: connect from localhost[127.0.0.1]
Sep 21 16:00:29 debian postfix/smtpd[21418]: lost connection after CONNECT from localhost[127.0.0.1]
Sep 21 16:00:29 debian postfix/smtpd[21418]: disconnect from localhost[127.0.0.1]
Sep 21 16:01:07 debian postfix/smtpd[21418]: connect from localhost[127.0.0.1]
Sep 21 16:01:07 debian postfix/smtpd[21424]: connect from localhost[127.0.0.1]
Sep 21 16:01:07 debian postfix/smtpd[21418]: disconnect from localhost[127.0.0.1]
Sep 21 16:01:07 debian postfix/smtpd[21424]: disconnect from localhost[127.0.0.1]
Sep 21 16:04:11 debian postfix/smtpd[21507]: connect from localhost[127.0.0.1]
Sep 21 16:04:11 debian postfix/smtpd[21507]: disconnect from localhost[127.0.0.1]
Sep 21 16:04:11 debian postfix/smtpd[21507]: connect from localhost[127.0.0.1]
Sep 21 16:04:11 debian postfix/smtpd[21507]: disconnect from localhost[127.0.0.1]
Sep 21 16:16:15 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 16:16:15 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 16:17:01 debian /USR/SBIN/CRON[21565]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 16:44:37 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 16:44:37 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 16:44:55 debian postfix/master[21291]: terminating on signal 15
Sep 21 16:44:55 debian postfix/master[21782]: daemon started -- version 2.9.6, configuration /etc/postfix
Sep 21 16:45:31 debian postfix/tlsmgr[21854]: warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory /var/spool/postfix
Sep 21 16:45:31 debian postfix/tlsmgr[21854]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 16:45:31 debian postfix/tlsmgr[21854]: warning: request to update table btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix
Sep 21 16:45:31 debian postfix/tlsmgr[21854]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Sep 21 16:45:31 debian postfix/smtpd[21849]: connect from localhost[127.0.0.1]
Sep 21 16:45:31 debian postfix/smtpd[21849]: disconnect from localhost[127.0.0.1]
Sep 21 16:45:31 debian postfix/smtpd[21849]: connect from localhost[127.0.0.1]
Sep 21 16:45:31 debian postfix/smtpd[21849]: disconnect from localhost[127.0.0.1]
Sep 21 17:00:39 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 17:00:39 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 17:16:15 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 17:16:15 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 17:17:01 debian /USR/SBIN/CRON[21889]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 18:16:15 debian dbus[2119]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Sep 21 18:16:15 debian dbus[2119]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 21 18:17:01 debian /USR/SBIN/CRON[21912]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 21 19:08:56 debian postfix/smtpd[22051]: connect from localhost[127.0.0.1]
Sep 21 19:08:56 debian postfix/smtpd[22051]: disconnect from localhost[127.0.0.1]
Sep 21 19:08:56 debian postfix/smtpd[22051]: connect from localhost[127.0.0.1]
Sep 21 19:08:56 debian postfix/smtpd[22051]: disconnect from localhost[127.0.0.1]
Sep 21 19:09:25 debian postfix/smtpd[22051]: connect from localhost[127.0.0.1]
Sep 21 19:09:25 debian postfix/smtpd[22053]: connect from localhost[127.0.0.1]
Sep 21 19:09:25 debian postfix/smtpd[22051]: disconnect from localhost[127.0.0.1]
Sep 21 19:09:25 debian postfix/smtpd[22053]: disconnect from localhost[127.0.0.1]
Kod: Zaznacz cały
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-486 i686 Debian wheezy/sid ext4
protocols = pop3 imap sieve
listen = *
log_path = /var/log/dovecot.log
mail_gid = 5000
mail_location = maildir:/home/poczta/%n/Maildir
mail_home = /home/poczta/%n/Maildir
mail_uid = 5000
auth_mechanisms = plain login
ssl = required
ssl_ca =</etc/ssl/server/ca.crt
ssl_cert =</etc/ssl/server/pub.crt
ssl_key =</etc/ssl/server/prv.pem
verbose_ssl = yes
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
}
unix_listener auth-master {
mode = 0666
}
}
service imap-login {
service_count = 1
}
service pop3-login {
service_count = 1
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
log_path = /var/log/sieve.log
mail_plugins = $mail_plugins sieve quota
postmaster_address = postmaster
}
protocol pop3 {
mail_plugins = quota zlib
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol imap {
mail_plugin_dir = /usr/lib/dovecot/modules
mail_plugins = quota imap_quota zlib
imap_idle_notify_interval = 2 mins
}
Kod: Zaznacz cały
driver = mysql
connect = host=127.0.0.1 dbname=postfix user=postfix password=haslo
default_pass_scheme = MD5-CRYPT
user_query = SELECT '/home/poczta/%n' as home, 5000 AS uid, 5000 AS gid FROM mailbox WHERE username = '%u'
password_query = SELECT password FROM mailbox WHERE username = '%u'
Instalacja admin postfix - instalkę wrzucasz tam gdzie masz pliki swojego serwera www
# mysql -u root -p
mysql>
CREATE DATABASE postfix;
CREATE USER 'postfix'@'localhost' IDENTIFIED BY 'plik';
GRANT ALL PRIVILEGES ON `postfix` . * TO 'postfix'@'localhost';
mysql>quit
Edycja pliku config.inc.php
$CONF['configured'] = true
$CONF['postfix_admin_url'] = 'http://adres_ip/admin';
$CONF['database_type'] = 'mysqli';
$CONF['database_host'] = 'localhost';
$CONF['database_user'] = 'postfix';
$CONF['database_password'] = 'haslo';
$CONF['database_name'] = 'postfix';
$CONF['database_prefix'] = '';
$CONF['configured'] = true;
Nastepnie logujemy się na www [url]http://adres_ip/admin/setup.php[/url]
I postępujemy zgodnie z instrukcją
Po ustawieniu hasła zostanie on zaszyfrowany: należy taki ciąg wkleić do pliku config.inc.php
Przykład:
$CONF['setup_password'] = '992fcf23a03703216328ggf4e711767e7a:70c8e3aeb5d5322f52a5dc869225c528a2feecdf';
Zeby nie sprawdzał poprawności domeny przy zakladaniu maila ( domeny intranetowe)
$CONF['emailcheck_resolve_domain']='NO';
Plik config.inc.php edytujemy w lokalizacji ./usr/share/postfixadmin/config.inc.php iEdycja pliku config.inc.php
$CONF['configured'] = true
$CONF['postfix_admin_url'] = 'http://adres_ip/admin';
$CONF['database_type'] = 'mysqli';
$CONF['database_host'] = 'localhost';
$CONF['database_user'] = 'postfix';
$CONF['database_password'] = 'haslo';
$CONF['database_name'] = 'postfix';
$CONF['database_prefix'] = '';
$CONF['configured'] = true;
Nastepnie logujemy się na www [url]http://adres_ip/admin/setup.php[/url]
I postępujemy zgodnie z instrukcją
Po ustawieniu hasła zostanie on zaszyfrowany: należy taki ciąg wkleić do pliku config.inc.php
Przykład:
$CONF['setup_password'] = '992fcf23a03703216328ggf4e711767e7a:70c8e3aeb5d532 2f52a5dc869225c528a2feecdf';
Zeby nie sprawdzał poprawności domeny przy zakladaniu maila ( domeny intranetowe)
$CONF['emailcheck_resolve_domain']='NO';