Hallo,
ich hab das jetzt nach der vorgeschlagenen Anleitung Installiert.
Mails nach Außen gehen zwar noch aber mein Posteingang nicht mehr. :-?
Ich werde aus dem Log nicht schlau :|
Nov 13 22:24:27 server dovecot: POP3(web1p1): stat(/var/spool/mail/web1 p1/Maildir/cur) failed: Not a directory
1967 Nov 13 22:24:27 server dovecot: POP3(web1p1): stat(/var/spool/mail/web1p1/Maildir/cur) failed: Not a directory
1968 Nov 13 22:24:27 server dovecot: POP3(web1p1): Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2011-11-13 22:24:27]
Ich werde aus der Meldung allerdings nicht schlau :-?
Folgendes habe ich gemacht:
Code: Select all
[b]/etc/dovecot/dovecot.conf[/b]
1 maildir_copy_with_hardlinks = yes
2 protocols = imap imaps pop3 pop3s
3 disable_plaintext_auth = no
4 log_timestamp = "%Y-%m-%d %H:%M:%S "
5 ssl_cert_file = /etc/ssl/certs/dovecot.pem
6 ssl_key_file = /etc/ssl/private/dovecot.pem
7 mail_location = maildir:/var/spool/mail/%u/Maildir
8 #mail_extra_groups = mail poponly
9 protocol imap {
10 }
11
12 protocol pop3 {
13 pop3_uidl_format = %08Xu%08Xv
14 }
15 auth default {
16 mechanisms = plain login
17 passdb pam {
18 }
19 userdb passwd {
20 }
21 socket listen {
22 client {
23 path = /var/spool/postfix/private/auth
24 mode = 0660
25 user = postfix
26 group = postfix
27 }
28 }
29 }
30 dict {
31 }
32 plugin {
33 }
Code: Select all
[b]/confixx/confixx_main.conf[/b]
$mta = 'postfix';
$mailSpool = '';
$maildrop = 'HOMEDIR/Maildir/';
$mailBoxName = '';
$virtUserTableDB = '/etc/postfix/confixx_virtualUsers';
$localDomainsFile = '/etc/postfix/confixx_localDomains';
$bin_makemap = '';
$bin_postmap = '/usr/sbin/postmap';
$bin_postfix = '/usr/sbin/postfix';
$bin_newaliases = '/usr/bin/newaliases';
$MailConfigFile = '/etc/postfix/main.cf';
$pop_homeDir = '/var/spool/mail';
$aliases = '/etc/aliases';
$bin_autorespond = '/usr/bin/autoresponder.pl';
$mail_realHome = '1';
Code: Select all
[b]/etc/postfix/main.cf[/b]
/etc/postfix/main.cf
Code: Select all
[b]/etc/procmailrc[/b]
DEFAULT=$HOME/Maildir/
MAILDIR=$HOME/Maildir/
DROPPRIVS=yes
:0fw: /tmp/spamassassin.lock
* < 256000
| spamc
:0:
* ^X-Spam-Status: Yes
:0
* ^^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e '1s/^/F/'
}
Code: Select all
/root/confixx/confixx_counterscript.pl --force-all
/etc/init.d/postfix start
/etc/init.d/dovecot start
Und jetzt komme ich seit Stunden nicht mehr weiter. E-Mails nach außen gehen, ich kann aber keine mehr Abrufen.
Was mir aufgefallen ist im root-verzeichnis ist jetzt ein Maildir Verzeichnis mit 3 Verzeichnisen. (cur new tmp) ( Hier sind keine webs vorhanden )
Unter /var/spool/mail ist dovecot.index, dovecot.index.cache, dovecot.index.log, dovecot-uidlist, dovecot-uidlist.lock,mail,
Maildir, new, nobody, root, tmp, web0, web0p1.
In diesem Maildir ist: cur, dovecot.index, dovecot.index.cache, dovecot.index.log, dovecot-uidlist, new, tmp, web0p1.
Ich komm jetzt aber einfach nicht mehr weiter und hoffe mir hat jemand einen Tipp :-| Vielen Dank für jede Hilfe.