This is a discussion on permissions problem within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hello, I try to run postfix with virtual users. But when I use fetchmail to poll the ISP mailbox, I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I try to run postfix with virtual users. But when I use fetchmail to poll the ISP mailbox, I have this message in /var/log/mail.info ---- Jul 6 09:52:38 antares postfix/smtpd[6936]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled Jul 6 09:52:38 antares postfix/smtpd[6936]: connect from localhost[127.0.0.1] Jul 6 09:52:38 antares postfix/smtpd[6936]: A9B8CE68E0: client=localhost[127.0.0.1] Jul 6 09:52:38 antares postfix/cleanup[6939]: A9B8CE68E0: message-id=<40EA5A32.8060605@altaiire.fr> Jul 6 09:52:38 antares postfix/qmgr[4193]: A9B8CE68E0: from=<droche@altaiire.fr>, size=2569, nrcpt=1 (queue active) Jul 6 09:52:39 antares postfix/smtpd[6936]: disconnect from localhost[127.0.0.1] Jul 6 09:52:39 antares postfix/virtual[6940]: A9B8CE68E0: to=<toto@altaiire.fr>, relay=virtual, delay=1, status=deferred (mailbox /var/mail/vhosts/altaiire.fr/toto: cannot open file: Permission denied) ---- altaiire.fr is my virtual domain, toto@altaiire.fr a virtual user, and /var/mail/vhosts/altaiire.fr the directory where mail have to be stored. If I fetch mail for a real user on my system, it works fine. Please Help! :) Thanks -- David Roche Administrateur réseau ALTAIIRE tel: 04 50 64 00 36 fax: 04 50 64 09 16 |
|
|||
|
hi,
I've just found the problem: i didn't create the user and group with uid and gid corresponding to virtual_uid/gid_maps in main.cf... RTFM! ;) David Roche a écrit : > Hello, > > I try to run postfix with virtual users. But when I use fetchmail to > poll the ISP mailbox, I have this message in /var/log/mail.info > > ---- > Jul 6 09:52:38 antares postfix/smtpd[6936]: warning: dict_nis_init: NIS > domain name not set - NIS lookups disabled > Jul 6 09:52:38 antares postfix/smtpd[6936]: connect from > localhost[127.0.0.1] > Jul 6 09:52:38 antares postfix/smtpd[6936]: A9B8CE68E0: > client=localhost[127.0.0.1] > Jul 6 09:52:38 antares postfix/cleanup[6939]: A9B8CE68E0: > message-id=<40EA5A32.8060605@altaiire.fr> > Jul 6 09:52:38 antares postfix/qmgr[4193]: A9B8CE68E0: > from=<droche@altaiire.fr>, size=2569, nrcpt=1 (queue active) > Jul 6 09:52:39 antares postfix/smtpd[6936]: disconnect from > localhost[127.0.0.1] > Jul 6 09:52:39 antares postfix/virtual[6940]: A9B8CE68E0: > to=<toto@altaiire.fr>, relay=virtual, delay=1, status=deferred (mailbox > /var/mail/vhosts/altaiire.fr/toto: cannot open file: Permission denied) > ---- > > altaiire.fr is my virtual domain, toto@altaiire.fr a virtual user, and > /var/mail/vhosts/altaiire.fr the directory where mail have to be stored. > > If I fetch mail for a real user on my system, it works fine. > > Please Help! :) > > Thanks > -- David Roche Administrateur réseau ALTAIIRE tel: 04 50 64 00 36 fax: 04 50 64 09 16 |