Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
12-24-2006, 02:02 PM
|
#1
|
|
Member
Registered: Jun 2004
Distribution: Debian 3.1
Posts: 33
Rep:
|
how to create Maildir postfix
Hi,
I have installed postfix and courier-imap
but all users and new users do not have
/Maildir in their home folder
how do i set these dir to be created?
Debian 3.1
Thanks,
Alex
|
|
|
|
12-24-2006, 05:11 PM
|
#2
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
You can use the maildirmake from qmail ... OR
mkdir -p /home/usename/Maildir/{cur,new,tmp} for existing users; perhaps use a for script if you have a lot of users.
mkdir -p /etc/skel/Maildir/{cur,new,tmp} this will create the Maildir in the home directories when you create new users.
|
|
|
|
12-24-2006, 06:08 PM
|
#3
|
|
Member
Registered: Jun 2004
Distribution: Debian 3.1
Posts: 33
Original Poster
Rep:
|
it worked..
Thanks!
|
|
|
|
08-17-2012, 05:37 AM
|
#4
|
|
LQ Newbie
Registered: Jul 2012
Location: bulgaria ,sofia
Posts: 15
Rep: 
|
question
Quote:
Originally Posted by alexxxis
it worked..
Thanks!
|
hello guys
i have created a new user and maildir for the same user , but when i am sending an e-mail i am getting a problem to save the email in the sent folder and when i tried to send an email to this user getting the following problem
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
somebody help me please
|
|
|
|
08-20-2012, 01:40 AM
|
#5
|
|
Member
Registered: Sep 2005
Location: Poland
Distribution: Debian, Ubuntu
Posts: 38
Rep:
|
Quote:
Originally Posted by aloshiii
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
|
I suggest examining /var/log/mail.log and /var/log/mail.err the will be info what caused the problem. There could also be a problem with config files from postfix and/or courier (if you're using it). I think you should provide more details not just short general mail delivery message...
|
|
|
|
08-20-2012, 08:49 PM
|
#6
|
|
Senior Member
Registered: Jan 2009
Location: Japan
Distribution: Debian
Posts: 3,580
|
Hi,
Quote:
Originally Posted by aloshiii
i have created a new user and maildir for the same user , but when i am sending an e-mail i am getting a problem to save the email in the sent folder and when i tried to send an email to this user getting the following problem
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
|
along with checking the logs as already suggested, I wonder how you ended up creating the maildirs. If you did the following for your users
Code:
mkdir -p /home/usename/Maildir/{cur,new,tmp}
you will also need to make the sure the ownership is correct. Eg.
Code:
chown username.username /home/usename/Maildir/{,cur,new,tmp}
and should also make sure they are only readable/writable by the owner
Code:
chmod 0700 /home/usename/Maildir/{,cur,new,tmp}
HTH,
Evo2.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:49 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|