problems with pop3

2001-06-11 Thread Todd Grimes

I recently setup a new mail server using qmail.  Now I can send mail all I 
want with no problems however when I try to recieve mail via pop3 (using 
qmail-pop3d) it does not pick up any of my new mail.  I've check my 
Maildir/new and can see the new messages there but my client does not pick 
anything up.  What am I doing wrong.

Here are snips of a few of my config files:

.qmail for user
/var/qmail/users/oims-net/toddg/Maildir/

users/assign
=oims-toddg:popuser:1009:1003:/var/qmail/users/oims-net/toddg/:::

Todd Grimes




Re: problems with pop3

2001-06-11 Thread Todd Grimes

I am running the qmail-pop3d from inetd

At 09:01 AM 6/11/2001 -0600, you wrote:
>Todd Grimes <[EMAIL PROTECTED]> wrote:
> > I recently setup a new mail server using qmail.  Now I can send mail all I
> > want with no problems however when I try to recieve mail via pop3 (using
> > qmail-pop3d) it does not pick up any of my new mail.  I've check my
> > Maildir/new and can see the new messages there but my client does not pick
> > anything up.  What am I doing wrong.
> >
> > Here are snips of a few of my config files:
> >
> > .qmail for user
> > /var/qmail/users/oims-net/toddg/Maildir/
>
>How are you starting qmail-pop3d?  Typically, it's with an argument of
>./Maildir/, telling it to look for a Maildir named "Maildir" in the user's
>home directory.  However, your .qmail file above looks like you're doing some
>sort of virtual domain setup, which that won't work for.
>
>Post the script you're starting qmail-pop3d with.  Also, if you're doing
>virtual domains, consider using vmailmgr.
>
>Charles
>--
>---
>Charles Cazabon<[EMAIL PROTECTED]>
>GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
>Any opinions expressed are just that -- my opinions.
>---




Re: restart without rebooting

2001-06-18 Thread Todd Grimes

On my FreeBSD systems my qmail startup scripts are in /usr/local/sbin.  you 
might look there or /usr/local/bin




At 01:24 PM 6/18/2001 -0500, Virginia Chism wrote:
>I need to learn how to restart qmail on my BSDi system.  I have not been
>able to locate a qmail-restart in any of the qmail directories.
>
>Whenever I make changes in qmail, I have had to resort to `shutdown -r now`
>thus rebooting the entire system.  I don't like doing this.
>
>Someone told me to try 'killall -SIGHUP qmail', but someone else said this
>might kill everything running - that the machine would not read to the
>'qmail' at the end of the line.
>
>Any suggestions?

=====
Todd Grimes [EMAIL PROTECTED]
Internet Systems Specialist   [EMAIL PROTECTED]
Bass Pro Outdoors Online, L.L.C.(417)873-4354





Bruce Guenter's relay-ctrl

2001-06-26 Thread Todd Grimes

Has anyone got Bruce Guenter's relay-ctrl working on FreeBSD?

I am having a problem getting it to log the ip address so that remote 
clients can send their email.

I got the src from http://untroubled.org/relay-ctrl/ and modified the 
relay-ctrl-age.c to put the right directory structures with the exception 
of /var/spool/relay-ctrl .


=
Todd Grimes [EMAIL PROTECTED]
Internet Systems Specialist   [EMAIL PROTECTED]
Bass Pro Outdoors Online, L.L.C.(417)873-4354





Bruce Guenter's relay-ctrl

2001-06-27 Thread Todd Grimes

when i run relay-ctrl-age from cron or command line, i get # 
/usr/local/bin: Permission denied

I've checked the permissions, from cron its run as root.  The only files it 
should be using in /usr/local/bin is tcprules

is this behavior normal? or have I got a few things screwed up?

Thanks in advance


=
Todd Grimes [EMAIL PROTECTED]
Internet Systems Specialist   [EMAIL PROTECTED]
Bass Pro Outdoors Online, L.L.C.(417)873-4354





Auth problems

2001-06-27 Thread Todd Grimes

I was running qmail-pop3d from inetd on FreeBSD 4.3 with no problems 
getting my mail.  I took a suggestion and moved to running it under 
tcpserver.  Now using the same username and password I get a -ERR 
authorization failed.

qmail-pop3d start script:

#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -l 0 0 110 /var/qmail/bin/qmail-popup \
 mail.oims.net /bin/checkpoppasswd relay-ctrl-allow 
/var/qmail/bin/qmail-pop3d Maildir 2>&1

the program /bin/checkpoppasswd worked just fine under inetd.

Now, even when I try /var/qmail/bin/qmail-popup mail.oims.net 
/bin/checkpoppasswd and enter USER myusername and PASS mypassword

I get the same error.  the checkpoppasswd came form Paul Gregg's projects 
(http://www.pgregg.com/projects/)

Any suggestions?



=====
Todd Grimes [EMAIL PROTECTED]
Internet Systems Specialist   [EMAIL PROTECTED]
Bass Pro Outdoors Online, L.L.C.(417)873-4354





Re: Bruce Guenter's relay-ctrl

2001-06-27 Thread Todd Grimes

*   *   *   *   *   root/usr/sbin/relay-ctrl-age

At 01:43 PM 6/27/2001 -0600, you wrote:
>Todd Grimes <[EMAIL PROTECTED]> wrote:
> > when i run relay-ctrl-age from cron or command line, i get #
> > /usr/local/bin: Permission denied
>
>Do you have a space between /usr/local/bin and relay-ctrl-age or some other
>program in your cron script?
>
>Please post your script here (copy & paste, NOT retyped).
>
>Charles
>--
>---
>Charles Cazabon<[EMAIL PROTECTED]>
>GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
>---