On 30/04/02 09:12 +0530, Arvind wrote: > can i have maildir/ , without having a system level account for that user? > > lik i want to store mail in maildir/, but the user exists in mysql as a > virtual user and not as a system level user. > if yes, how can i do that? postconf|grep virtual|cut -f 1 -d ' ' virtual_gid_maps virtual_mailbox_base virtual_mailbox_limit virtual_mailbox_lock virtual_maps virtual_minimum_uid virtual_uid_maps
See the docs about those directives. And postfix tries to deliver the mail as the UID you specify in your map, so you can figure out why the mysql solution you posted worked. Devdas Bhagat _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
