filters for sqwebmail?

2000-06-15 Thread John Stile

Does anyone have filters for sqwebmail?




sqwebmail with local accounts

2000-06-07 Thread John Stile

How do I use the web interface for accessing my real domain's user
accounts?
Virtual domains have no problems accessing mail, but this is so cool I
want to do it for my real accounts too.
Do I create a virtual domain, and add links to the home dir's of each
real unix account?
I tried to find it my self, and failed.  Just point me to the right doc.

The environment:
dns, qmail, checkpassword, deamontolls, vpopmail, sqwebmail, ezmlm,
autorespond, qmailadmin
using maildir, qmail-pop3d, qmail-smtpd

Thank you.




Re: smtp relay setup (faq 5.4)

2000-06-04 Thread John Stile

With your line in place, I can still recieve mail after the change (so the
extra "tcp-env" was breakign the deamon).

I added the line to my /etd/hosts.allow:
tcp-env: 10.1.4.10: setenv = RELAYCLIENT

When I try to send mail from 10.1.4.10, I get the message:
"An error occured while sending mail.
The mail server responded:
sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
Please check the message recipients and try again."

Eric Cox wrote:

 John Stile wrote:
 
  I'm running linux, redhat6.2, with qmail  pop3d and smtp
  I can receive mail on the server and from a remote netscape client.
  I can only send mail when logged into the server.
 
  Following FAQ 5.4 steps for relay rules, I was was unsuccessful, but
  tcpd is not where the faq says it will be, so could that be the problem?
 
  I found that the only occurrence of tcpd is in /usr/sbin/tcpd, not
  /usr/local/bin/tcpd.
  Taking this into account, I added the single line to my /etc/inetd.conf:
 
  smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
  tcp-env /var/qmail/bin/qmail-smtpd

 Mine is almost exactly the same, except there is only one tcp-env
 (all one line):

 smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
 /var/qmail/bin/qmail-smtpd

 What happens when you telnet to the POP server?  Like this:

 eric@dream:~  telnet localhost 110
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 +OK [EMAIL PROTECTED]

 Eric




Re: smtp relay setup (faq 5.4)

2000-06-04 Thread John Stile

So stupid.  Dude, that worked.  I had added 10.1.4.10 to /etc/hosts.allow,
and but my client is 192.168.0.10,
so when I changed it, it all works.
Sorry for wasting more space on the mail server.
FAQ's rock!
Eric Cox wrote:

 John Stile wrote:
 
  I'm running linux, redhat6.2, with qmail  pop3d and smtp
  I can receive mail on the server and from a remote netscape client.
  I can only send mail when logged into the server.
 
  Following FAQ 5.4 steps for relay rules, I was was unsuccessful, but
  tcpd is not where the faq says it will be, so could that be the problem?
 
  I found that the only occurrence of tcpd is in /usr/sbin/tcpd, not
  /usr/local/bin/tcpd.
  Taking this into account, I added the single line to my /etc/inetd.conf:
 
  smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
  tcp-env /var/qmail/bin/qmail-smtpd

 Mine is almost exactly the same, except there is only one tcp-env
 (all one line):

 smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
 /var/qmail/bin/qmail-smtpd

 What happens when you telnet to the POP server?  Like this:

 eric@dream:~  telnet localhost 110
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 +OK [EMAIL PROTECTED]

 Eric




smtp relay setup (faq 5.4)

2000-06-03 Thread John Stile

I'm running linux, redhat6.2, with qmail  pop3d and smtp
I can receive mail on the server and from a remote netscape client.
I can only send mail when logged into the server.

Following FAQ 5.4 steps for relay rules, I was was unsuccessful, but
tcpd is not where the faq says it will be, so could that be the problem?

I found that the only occurrence of tcpd is in /usr/sbin/tcpd, not
/usr/local/bin/tcpd.
Taking this into account, I added the single line to my /etc/inetd.conf:

smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
tcp-env /var/qmail/bin/qmail-smtpd

