Re: Urgent Help Needed

2000-07-19 Thread Steven M. Klass


At 04:49 AM 7/19/00 +, asantos wrote:
From: Tony Campisi [EMAIL PROTECTED]
 Thanks guys for answering. Armando, I'm gonna try to write 110 instead of
 pop3 or pop-3 next time.


No prob.

May I suggest you keep sendmail up and run the smtp and pop services on
other ports for testing purposes?

Armando

Now every once in awhile a really slick idea comes about...  Great idea, 
because then you can telnet in to any port and verify functionality of the 
pop checkpasswd  Cool :o)

Steven M. Klass
Physical Design Engineering Manager

Andigilog Inc.
7404 W. Detroit Street, Suite 100
Chandler, AZ 85226
Ph: 602-940-6200 ext. 18
Fax: 602-940-4255

[EMAIL PROTECTED]
http://www.andigilog.com/





Re: Urgent Help Needed

2000-07-19 Thread asantos

From: Steven M. Klass [EMAIL PROTECTED]
Now every once in awhile a really slick idea comes about...  Great idea,
because then you can telnet in to any port and verify functionality of the
pop checkpasswd  Cool :o)


Well, thank you for the appraisal! :)

In fact, I was thinking not strictly in terms of telnet (tough it can be
used, of course) but of Outlook Express, as per Tony's original message. OE
supports specifying non-standard ports for POP and SMTP service. fetchmail,
and many MUAs also do support this.

Armando








[?!]urgent help needed, thanks in advanced!:)

2000-07-18 Thread



urgent help needed, thanks in advanced!:)
how to use imap+qmail(no sendmail) if 
there is no account in imap server?
error log:
Jul 18 19:16:51 imap qmail: 963919011.320736 delivery 30: 
failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/



Urgent Help Needed

2000-07-18 Thread Tony Campisi

This evening I attempted to bring up my companys qmail server. Things are
not going well.
I installed these packages
checkpassword-0.81
daemontools-0.70
qmail-1.03
ucspi-tcp-0.88
I am starting POP in a different way. I created a
/var/qmail/supervise/qmail-pop3d/run file like this:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
mailperson.cardinalservices.com \
/usr/local/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21

I made sure that 'pop3' is in /etc/services
stopped sendmail - /etc/rc.d/init.d/sendmail stop
made my aliases for postmaster and such.
I removed these lines from /etc/inetd.conf

completely REMOVED these lines
# do not uncomment smtp unless you *really* know what you are doing.
# smtp is handled by the sendmail daemon now, not smtpd.  It does NOT
# run from here, it is started at boot time from /etc/rc.d/rc#.d.
#smtp   stream  tcp nowait  root/usr/bin/smtpd  smtpd
#nntp   stream  tcp nowait  root/usr/sbin/tcpd  in.nntpd

pop-2   stream  tcp nowait  root/usr/sbin/tcpd  ipop2d
#pop-3   stream  tcp nowait  root/usr/sbin/tcpd ipop3d
pop-3  stream  tcp nowait  root/usr/sbin/tcpd  popper -sR
#pop-3   stream  tcp nowait  root/usr/sbin/tcpd in.qpopper
imapstream  tcp nowait  root/usr/sbin/tcpd  imapd

and rebooted the server. After reboot I do a ps waux | grep qmail

qmaild /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -u 771 -g 730
0 smtp /var/qmail/bin/qmail-smtpd
qmaill /usr/local/bin/multilog t !tai64nlocal /var/log/qmail
qmaill /usr/local/bin/multilog t !tai64nlocal /var/log/qmail/smtpd
qmaill /usr/local/bin/multilog t !tai64nlocal /var/log/qmail/pop3d
qmailq qmail-clean
qmailr qmail-rspawn
qmails qmail-send
root   supervise qmail-send
root   supervise qmail-smtpd
root   supervise qmail-pop3d
root   /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
mailperson.cardinalservice
s.com /usr
root   qmail-lspawn ./Maildir/

As I attempt to gather my mail through Outlook Express, it prompts me for
password. I try multiple accounts with no luck. My password is rejected.
That's odd. I just checked the line in the above script
/usr/local/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21
I did a 'locate checkpassword' and it showed it in /bin, and I changed the
script, but my password still isn't good. Any Ideas?

On top of that, I got the convert-and-create script from qmail.org.
I chmod 755 it. When I run it , I get this:
Bareword found where operator expected at /var/qmail/bin/convert-and-create
 line 8, near "/var/spool"
(Missing operator before pool?)
syntax error at /var/qmail/bin/convert-and-create line 8, near "/var/spool"
Execution of /var/qmail/bin/convert-and-create aborted due to compilation e
rrors.

Anyone ever come across this one? Any help is appreciated

tony.campisi




Re: Urgent Help Needed

2000-07-18 Thread asantos

From: Tony Campisi [EMAIL PROTECTED]
/usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup


Shouldn't that be

 /usr/local/bin/tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup

? Notice the dash in the name of the service.

Armando






Re: Urgent Help Needed

2000-07-18 Thread Gavin Cameron

According to /etc/services on a FreeBSD box...

# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  All ports
# are included.

pop2109/tcppostoffice   #Post Office Protocol - Version 2
pop3110/tcp#Post Office Protocol - Version 3
pop3s   995/tcp

No dashes

Gavin

[]---+[]
| Gavin Cameron  |  ITworks Consulting |
| Ph: +61 3 9642 5477|   Level 8, 488 Bourke Street|
| Fax   : +61 3 9642 5499| Melbourne,  Victoria|
| Email : [EMAIL PROTECTED]   |   Australia,  3000  |
[]---+[]

