abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    včera 22:55 | Nová verze

    Byla vydána Java 27 / JDK 27. Nových vlastností (JEP - JDK Enhancement Proposal) je 9.

    Ladislav Hagara | Komentářů: 0
    včera 17:44 | Nová verze

    Byl vydán Mozilla Firefox 156.0. Přehled novinek v poznámkách k vydání a poznámkách k vydání pro vývojáře. Vestavěný prohlížeč PDF se nyní spouští o 45 % rychleji. Řešeny jsou rovněž bezpečnostní chyby. Nový Firefox 156 bude brzy k dispozici také na Flathubu a Snapcraftu.

    Ladislav Hagara | Komentářů: 0
    včera 14:11 | Nová verze

    Článek na Raspberry Pi představuje nový vzhled desktopu operačního systému Raspberry Pi OS v aktuálním vydání 2026-09-15.

    Ladislav Hagara | Komentářů: 3
    včera 14:00 | Bezpečnostní upozornění

    Nové verze Roundcube Webmailu 1.6.19 a 1.7.4 řeší několik zranitelností.

    vencour | Komentářů: 0
    včera 11:44 | Zajímavý projekt

    Na Kickstarteru běží kampaň na podporu hloupého (jenom volání a SMS) tlačítkového DIY telefonu MAKERphone 2.0 od společnosti CircuitMess postaveného na ESP32-S3 a volitelně také s hodinkami MAKERband. S možností psaní vlastních aplikací. S volitelnými HW rozšiřujícími moduly.

    Ladislav Hagara | Komentářů: 3
    včera 03:33 | Nová verze

    Byla vydána nová verze 10.7 z Debianu vycházející linuxové distribuce DietPi pro (nejenom) jednodeskové počítače. Přehled novinek v poznámkách k vydání. Přibyly balíčky HomeBox a Scrypted.

    Ladislav Hagara | Komentářů: 0
    včera 02:22 | Nová verze

    OpenRGB (GitLab) dospěl do verze 1.0 (YouTube). OpenRGB (dříve OpenAuraSDK) je svobodný multiplatformní software umožňující nastavení podsvícení celé řady různých „herních“ komponent a periferií.

    Ladislav Hagara | Komentářů: 0
    14.9. 21:00 | IT novinky

    Dnes startuje prodej headsetu Steam Frame. Počínaje dneškem se tedy můžete zapsat na seznam pro jeden z následujících modelů: Steam Frame 256 GB za 1 049 EUR a Steam Frame 1 TB za 1 279 EUR.

    Ladislav Hagara | Komentářů: 0
    14.9. 17:44 | Bezpečnostní upozornění

    Vládní CERT upozorňuje na kritickou zranitelnost v GitLab Community Edition (CE) a Enterprise Edition (EE). Zranitelnost CVE-2026-85706 typu path traversal v Repository Commits API dosahuje skóre CVSS 10.0. Kvůli nedostatečnému omezení cest a chybějícímu vynucení autentizace může za určitých podmínek neautentizovaný útočník číst libovolné soubory ze serveru GitLab, a získat tak přístup k citlivým datům a konfiguraci instance.

    Ladislav Hagara | Komentářů: 0
    14.9. 12:00 | Zajímavý projekt

    Linux může běžet nativně na ESP32-S3 – bez emulace a rovnou s 9,7″ e-paperem.

    Ladislav Hagara | Komentářů: 1
    Které desktopové prostředí na Linuxu používáte?
     (9%)
     (7%)
     (4%)
     (21%)
     (29%)
     (8%)
     (5%)
     (2%)
     (14%)
     (21%)
    Celkem 2675 hlasů
     Komentářů: 31, poslední 13.8. 00:27
    Rozcestník

    Dotaz: SMTP autorizace dovecot

    20.10.2009 14:09 dobraczek | skóre: 6
    SMTP autorizace dovecot
    Přečteno: 920×
    Prosim poradite nekdo, uz si vazne nevim rady. Kde by mohla byt chyba, co mam skontrolovat, nebo upravit.

    Telnet:
    myserver:~# telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    220 Vitejte na mail serveru XXX.
    EHLO test
    250-mail.domain.cz
    250-PIPELINING
    250-SIZE 20480000
    250-VRFY
    250-ETRN
    250-STARTTLS
    250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
    250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN
    AUTH PLAIN AHRlc3QAdGVzdHBhc3M=
    535 5.7.8 Error: authentication failed:
    
    /etc/postfix/main.cf
    .
    .
    .
    virtual_mailbox_domains = /etc/postfix/virtual_domains
    virtual_mailbox_base = /var/www/mail
    virtual_mailbox_maps = hash:/etc/postfix/virtual
    virtual_alias_maps = hash:/etc/postfix/virtual_alias
    virtual_uid_maps = static:106
    virtual_gid_maps = static:108
    .
    .
    .
    broken_sasl_auth_clients = yes
    smtp_sasl_auth_enable = no
    
    smtpd_sasl_type = dovecot
    smtpd_sasl_path = private/auth
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    .
    .
    .
    
    /etc/dovecot/dovecot.conf
    protocols = pop3 imap
    ssl_disable = yes
    disable_plaintext_auth = no
    mail_location = maildir:/var/www/mail/%u
    pop3_uidl_format = %08Xu%08Xv
    
    first_valid_uid = 106
    first_valid_gid = 108
    last_valid_uid = 106
    last_valid_gid = 108
    
    auth_verbose = yes
    auth default {
      #mechanisms = plain
      mechanisms = plain login cram-md5 digest-md5
    
      passdb passwd-file {
        args = /etc/postfix/passwd
      }
      userdb static {
        args = uid=106 gid=108
      }
    
      socket listen {
        client {
          path = /var/spool/postfix/private/auth
          mode = 0660
          user = postfix
          group = postfix
        }
      }
    }
    
    /etc/postfix/passwd
    user@domena.cz:{PLAIN}heslo
    
    postconf -a
    cyrus
    dovecot
    

    Odpovědi

    20.10.2009 16:36 NN
    Rozbalit Rozbalit vše Re: SMTP autorizace dovecot
    Skus AUTH PLAIN dGVzdAB0ZXN0AHRlc3RwYXNz

    (test test testpass)

    NN
    20.10.2009 17:00 dobraczek | skóre: 6
    Rozbalit Rozbalit vše Re: SMTP autorizace dovecot
    535 5.7.8 Error: authentication failed:

    Pri pokusu stahnout data do offline klienta prez imap s overovanim SMTP to take hlasi chybu.

    Zpravu nelze odeslat, protoze jeden z prijemcu byl serverem odmitnut. Adresa odmitnuteho prijemce je xxx@xxx.xx. Predmet 'test', Ucet: 'domena.cz', Server: 'server.cz', Protokol: SMTP, Odezva server: '554 5.7.1 xxx(IP): Client host rejected: Acces denied', Port: 25, ....... Cislo chyby: 0x800CCC79

    Log na serveru:
    Oct 20 16:35:59 ideas-server postfix/smtpd[8450]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:35:59 ideas-server postfix/smtpd[8450]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:35:59 ideas-server postfix/smtpd[8450]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:50:50 ideas-server postfix/smtpd[9288]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Oct 20 16:51:03 ideas-server postfix/smtpd[9301]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Oct 20 16:51:03 ideas-server postfix/smtpd[9302]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Oct 20 16:51:04 ideas-server postfix/smtpd[9301]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:51:04 ideas-server postfix/smtpd[9302]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:51:04 ideas-server postfix/smtpd[9288]: warning: localhost[127.0.0.1]: SASL PLAIN authentication failed:
    Oct 20 16:55:27 ideas-server postfix/smtpd[9546]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Oct 20 16:55:27 ideas-server postfix/smtpd[9546]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 16:55:45 ideas-server postfix/smtpd[9546]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:00 ideas-server postfix/smtpd[9801]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Oct 20 17:00:00 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:04 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:05 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:06 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:08 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    Oct 20 17:00:09 ideas-server postfix/smtpd[9801]: warning: restriction `permit_sasl_authenticated' after `reject' is ignored
    
    20.10.2009 17:37 svaca | skóre: 38
    Rozbalit Rozbalit vše Re: SMTP autorizace dovecot
    No ja myslim, ze je to v tom logu naprosto jasne napsany ne ?

    Co mas v : smtpd_sender_restrictions ?
    Never give up ! Stay ATARI !
    20.10.2009 21:28 dobraczek
    Rozbalit Rozbalit vše Re: SMTP autorizace dovecot
    Jejda, mel jsem to zakomentovane. Dik jsem vul. Uz to jede :-D
    smtpd_sender_restrictions =
      reject_rhsbl_client dsn.rfc-ignorant.org
      reject_invalid_hostname
      reject_non_fqdn_sender
      reject_unknown_sender_domain
      permit_sasl_authenticated
      permit_mynetworks
    

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.