Bill Shupp escribió:
> on 1/18/01 11:26 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
>
> >
> >
> > Bill Shupp escribió:
> >
> >> on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
> >>
> >>> Hi all :
> >>>
> >>> I'm new in this list and this is my first message to the list.
> >>> I've a machine with qmail1.03+vpopmail 4.9.6
> >>>
> >>> When a user tries to get (pop) mail the server respond:
> >>> "les : unable to create
> >>> /etc/tcp.smtp.tmp.XXXX: access denied"
> >>>
> >>> Easy list, I have read it the mailing list messages relationed-ship
> >>> (open-smtp, romaing users, tcp.smtp.tmp,.....) and today i have
> >>> re-compiled vpopmail with this features:
> >>> "enable-roaming-users=y /
> >>> enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
> >>> relevant at this moment)
> >>> And so , I hace changed the start-up script for "qmail" with this:
> >>> /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
> >>> 1045 0 smtp /var/qmail/bin/qmail-smtpd &
> >>>
> >>> I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
> >>> vpopmail:vchpw with 644 permissions. I have tried to get again mail
> >>> (also pop) and get the same error message.
> >>>
> >>> Any idea??
> >>
> >> What about your POP tcpserver script? Your smtp one looks like it's using
> >> the right relay cdb file, but the pop server is the one that edits
> >> open-smtp. Please post that script. It needs to be running as
> >> vpopmail.vchkpw, or root (preferably not root).
> >>
> >> -Bill
> >
> > Ok, thats my tcpserver pop script:
> >
> > /usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
> > /var/qmail/bin/qmail-popup donald
> > .aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>
> Your pop script doesn't need the -x option. vchkpw knows (from compile time)
> which file to edit.
Yes, but i want to restrict the access to my pop3 service.
> Is -u 315 -g 116 vpopmail.vchkpw?
YES