On Wed, 19 Jul 2000, asantos wrote:

 From: Tony Campisi [EMAIL PROTECTED]
 /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
 
 
 Shouldn't that be
 
  /usr/local/bin/tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup
 
 ? Notice the dash in the name of the service.
 
 Armando
 
 
 
 




Re: Urgent Help Needed

2000-07-18 Thread asantos

From: Gavin Cameron [EMAIL PROTECTED]

According to /etc/services on a FreeBSD box...

# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  All ports
# are included.

pop2109/tcppostoffice   #Post Office Protocol - Version 2
pop3110/tcp#Post Office Protocol - Version 3
pop3s   995/tcp

No dashes


Of course, but notice that Tony has dashes in the deleted inetd.conf lines.

Also, it is fairly common (as in Debian GNU/Linux) to have the dashes...
even if wrongly. Such is life.

Anyway, he must make doubly sure that the spelling in /etc/services matches
the one in the run script, or better yet write 110 instead of pop3 or pop-3.

Armando





Re: Urgent Help Needed

2000-07-18 Thread Tony Campisi

 From: Tony Campisi [EMAIL PROTECTED]
 /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
 Shouldn't that be
  /usr/local/bin/tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup
 ? Notice the dash in the name of the service.

In my /etc/services file it says:
pop3110/tcp
pop-3   110/tcp

I've been using 'pop3' during my testing on another machine and it worked
good. My server was down for 3 hours, so I panicked and put sendmail back on
until I can figure out what happened.
Thanks guys for answering. Armando, I'm gonna try to write 110 instead of
pop3 or pop-3 next time.


...oh! the shame
tony.campisi





Re: Urgent Help Needed

2000-07-18 Thread asantos

From: Tony Campisi [EMAIL PROTECTED]
Thanks guys for answering. Armando, I'm gonna try to write 110 instead of
pop3 or pop-3 next time.


No prob.

May I suggest you keep sendmail up and run the smtp and pop services on
other ports for testing purposes?

Armando





Re: urgent help needed

2000-06-22 Thread Dave Sill

"suresh" [EMAIL PROTECTED] wrote:

I have installed qmail on solaris 8
and using tcpserver to run it .Is there any way i can start logging it
can anybody help me

How did you install it? It should already be logging.

-Dave



urgent help needed

2000-06-21 Thread reach_prashant

 
 hello friends 

  i have installed Qmail 1.03 + openldap on redhat linux 6.1
qmail is delievering mails to the users defiened in LDAP directory server ,


 my problem is 

1 how can i configure qmail-pop3d  so that user will download their mails 

2 how to enable quota so that users who exceeds their limit will get a
message and all their mails gets bounced 


  thanks a lot 
  Prashant Desai 




Re: urgent help needed

2000-06-21 Thread suresh


Hello
I have installed qmail on solaris 8
and using tcpserver to run it .Is there any way i can start logging it
can anybody help me
thanx in advance
Suresh

Send and receive mails in Indian languages.
Register free with http://www.mailjol.com





Send and receive mails in Indian languages.
Register free with http://www.mailjol.com


-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Wednesday, June 21, 2000 5:45 PM
Subject: urgent help needed



 hello friends

  i have installed Qmail 1.03 + openldap on redhat linux 6.1
qmail is delievering mails to the users defiened in LDAP directory server ,


 my problem is

1 how can i configure qmail-pop3d  so that user will download their mails

2 how to enable quota so that users who exceeds their limit will get a
message and all their mails gets bounced


  thanks a lot
  Prashant Desai






Urgent Help Needed! Qmail startup/shutdown script!

2000-05-01 Thread Murat Guven Mural


Hello,
i couldnt make this qmail startup/shutdown script work which is provided at
Life With Qmail Doc
i know that this is out of topic but i need help from any guru.
here is my details i provide you to find out my prob:

---
i use  FreeBSD 4.0-RELEASE.
this is my startup dir:
-2.03# pwd ; ls -Fal
/usr/local/etc/rc.d
total 6
drwxr-xr-x  2 root  wheel   512 May  1 19:57 ./
drwxr-xr-x  5 root  wheel   512 Apr 19 17:41 ../
-rwxr-xr-x  1 root  wheel  2407 May  1 18:54 qmail*
---
(qmail* = http://web.infoave.net/~dsill/qmail-script-dt61.txt (unmodified))

i followed all the steps in LWQ doc.
when i do a: "/usr/local/sbin/qmail start" i get a loop like this:
---
Starting qmail: svscan.
d: not found
d: not found

---
 until i stop it with same command... "/usr/local/sbin/qmail stop"

Please tell me check where/fix what ? i did all the steps carefuly but seems
that i misconfigured some...
Thank you very much,

Best Regards,

Murat Guven Mural
[EMAIL PROTECTED]






Re: Urgent Help Needed! Qmail startup/shutdown script!

2000-05-01 Thread Dave Sill

"Murat Guven Mural" [EMAIL PROTECTED] wrote:

when i do a: "/usr/local/sbin/qmail start" i get a loop like this:
---
Starting qmail: svscan.
d: not found
d: not found

---
 until i stop it with same command... "/usr/local/sbin/qmail stop"

Try doing "sh -x /usr/local/sbin/qmail start". If that doesn't provide 
any insight, do:

  ls -lR /var/qmail/supervise

Also, double check /var/qmail/supervise/*/run.

-Dave