![]() |
Postfix, maildir, not virtual..
Hey
Requesting help :) I've set up a server that will host only 1 domain!! All other crap is set and now i want email also. I've installed postfix with courier (took procedure from Debian Etch perfect setup: http://www.howtoforge.com/perfect_setup_debian_etch_p5) I did everything on that page. I know that is for virtual set up so i hope i didn't fuck up.. Now to the questions/problems 1. I've set up an account "root@domain.tld" and i logged in with root password for server :S but it logs in just fine! The problem is: Code:
May 21 18:34:03 tmqserver courierpop3login: chdir Maildir: No such file or directory2. How do i remove root email and set up other email for 1 domain name? Again, i do not want to use virtual setup since i'm hosting only 1 domain name that will be in use only by me.. This is my main.cf Code:
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) |
Quote:
Quote:
|
/etc/aliases
Code:
# See man 5 aliases for format |
Could it be that Courier has wrong permissions?
Code:
May 22 09:08:33 tmqserver courierpop3login: info: chdir(/home/info) failed!!Since Code:
useradd -d /home/sample_user -g users sample_userThink this could be a problem? |
Right, so now that i created Maildir folders with maildir something command, i get this error when i log in with email client:
Code:
courierpop3login: chdir Maildir: Permission denied |
Right, owner is set to account and group to "users"
Login now works without any errors! Hurray for me.. Still tho, sending email to this email account has no result. Nothing in the logs also... What could be a problem? Where to look? |
Problem solved :)
Reason for mail not coming in was smtp not set in firewall :S All works now. Thanks falko ;) |
Quote:
Code:
useradd -d /home/sample_user -m -g users sample_user |
Yeah, found the -m option after everything was working :S
|
| All times are GMT +2. The time now is 05:41. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.