"Chris Berry" <[EMAIL PROTECTED]> writes:

> >From: Tim Legant <[EMAIL PROTECTED]>
> >To use VMailMgr with tmda-ofmipd, you need to run it as root, not as
> >the tofmipd user.  You don't actually need the tofmipd user at all, in
> >this case.  This allows tmda-ofmipd to change to the user id that
> >controls the virtual domain.  /etc/tofmipd can be 0600 for root.
> >
> >I wrote this support and, as far as I know, you are the first to test
> >it.  Please let me know (through the list) if you run into problems
> >and I'll try to help, or make any fixes that may be necessary.
> 
> Ok I went back and implemented it as root
> 
> /usr/local/src/tmda-0.81/bin/tmda-ofmipd -S
> /usr/local/src/vmailmgr-vdir.sh -u root

Just a note... you don't need the -u flag at all, if you run it as
root.

> and once I changed my mailrules file from the mailfront package to
> accept dated addresses it's working fine.  Now I'm working on getting
> it running under daemontools.

I have /services/tofmipd linked to /var/services/tofmipd.  The 'run'
file in /var/services/tofmipd looks like this:

#!/bin/sh
exec > /dev/null 2> /dev/null
exec tmda-ofmipd -f -C 10 -p mail.catseye.net:1025 \
        -R pop3://mail.catseye.net

I'm discarding any output because I initially tested it with the -d
and -f flags in a virtual terminal for a week or so, to make sure my
roaming users could send.  Once I was satisfied it was working, I just
removed the -d and put it under supervise.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to