Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
from=<prasad@asasas.com>
Feb 20 11:48:42 mail postfix/qmgr[31233]: A32CE1691E7: from=<prasad@asasas.com>, size=1384, nrcpt=1 (queue active)
Feb 20 11:51:42 mail postfix/pickup[22619]: 624AD1691B5: uid=12347
[root@mail ~]# cat /var/log/maillog | grep A32CE1691E7 (<-- Que ID)
Feb 20 11:51:42 mail postfix/pickup[22619]: A32CE1691E7: uid=12347 from=<prasad@asasas.com>
Feb 20 11:51:42 mail postfix/cleanup[18307]: A32CE1691E7: message-id=<20100220115142.23082mi2hoxj0eck@mail.asasascom>
Feb 20 11:51:42 mail postfix/qmgr[31233]: A32CE1691E7: from=<prasad@asasas.com>, size=1384, nrcpt=1 (queue active)
Feb 20 11:51:42 mail postfix/local[23395]: A32CE1691E7: to=<kithsiri@bg.asasas.com>, relay=local, delay=0.07, delays=0.06/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Feb 20 11:51:42 mail postfix/qmgr[31233]: 624AD1691B5: removed
But user "kithsiri" didn't received mail.
This server has morethan 100 users. Kithsiri is only one user and work fine 2 days ago.Did not do any configurations last week.
Please help to resolve this issue.
How have you configured delivery?
postfix will throw stuff into /var/spool, but then if you have set a delivery agent (e.g. procmail) it will deliver that way.
How have you configured delivery?
postfix will throw stuff into /var/spool, but then if you have set a delivery agent (e.g. procmail) it will deliver that way.
Thanks/
Configured all users same manner.
Why one user not received mails from same domain.But he received mails from other domains.Also he can send mails to his domain and other domains.
I've done this, but I'm not a mail expert. Usual thing there is this: postfix has a few separate processes - last one is to queue the mail. The mailbox must be perms 0600 and the last process (maildrop?) is started as receiving user. Root cannot receive mail - and you need to use an alias. In my experience, once the main config file is ok, mistakes are down to you. Postfix will not drop into a mailbox that isn't 0600, IIRC. Did that user run a chmod -R?
I've done this, but I'm not a mail expert. Usual thing there is this: postfix has a few separate processes - last one is to queue the mail. The mailbox must be perms 0600 and the last process (maildrop?) is started as receiving user. Root cannot receive mail - and you need to use an alias. In my experience, once the main config file is ok, mistakes are down to you. Postfix will not drop into a mailbox that isn't 0600, IIRC. Did that user run a chmod -R?
Thanks your help.
Permission are same as other users and also 0600. sendmail use to mail delivery.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.