I followed this with a killall -HUP inetd.
/etc/hosts.deny is empty
My remote clients are at 10.1.4.10, so I added the line to
/etc/hosts.allow:
tcp-env: 10.1.4.10: setenv = RELAYCLIENT

After making these changes, I can nolonger send or receive mail from a
remote machine.
After unwind these steps, test messages sent during this time of change
are lost for ever, but new messages are received fine.

I'm trying not to go down the "tcpserver" road at this point, but maybe
later.




what should the MAIL variable equal

2000-06-02 Thread John Stile

What should $MAIL equal for local accounts on a linux server?

I'm on linux, redhat6.2, and in /etc/profile I set MAIL=~/Maildir/
When I login, I get the message:
"You have mail.
bash: MAIL=/home/jstile/Maildir/: No such file or directory"

listing my home dir, I see that Maildir does exist:
drwx--5 jstile   jstile   4096 May 10 17:16 Maildir/

listing the Maildir, I see the correct subdir's:
drwx--2 jstile   jstile   4096 May 10 17:16 cur/
drwx--2 jstile   jstile   4096 May 16 00:24 new/
drwx--2 jstile   jstile   4096 May 16 00:24 tmp/

I used /var/qmail/bin/maildirmake to make the Maildir in each users
home.

But I can't check my mail.
I read the FAQ's, and it didn't help me to fix this problem.
If there is a specific doc for this please let me know.




Re: what should the MAIL variable equal

2000-06-02 Thread John Stile

not sure.  I think it's pine
Johan Almqvist wrote:

 On Fri, Jun 02, 2000 at 09:12:01AM -0700, John Stile wrote:
  What should $MAIL equal for local accounts on a linux server?
  But I can't check my mail.

 What mail client (MUA) are you using? Are you sure it's maildir-aware?

  I read the FAQ's, and it didn't help me to fix this problem.
  If there is a specific doc for this please let me know.

 -Johan
 --
 Johan Almqvist




What to do about FAQ 5.4 Security note (password insecure)

2000-06-02 Thread John Stile

If pop3d is insecure, what is secure?
I don't want to setup something that is broken from the get-go.




Re: I want to leave this list

2000-05-19 Thread John Stile

I've got qmail installed and I can send mail, and maildir's are filling up
with new mail.

I need to find docs on getting to my mail with netscape, from remote, and
setting the pop3 server.  Later I need to make the virtual domains work.

Which docs should I read?

Is there a grid of options so I can gain some perspective on on my options?
I've been doing a lot of reading just to see if it's what I should be reading.

Please give me a direction.  My eyes are popping out.

I hope O'Reilly publishes some organized stuff some day.

Thanks for any direction you can offer.




pop and client config- need help

2000-05-19 Thread John Stile


I've got qmail installed and I can send mail, and maildir's are filling
up
with new mail.

I need to find docs on getting to my mail with netscape, from remote,
and
setting the pop3 server.  Later I need to make the virtual domains work.

Which docs should I read?

Is there a grid of options so I can gain some perspective on on my
options?
I've been doing a lot of reading just to see if it's what I should be
reading.

Please give me a direction.  My eyes are popping out.

I hope O'Reilly publishes some organized stuff some day.

Thanks for any direction you can offer.






Re: pop and client config- need help

2000-05-19 Thread John Stile

I don't understand.  are you joking with me?
I'm talking about the mail program that this mailing list supports, and POP3
port and mail service that allows a person to get their mail with a pop3
lient.  I appreciate the timelyness of your reply, but unfortunately I don't
know how to interpret your answer into meaningful advice.  Thank you for
trying to help.


