ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Луняченко С.В." <seval@electro.alrosa-mir.ru>
To: <hihin@rambler.ru>,
	"ALT Linux sysadmin discuss" <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Postfix в Altlinux 4.0 office-server
Date: Fri, 29 Feb 2008 08:05:49 +0900
Message-ID: <007301c87a5e$759fa390$0101a8c0@aem.local> (raw)
In-Reply-To: <200802282316.35616@ruslandh>



> Здравствуйте Луняченко С.В.
>  В сообщении от 28 февраля 2008 Луняченко С.В. написал(a):
> > Я читал эти статьи и мне это не добавило понимания ситуации. Почему
> > у всех
> >
> > пользователей ошибка авторизации?
>
> А что в логах ?
>
> -- 
>  А ещё говорят так  (fortune):
>
> - Что делает системный администратор, проснувшись с похмелья? ?-
> Тестирует память...
>
> ________________________________________________________________________
> С уважением Хихин Руслан
Вот логи:
 cat /var/log/dovecot.log
dovecot: Feb 28 21:32:13 Info: Dovecot v1.0.3 starting up
dovecot: Feb 28 21:32:13 Error: Auth process died too early - shutting down
dovecot: Feb 28 21:32:13 Error: auth(default): CRAM-MD5 mechanism can't be 
supported with given passdbs
dovecot: Feb 28 21:32:13 Error: child 11069 (auth) returned error 89
dovecot: Feb 28 21:36:44 Info: Dovecot v1.0.3 starting up
dovecot: Feb 28 21:36:44 Error: Auth process died too early - shutting down
dovecot: Feb 28 21:36:44 Error: auth(default): CRAM-MD5 mechanism can't be 
supported with given passdbs
dovecot: Feb 28 21:36:44 Error: child 16269 (auth) returned error 89

vim /etc/dovecot/dovecot.conf

#base_dir = /var/run/dovecot/
protocols = pop3 pop3s
protocol pop3 {
     listen = *:110
      ssl_listen = *:995
}
disable_plaintext_auth = yes
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot.log
ssl_disable = no
ssl_cert_file = /var/lib/ssl/certs/dovecot.pem
ssl_key_file = /var/lib/ssl/private/dovecot.pem
ssl_parameters_regenerate = 168
ssl_cipher_list = ALL:!LOW:!SSLv2
verbose_ssl = yes
login_greeting = Welcom to Seval Mail Server.
mail_location = maildir:/var/spool/mail/%d/%u
mail_extra_groups = mail
mail_debug = yes
lock_method = fcntl
first_valid_uid = 1981
last_valid_uid = 1981
first_valid_gid = 1981
last_valid_gid = 1981
protocol imap {
}
protocol pop3 {
 pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
postmaster_address = postmaster@electro.alrosa-mir.ru
hostname = electro.alrosa-mir.ru
mail_plugins = cmusieve
mail_plugin_dir = /usr/lib/dovecot/lda
}
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain login cram-md5
}
passdb pam {
}
 userdb passwd {
 }
 user = root
 socket listen {
client {#postfix
      path = /var/spool/postfix/private/auth
      mode = 0660
      user = postfix
      group = postfix
    }#postfix
  }
}




  reply	other threads:[~2008-02-28 23:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-27 15:53 ` Alexey Shabalin
2008-02-27 22:55   ` Луняченко С.В.
2008-02-28  4:49     ` Хихин Руслан
2008-02-28  8:05       ` Vladimir V. Kamarzin
2008-02-28 10:39         ` Луняченко С.В.
2008-02-28 20:16           ` Хихин Руслан
2008-02-28 23:05             ` Луняченко С.В. [this message]
2008-03-02  8:31               ` Andrey Konnov
2008-03-02 23:15                 ` Луняченко С.В.
2008-03-02 23:33                 ` Луняченко С.В.
2008-03-03 10:43                   ` Andrey Konnov
2008-03-06  8:45                   ` Grigory Batalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007301c87a5e$759fa390$0101a8c0@aem.local' \
    --to=seval@electro.alrosa-mir.ru \
    --cc=hihin@rambler.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git