[Dovecot] Dovecot dying when deliver is called

2008-05-14 Thread MyGoddess
Hello,
 
I run a debian etch server with the mail services configured like their: 
http://workaround.org/articles/ispmail-etch/
It worked during month but of the last upgrade it doesn't work anymore when 
postfix calls deliver.
dovecot version is 1.0.rc15. I don't remember which was the previous version.
 
There is no error accessing dovecot in any other way.
 
Here my configuration:
# /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot_err.log
info_log_path: /var/log/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: pop3 pop3s imap imaps
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
mail_privileged_group: mail
mail_location: maildir:/home/vmail/%d/%n
mail_debug: yes
mail_drop_priv_before_exec: yes
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):You can find a copy of the 
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
  mechanisms: plain login
  passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
  userdb:
driver: passwd
  userdb:
driver: static
args: uid=1004 gid=1005 home=/home/vmail/%d/%n allow_all_users=yes
  socket:
type: listen
client:
  path: /var/spool/postfix/private/auth
  mode: 432
  user: postfix
  group: postfix
master:
  path: /var/run/dovecot/auth-master
  mode: 384
  user: vmail

I am not able to get a coredump.
 
You can find a copy of the error mail attached. I didn't get any message from 
log files.
 
If someone have any clue, I will helping.
 
Regards,
Pierrick Caillon
--- Begin Message ---
This is the mail system at host yggdrasill.megami.fr.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

   The mail system

<[EMAIL PROTECTED]>: Command died with status 80:
"/usr/lib/dovecot/deliver"
Reporting-MTA: dns; yggdrasill.megami.fr
X-Postfix-Queue-ID: E7C7535541AA
X-Postfix-Sender: rfc822; mygoddess@orange.fr
Arrival-Date: Wed, 14 May 2008 20:26:05 +0200 (CEST)

Final-Recipient: rfc822; newold@ahmygoddess.info
Original-Recipient: rfc822;newold@ahmygoddess.info
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; unknown mail system error 80
--- Begin Message ---
test
--- End Message ---
--- End Message ---


Re: [Dovecot] Dovecot dying when deliver is called

2008-05-14 Thread MyGoddess
Thank you.

The logfiles are created with permissions to root:root and 600 by dovecot.
As deliver can't acces them, do I have to change the permissions ? And to
what ?

I figured out a little thing: There was a specific log file for deliver into
which it says it can't open the other logs. That's why there is no more
details.

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Timo
Sirainen
Envoyé : jeudi 15 mai 2008 06:51
À : Dovecot Mailing List
Objet : Re: [Dovecot] Dovecot dying when deliver is called

On Wed, 2008-05-14 at 20:38 +0200, MyGoddess wrote:
> 
> <[EMAIL PROTECTED]>: Command died with status 80:
> "/usr/lib/dovecot/deliver"

80 means it failed to open the log file for writing.




Re: [Dovecot] Dovecot dying when deliver is called

2008-05-15 Thread MyGoddess
Oh, yes, thank you.

It think the issue comes because in a previous version, the info_log_path
for the lda was copied from its log_path and not from the master
info_log_path.

It is working now.

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Timo
Sirainen
Envoyé : jeudi 15 mai 2008 08:56
À : Dovecot Mailing List
Objet : Re: [Dovecot] Dovecot dying when deliver is called

On Thu, 2008-05-15 at 08:52 +0200, MyGoddess wrote:
> Thank you.
> 
> The logfiles are created with permissions to root:root and 600 by dovecot.
> As deliver can't acces them, do I have to change the permissions ? And 
> to what ?

http://wiki.dovecot.org/LDA#logging gives some suggestions.