Jack Daniels
Registered User
Hallo.
Wie ich feststellen musste lassen sich auf Confixx 3.3.0 keine Mails
im Webmail verschieben.
z.B. vom Posteingang nach order "sent" etc.
Ich nutzt Dabian 4.0 (etch)
Confixx pro 3.3.0
postfix/etch uptodate 2.3.8-2+b1
dovecot-pop3d/etch uptodate 1.0.rc15-2
dovecot-common/etch uptodate 1.0.rc15-2
dovecot-imapd/etch uptodate 1.0.rc15-2
procmail/etch uptodate 3.22-16
Kennt da zufällig jmd. ne Lösung ?
Bis vor ein paar Tagen war das Ganze noch auf Sarge und Confixx 3.2.1
Da ging das Verschieben noch
Dann habe ich Confixx-Upgrade nach Anleitung gemacht und danach (!) das Upgrade
auf etch.
Das Verschieben der Mails mittels z.B. Outlook im IMAP funzt aber !
mail.log hilft nicht weiter, kein Eintrag/Hinweis wo es liegt.
Auch die Logs von dovecot helfen nicht....
Configs:
confixx_main.php
postfix/main.cf
Lasst es mich bitte wissen, wenn ihr nochwas braucht ;-)
Wie ich feststellen musste lassen sich auf Confixx 3.3.0 keine Mails
im Webmail verschieben.
z.B. vom Posteingang nach order "sent" etc.
Ich nutzt Dabian 4.0 (etch)
Confixx pro 3.3.0
postfix/etch uptodate 2.3.8-2+b1
dovecot-pop3d/etch uptodate 1.0.rc15-2
dovecot-common/etch uptodate 1.0.rc15-2
dovecot-imapd/etch uptodate 1.0.rc15-2
procmail/etch uptodate 3.22-16
Kennt da zufällig jmd. ne Lösung ?
Bis vor ein paar Tagen war das Ganze noch auf Sarge und Confixx 3.2.1
Da ging das Verschieben noch
Dann habe ich Confixx-Upgrade nach Anleitung gemacht und danach (!) das Upgrade
auf etch.
Das Verschieben der Mails mittels z.B. Outlook im IMAP funzt aber !
mail.log hilft nicht weiter, kein Eintrag/Hinweis wo es liegt.
Auch die Logs von dovecot helfen nicht....
Configs:
confixx_main.php
Code:
# used mta ( sendmail | postfix | qmail )
$mta = 'postfix';
# location of mailspool directory
$mailSpool = '/var/spool/postfix';
# type of maildrop ( /var/spool/mail/USER | HOMEDIR/Mailbox | HOMEDIR/Maildir/ )
$maildrop = 'HOMEDIR/Maildir/';
# name of Mailbox file
$mailBoxName = 'Maildir';
postfix/main.cf
Code:
mailbox_command = /usr/bin/procmail -a $EXTENSION
home_mailbox = Maildir/
Lasst es mich bitte wissen, wenn ihr nochwas braucht ;-)