Russel Nelson wrote:

 PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP PoP v

 EyE EyE EyE EyE EyE EyE EyE EyE EyE EyE EyE EyE EyE EyE

 EyEPoP EyEPoP EyEPoP EyEPoP EyEPoP EyEPoP EyEPoP EyEPoP EyEPoP

 YTOU MUST DO THIS IN ORDER TO GET IT TO BOOT THE LOADING SYSTEM ONTOP OF
 THE JAVA EXPRESSION RUNTIME LIBRARYS

 :

 1.
 tr
  td/td
 /tr
 tr
  td/td
 /tr
 /table

 Hope that helps PoP

 Richie.

 At 07:22 AM 5/19/00 -0700, you wrote:

 I've got qmail installed and I can send mail, and maildir's are filling
 up
 with new mail.
 
 I need to find docs on getting to my mail with netscape, from remote,
 and
 setting the pop3 server.  Later I need to make the virtual domains work.
 
 Which docs should I read?
 
 Is there a grid of options so I can gain some perspective on on my
 options?
 I've been doing a lot of reading just to see if it's what I should be
 reading.
 
 Please give me a direction.  My eyes are popping out.
 
 I hope O'Reilly publishes some organized stuff some day.
 
 Thanks for any direction you can offer.
 
 




Re: pop and client config- need help

2000-05-19 Thread John Stile

Why are you on this mailing list?

Weslie Turnip wrote:

 Dear Mister Stile,

 I have read your question and i have found a solution,
 I think the "new direction" you should take is to shove your head up your ass

 Regards,

 Weslie.

 At 07:22 AM 5/19/00 -0700, you wrote:

 I've got qmail installed and I can send mail, and maildir's are filling
 up
 with new mail.
 
 I need to find docs on getting to my mail with netscape, from remote,
 and
 setting the pop3 server.  Later I need to make the virtual domains work.
 
 Which docs should I read?
 
 Is there a grid of options so I can gain some perspective on on my
 options?
 I've been doing a lot of reading just to see if it's what I should be
 reading.
 
 Please give me a direction.  My eyes are popping out.
 
 I hope O'Reilly publishes some organized stuff some day.
 
 Thanks for any direction you can offer.
 
 




Re: pop and client config- need help

2000-05-19 Thread John Stile

KUDOS to you for having constructive advice and not being insane.
Thank you.  I'll be reading the FAQ's on pop3.
Jerry Walsh wrote:

 John,

 you need to use /var/qmail/bin/qmail-pop3d in conjunction with "checkpassword"

 For more information read /var/qmail/doc/FAQ

 and search for pop3

 Regards,

 Jerry.

 At 07:22 AM 5/19/00 -0700, you wrote:

 I've got qmail installed and I can send mail, and maildir's are filling
 up
 with new mail.
 
 I need to find docs on getting to my mail with netscape, from remote,
 and
 setting the pop3 server.  Later I need to make the virtual domains work.
 
 Which docs should I read?
 
 Is there a grid of options so I can gain some perspective on on my
 options?
 I've been doing a lot of reading just to see if it's what I should be
 reading.
 
 Please give me a direction.  My eyes are popping out.
 
 I hope O'Reilly publishes some organized stuff some day.
 
 Thanks for any direction you can offer.
 
 




need qmail setup help

2000-05-09 Thread John Stile

prob1.
I can send mail, but I can't receive mail.
/var/log/maillog says:

delivery 82: deferral: Temporary_error_on_maildir_delivery._(#4.3.0)/
status: local 0/10 remote 0/20

I created ~username/Maildir/
I created a link from /var/spool/mail/jstile to ~jstile/Maildir/
(I assumed Maildir is a directory based on it's name, but it wasn't
clear in the directions)

I'm getting message notification:
"You have mail in /var/spool/mail/jstile"

But when I type mail, i see the message " /var/spool/mail/jstile: Is a
directory"

There are so many man pages, I'm not sure where to go back to.  I've
been through this 8 times, step by step. I did it all.
Is there supposed to be some subdir in ~jstile/Maildir?

Propb2.
echo $MAIL= /var/spool/mail/jstile
I followed the direction to switch to ~jstile/Maildir.
Did I make the switch by making a link from /var/spool/mail/jstile to
~jstile/Maildir?

Help...