This is a discussion on Re: VIRTUAL - User Permissions and Ownership within the mailing.postfix.users forums, part of the Mail Servers and Related category; Quoting Keith Matthews <postfix@frequentous.co.uk>: > On Tue, 24 May 2005 16:32:55 -0700 > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quoting Keith Matthews <postfix@frequentous.co.uk>:
> On Tue, 24 May 2005 16:32:55 -0700 > Postmaster <Postmaster@light-hall.com> wrote: >=20 > > Quoting Keith Matthews <postfix@frequentous.co.uk>: > >=20 > > > On Tue, 24 May 2005 15:40:57 -0700 > > > Postmaster <Postmaster@light-hall.com> wrote: > > >=20 >=20 > > > > transport_maps =3D hash:/etc/postfix/transport > > > > unknown_local_recipient_reject_code =3D 450 > > > > virtual_alias_maps =3D hash:/etc/postfix/virtual > > > > virtual_gid_maps =3D hash:/etc/postfix/gids > > >=20 > > > What's in here ? > > >=20 > > > > virtual_mailbox_base =3D /var/mail/vhosts > > > > virtual_mailbox_domains =3D hall-brothers.com, miss-light.com, > > > > light-hall.com > > > > virtual_mailbox_maps =3D hash:/etc/postfix/vmailbox > > > > virtual_minimum_uid =3D 100 > > > > virtual_uid_maps =3D hash:/etc/postfix/uids > > >=20 > > > And here ? > > >=20 > > >=20 > > > Because those are the values you must match.=20 > > >=20 > >=20 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D > >=20 > > /var/mail/vhosts/ > >=20 > > contains DIRECTORIES (not filenames) of: > >=20 > > hall.brothers.com=20 > > miss-light.com > > light-hall.com > >=20 > > Complete with the ".com" in the filename... > >=20 > > sample of /etc/postfix/vmailbox: > > * > > * > > somename1@miss-light.com miss-light.com/somename1 > > somename2@miss-light.com miss-light.com/somename2 > > * > > sample of /etc/postfix/uids: > > * > > * > > somename1@miss-light.com 5303 > > somename2@miss-light.com 5304 > > * > > sample of /etc/postfix/gids: > > * > > * > > @hall-brothers.com 5200 > > @miss-light.com 5300 > > * > >=20 > > in /etc/postfix/main.cf > > I have changed to virtual_minimum_uid =3D 5000 > >=20 > > maybe of note...I am sending (and receiving) on the "real" domain > of > > the box...light-family.com but, next stop will be blacklists > and > > spam control, I can't believe how fast the *&%&* spammers find > you! >=20 > This should work but if the users do not have shell-level accounts > on > the box then such fine detail is an unnecessary complexity. If the > POP/IMAP server is a decent one and is set up correctly then the > users > cannot see each other's mail anyway. =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The users do NOT have shell-level accounts - I guess I thought that's what I was trying to avoid. Every user I add - I have to adduser and then if I don't "really" want them on the box - except for e-mail - disable shell access with /bin/false ?? The box is not being currently used for any "productional" e-mail, so I can change the setup. However, because of reverse authority from SBC, I am the reverse lookup for mail from my intenal network. Is there a recomended reading site for IMAP vs POP ? Right now, the users are used to using Windoze Pegasus fetching from a POP server - but I'm open to any suggestions |