[postfix-users] Konfiguration mbox / spooldir / Inbox Postfix & Dovecot
Moin!
Brauche Hilfe bei der Konfiguration meines IMAP-Servers (Dovecot mit Postfix).
Ich möchte unter /opt/x/mbox/$username die mailboxen anlegen /opt/x/spool soll zum spoolen benutzt werden /opt/x/$username/ soll für die eigentliche IMAP-Box verwendet werden.
Kann das überhaupt so realisiert werden? Wie muss ich es in der main.cnf des Postfix und der dovecot.conf anlegen?
Danke. Sandra :)
* Sandra Weddig Sandra.Weddig@gmx.de:
Moin!
Brauche Hilfe bei der Konfiguration meines IMAP-Servers (Dovecot mit Postfix).
Ich möchte unter /opt/x/mbox/$username die mailboxen anlegen /opt/x/spool soll zum spoolen benutzt werden
Spoolen von was?
/opt/x/$username/ soll für die eigentliche IMAP-Box verwendet werden.
Aber die sind doch schon in /opt/x/mbox/$username
Mein eigentliches Problem ist, dass ich gesehen habe, dass in /opt/x/mbox ein Ordern .imap erstellt wird und in diesem alle Mails aller Benutzer landen.
-------- Original-Nachricht --------
Datum: Fri, 28 Jan 2011 11:12:43 +0100 Von: Ralf Hildebrandt Ralf.Hildebrandt@charite.de An: postfix-users@de.postfix.org Betreff: Re: [postfix-users] Konfiguration mbox / spooldir / Inbox Postfix & Dovecot
- Sandra Weddig Sandra.Weddig@gmx.de:
Moin!
Brauche Hilfe bei der Konfiguration meines IMAP-Servers (Dovecot mit
Postfix).
Ich möchte unter /opt/x/mbox/$username die mailboxen anlegen /opt/x/spool soll zum spoolen benutzt werden
Spoolen von was?
/opt/x/$username/ soll für die eigentliche IMAP-Box verwendet werden.
Aber die sind doch schon in /opt/x/mbox/$username
-- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de
postfix-users mailing list postfix-users@de.postfix.org http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
* Sandra Weddig Sandra.Weddig@gmx.de:
Mein eigentliches Problem ist, dass ich gesehen habe, dass in /opt/x/mbox ein Ordern .imap erstellt wird und in diesem alle Mails aller Benutzer landen.
Nun, erstmal postfix config und dovecot config zeigen.
dovecto -n
# 1.2.16: /etc/dovecot/dovecot.conf # OS: Linux 2.6.31.14-0.6-default x86_64 openSUSE 11.2 (x86_64) ext4 log_path: /var/log/dovecot/dovecot.log info_log_path: /var/log/dovecot/dovecot-info.log protocols: imap imaps pop3 pop3s ssl: required verbose_ssl: yes 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_location: mbox:/opt/x/%u:INBOX=/opt/x/%u mail_debug: 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/lib64/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib64/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib64/dovecot/modules/pop3 lda: auth_socket_path: /var/run/dovecot/auth-master auth default: verbose: yes debug: yes passdb: driver: passwd-file args: /etc/dovecot/passwd.dovecot userdb: driver: passwd
postconf -n
alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix debug_peer_level = 2 defer_transports = delay_warning_time = 1h disable_dns_lookups = no disable_mime_output_conversion = no home_mailbox = ../../../opt/x/mbox html_directory = /usr/share/doc/packages/postfix-doc/html inet_interfaces = localhost inet_protocols = all mail_owner = postfix mail_spool_directory = /var/mail mailbox_command = mailbox_size_limit = 0 mailbox_transport = mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 0 message_strip_characters = \0 mydestination = $myhostname, localhost.$mydomain myhostname = bushman.outback mynetworks_style = subnet newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES relay_domains = $mydestination, hash:/etc/postfix/relay relayhost = relocated_maps = hash:/etc/postfix/relocated sample_directory = /usr/share/doc/packages/postfix-doc/samples sender_canonical_maps = hash:/etc/postfix/sender_canonical sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_sasl_auth_enable = no smtp_use_tls = no smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination smtpd_sasl_auth_enable = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_use_tls = no soft_bounce = yes strict_8bitmime = no strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 virtual_alias_domains = hash:/etc/postfix/virtual virtual_alias_maps = hash:/etc/postfix/virtual
-------- Original-Nachricht --------
Datum: Fri, 28 Jan 2011 11:17:08 +0100 Von: Ralf Hildebrandt Ralf.Hildebrandt@charite.de An: postfix-users@de.postfix.org Betreff: Re: [postfix-users] Konfiguration mbox / spooldir / Inbox Postfix & Dovecot
- Sandra Weddig Sandra.Weddig@gmx.de:
Mein eigentliches Problem ist, dass ich gesehen habe, dass in
/opt/x/mbox ein Ordern .imap erstellt wird und in diesem alle Mails aller Benutzer landen.
Nun, erstmal postfix config und dovecot config zeigen.
Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de
postfix-users mailing list postfix-users@de.postfix.org http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
participants (2)
-
Ralf Hildebrandt
-
Sandra Weddig