pop3 stalls - doesnt answer

2003-09-21 Thread J.D. Bronson
myhost:~ # telnet 0 110
Trying 0.0.0.0...
telnet: Unable to connect to remote host: Connection refused
But then I try again right away:
# telnet 0 110
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
+OK myhost Cyrus POP3 v2.1.15 server ready
I dont understand what is wrong. I have prefork'd 2 POP3 programs and there 
is little use on this machine.

Any idea why at times pop3 doesnt answer requests but then does in the very 
next attempt?

...nothing in the logs on this and IMAPD works just perfect each and every 
time.

Thanks for any tips.





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


sendmail TCP lmtp - local auth needed?

2003-09-21 Thread J.D. Bronson
I setup sendmail 8.12.10 to use TCP for lmtp rather than UNIX sockets.

define(`confLOCAL_MAILER', `cyrusv2')dnl
define(`CYRUSV2_MAILER_FLAGS', [EMAIL PROTECTED]/:|m')dnl
define(`CYRUSV2_MAILER_ARGS', `TCP localhost lmtp')dnl
this works, but I now end up with this:

Sep 21 11:55:38 myhost sendmail[14567]: to=[EMAIL PROTECTED], 
ctladdr=[EMAIL PROTECTED] (100
/10), delay=00:00:01, xdelay=00:00:00, mailer=cyrusv2, pri=30591, 
relay=localhost.mydomain.com. [127.0.0.1], dsn=4.0.0, stat=Deferred: 4
30 Authentication required

I know if I run 'lmtpd -a' it will deliver, but that could open up some 
trouble. I have searched the archives at sendmail and cyrus and dont see a 
solution to this. I have been told to tell sendmail to use SASL to 
authenticate when it connects - but I am looking for an example of how to 
do this...I do have SASL installed and it does work fine

I hope someone can at least point me towards some answer?





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


Bad IPLOCALPORT value

2003-09-21 Thread J.D. Bronson
ok. More issues! - what is causing this and how do I trouble shoot it?

Everything -is- working fine..but these messages are tossed on the console 
of my sun box anytime anything related to cyrus happens:

sun1 console login: Sep 21 20:06:38 sun1 pop3d[9053]: Bad IPLOCALPORT value
Sep 21 20:06:38 sun1 pop3d[9053]: Bad IPREMOTEPORT value
Sep 21 20:06:38 sun1 pop3d[9052]: Bad IPLOCALPORT value
Sep 21 20:06:38 sun1 pop3d[9052]: Bad IPREMOTEPORT value
Sep 21 20:06:45 sun1 pop3d[9051]: Bad IPLOCALPORT value
Sep 21 20:06:45 sun1 pop3d[9051]: Bad IPREMOTEPORT value
Sep 21 20:08:09 sun1 lmtpd[9066]: Bad IPLOCALPORT value
Sep 21 20:08:09 sun1 lmtpd[9066]: Bad IPREMOTEPORT value
Sep 21 20:08:12 sun1 lmtpd[9066]: Bad IPLOCALPORT value
Sep 21 20:08:12 sun1 lmtpd[9066]: Bad IPREMOTEPORT value
Sep 21 20:09:24 sun1 lmtpd[9159]: Bad IPLOCALPORT value
Sep 21 20:09:24 sun1 lmtpd[9159]: Bad IPREMOTEPORT value
Sep 21 20:10:04 sun1 lmtpd[9159]: Bad IPLOCALPORT value
Sep 21 20:10:04 sun1 lmtpd[9159]: Bad IPREMOTEPORT value
Sep 21 20:10:04 sun1 lmtpd[9159]: Bad IPLOCALPORT value
Sep 21 20:10:04 sun1 lmtpd[9159]: Bad IPREMOTEPORT value
Sep 21 20:10:45 sun1 pop3d[9062]: Bad IPLOCALPORT value
Sep 21 20:10:45 sun1 pop3d[9062]: Bad IPREMOTEPORT value
I am running Cyrus SASL and IMAP 2.1.15 compiled with BerkeleyDB 4.1.25 and 
sendmail 8.12.10.
Delivery to cyrus is via TCP LMTP.

Please help!



--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


Re: pop3 stalls - doesnt answer

2003-09-21 Thread J.D. Bronson
I also noticed this in the log files:

[sun1] 8:34:22pm /var/log tail cyrus.log
Sep 21 20:34:01 sun1 pop3d[9215]: accepted connection
Sep 21 20:34:01 sun1 master[9231]: about to exec /usr/cyrus/bin/pop3d
Sep 21 20:34:01 sun1 master[9048]: process 9215 exited, status 75
so...pop3d tries to execute and then dies with status 75.

any clues?





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


trouble setting quotas - unrecognized

2003-09-12 Thread J.D. Bronson
I am runing cyrus IMAP 2.1.15 and I can create mailboxes just fine...but 
when I go to add a quota I get this:

localhost cm user.smith
localhost sq user.smith 100
quota:100
setquota: Command unrecognized: SETQUOTA
localhost
What am I doing wrong? - I am logged in as an ADMIN and I can create/delete 
any mailbox...

Thanks.



--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


Auxprop - auth via UNIX passwd

2003-09-12 Thread J.D. Bronson
I am looking to see what I am doing wrong. I want to allow any pop3/IMAP 
users to simply authenticate via the standard solaris UNIX password file.

I use the sasldb file for sendmail to authenticate for RELAY only.

I cannot get this to work - as long as the user is added with 
'sasldbpasswd2' then they can check email

In my setup, all users are actually valid unix users.

My imapd.conf contains:

# more imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
allowanonymouslogin: no
allowplaintext: yes
quotawarn: 80
lmtp_overquota_perm_failure: yes
imapidresponse: yes
popminpoll: 2
admins: someuser
sasl_pwcheck_method: auxprop
I used the following when I built cyrus:

Cyrus Imap 2.1.15
Cyrus SASL 2.1.15
any pointers will be appreciated!





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282


lmtp via TCP (localhost)

2002-10-08 Thread J.D. Bronson

I setup sendmail 8.12.6 to use TCP for lmtp rather than UNIX sockets.

define(`confLOCAL_MAILER', `cyrusv2')dnl
define(`CYRUSV2_MAILER_FLAGS', `A5@w/:|m')dnl
define(`CYRUSV2_MAILER_ARGS', `TCP localhost lmtp')dnl

While this all SEEMS to work, when sendmail attempts to deliver a local
message this is what happens:

Oct  8 08:48:02 miller sendmail[787]: g98Dm0CH000786: to=[EMAIL PROTECTED], 
ctladdr=[EMAIL PROTECTED] (106/20), delay=00:00:01,
xdelay=00:00:00, mailer=cyrusv2, pri=30584, relay=localhost.foobar.com. 
[127.0.0.1], dsn=4.0.0, stat=Deferred: 430 Authentication requ
ired


Authentication required? For local delivery?

Help?









-- 
J.D. Bronson
Aurora Health Care // Information Systems // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.603.8282




Solaris 8 errors

2001-06-05 Thread J.D. Bronson


Hello! I am running solaris 8 and have all the correct files needed to 
compile and build cyrus imap (per the topics on the list achives)...

It configured and build with NO errors and I completed the install...

Howeverthe master process starts fine, but as soon as a request is made 
to the pop3/imap daemon - here is the results:

Jun  5 14:24:14 pop3d[3248]: unable to dlopen /usr/lib/sasl/libgssapiv2.so: 
ld.so.1: pop3d: fatal: relocation error: file /usr/lib/sasl/libgssapiv2.so: 
symbol GSS_C_NT_HOSTBASED_SERVICE: referenced symbol not found

Jun  5 14:24:31 imapd[3256]: unable to dlopen /usr/lib/sasl/libgssapiv2.so: 
ld.so.1: imapd: fatal: relocation error: file /usr/lib/sasl/libgssapiv2.so: 
symbol GSS_C_NT_HOSTBASED_SERVICE: referenced symbol not found


I used the small.conf file..
If its forked, the errors on non stop!

I did of course successfully install sasl and symlinked /usr/lib/sasl to 
/usr/local/lib/sasl


Any thoughts or help on this?

TIA!




-- 
J.D. Bronson  Aurora Health Care - Info Servcs  Milwaukee WI USA
Office: 414.978.8282Pager: 414.314.8282Fax: 414.328.8282
-= Sent via PINE 4.33: Internet News  Email for Solaris/Sparc =-