Ubuntu Server 9.4 - mail is stored in ~/Maildir AND /var/mail/

Hannes hannes.flocke at gmx.li
Thu Feb 4 14:29:32 UTC 2010


OK, here's the complete main.cf, sorry for not putting it to pastebin:

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no

append_dot_mydomain = no


readme_directory = no

smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache


myhostname = komet
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = komet, localhost.localdomain, , localhost
relayhost =
mynetworks = 127.0.0.0/8, 192.168.1.0/24
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all



thanks.


> On Thu, February 4, 2010 15:10, Hannes wrote:
>   
>> Just worth to say:
>>
>> Inside dovecot.conf, I set
>>
>> mail_location = maildir:~/Maildir
>>     
>
> Same as mine.
>
>   
>> in Postfix main.cf, I set
>>
>> home_mailbox = Maildir/
>>     
>
> Do you have something like
>
> mailbox_command = /usr/bin/procmail -a "$EXTENSION"
>
>   
>> The procmailrc files all look similar to this:
>>
>> UMASK=007
>> PATH=/usr/bin:/usr/local/bin
>> MAILDIR=$HOME/Maildir/
>> LOGFILE=$HOME/procmail.log
>> SHELL=/bin/bash
>>
>> :0:
>> * ^To:.*name at domain.com
>> $HOME/Maildir/
>>     
>
> The last part of my .procmailrc is always
>
> :0:
> * .*
> ./
>
>
>
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100204/bdcbcdf7/attachment.html>


More information about the ubuntu-users mailing list