due to stage of my rewriting of the mailman module, I needed an email adress in froxlor. In case I was writing and (possible) changing froxlor files, there was no doman and no mailadress configured before.
So I set up a domain (curious, I cannot set up a domain under the main ip of the server, under which I am running the main domain) und an email adress, too.
As I take a look in /var/log/mail.log I saw:
Oct 5 15:57:40 myserver postfix/virtual[29078]: warning: check_dir_size: cannot open directory: /var/customers/mail/customer_demo/bla@customer_domain.tld/new/
Oct 5 15:57:40 myserver postfix/virtual[29078]: warning: check_dir_size: cannot open directory: /var/customers/mail/customer_demo/bla@customer_domain.tld/cur/
Oct 5 15:57:40 myserver postfix/virtual[29078]: warning: check_dir_size: cannot open directory: /var/customers/mail/customer_demo/bla@customer_domain.tld/tmp/
Oct 5 15:57:40 myserver postfix/virtual[29078]: warning: maildir access problem for UID/GID=9997/9997: create maildir file /var/customers/mail/customer_demo/bla@customer_domain.tld/tmp/1286287060.P29078.myserver.de: Permission denied
Oct 5 15:57:40 myserver postfix/virtual[29078]: warning: perhaps you need to create the maildirs in advance
Oct 5 15:57:40 myserver postfix/virtual[29078]: 7C3242A8020: to=<bla@customer_domain.tld>, relay=virtual, delay=0.05, delays=0.03/0/0/0.01, dsn=4.2.0, status=deferred (maildir delivery failed: create maildir file /var/customers/mail/customer_demo/bla@customer_domain.tld/tmp/1286287060.P29078.myserver.de: Permission denied)
Ok, one thing is clear. I've changed /var/customer/mail to /var/kunden/mail, but I've rebuild the config files, and the install instructions for gentoo -> smtp -> postfix/dovecot says:
Question
jogr
Hello out there,
due to stage of my rewriting of the mailman module, I needed an email adress in froxlor. In case I was writing and (possible) changing froxlor files, there was no doman and no mailadress configured before.
So I set up a domain (curious, I cannot set up a domain under the main ip of the server, under which I am running the main domain) und an email adress, too.
As I take a look in /var/log/mail.log I saw:
Ok, one thing is clear. I've changed /var/customer/mail to /var/kunden/mail, but I've rebuild the config files, and the install instructions for gentoo -> smtp -> postfix/dovecot says:
The output of postconf -n is as follows:
so why would postfix write to the (not existing) dir /var/customer?
//Edit: I might add the following
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.