Re: [qmailtoaster] Roaming users isn't working.

2006-11-03 Thread Quinn Comendant
Further research turned up some threads that indicate that this is maybe just 
not supported with courier anymore? Can anybody confirm this?

http://www.mail-archive.com/vchkpw@inter7.com/msg20495.html
http://www.mail-archive.com/vchkpw@inter7.com/msg21945.html
http://www.mail-archive.com/vchkpw@inter7.com/msg23726.html
http://www.mail-archive.com/vchkpw@inter7.com/msg20745.html

That is probably the final nail in this thread for me. I've been weighing the 
hassle between to enable roaming-users versus instructing all our users to 
reconfigure their MUAs to use SMTP-AUTH. Ok ok ok...

Quinn


On Thu, 2 Nov 2006 15:01:27 -0800, Quinn Comendant wrote:
 So my question should then be: How to get Courier SSL connections to 
 pass the connect message to vpopmail? I assume this is an issue for 
 IMAP and IMAP-SSL users as well.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Roaming users isn't working.

2006-11-02 Thread Quinn Comendant
I found more info from the vchkpw list. 

The IP addresses are stored in the database rather than 
/home/vpopmail/etc/open-smtp when using mysql. And...my database contains the 
IPs!

mysql select * from relay;
+++
| ip_addr| timestamp  |
+++
| 83.167.100.41  | 1162456105 |
| 69.236.80.73   | 1162455951 |
| 63.195.16.136  | 1162445324 |
| 67.161.162.12  | 1162455940 |
| 71.139.185.158 | 1162449362 |
| 71.202.165.159 | 1162447742 |
| 208.53.81.33   | 1162454384 |
| 24.61.40.57| 1162455976 |
+++
8 rows in set (0.00 sec)

Now checking tcp.smtp.cdb...

[EMAIL PROTECTED]/0 ~]$grep 63.195.16.136 /etc/tcprules.d/tcp.smtp.cdb 
Binary file /etc/tcprules.d/tcp.smtp.cdb matches

And my IP address is found!

So...it *should* be working, but it's not. Arrr!

Quinn



On Wed, 1 Nov 2006 01:12:09 -0800, Erik Espinoza wrote:
 It was removed from the QmailToaster in favor of SMTP-AUTH. Hopefully
 you'll be able to get this working after rebuilding the qmail-toaster
 package.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Roaming users isn't working.

2006-11-02 Thread Quinn Comendant
UPDATE: I discovered the whole system DOES work if I connect via POP3, but if I 
connect via POP3-SSL my IP address is *not* added to the vpopmail.relay 
database.

I see that my POP3-SSL run doesn't call /home/vpopmail/bin/vchkpw, which would 
explain why POP3-SSL connection IPs aren't being added to the database.

So my question should then be: How to get Courier SSL connections to pass the 
connect message to vpopmail? I assume this is an issue for IMAP and IMAP-SSL 
users as well.

Quinn



On Thu, 2 Nov 2006 00:36:01 -0800, Quinn Comendant wrote:
 I found more info from the vchkpw list. 
 
 The IP addresses are stored in the database rather than 
 /home/vpopmail/etc/open-smtp when using mysql. And...my database 
 contains the IPs!
 
 mysql select * from relay;
 +++
 | ip_addr| timestamp  |
 +++
 | 83.167.100.41  | 1162456105 |
 | 69.236.80.73   | 1162455951 |
 | 63.195.16.136  | 1162445324 |
 | 67.161.162.12  | 1162455940 |
 | 71.139.185.158 | 1162449362 |
 | 71.202.165.159 | 1162447742 |
 | 208.53.81.33   | 1162454384 |
 | 24.61.40.57| 1162455976 |
 +++
 8 rows in set (0.00 sec)
 
 Now checking tcp.smtp.cdb...
 
 [EMAIL PROTECTED]/0 ~]$grep 63.195.16.136 /etc/tcprules.d/tcp.smtp.cdb 
 Binary file /etc/tcprules.d/tcp.smtp.cdb matches
 
 And my IP address is found!
 
 So...it *should* be working, but it's not. Arrr!
 
 Quinn
 
 
 
 On Wed, 1 Nov 2006 01:12:09 -0800, Erik Espinoza wrote:
 It was removed from the QmailToaster in favor of SMTP-AUTH. Hopefully
 you'll be able to get this working after rebuilding the qmail-toaster
 package.
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Roaming users isn't working.

2006-11-01 Thread Quinn Comendant
I want to use POP-before-SMTP for our infinite monkeys (although we still 
suggest using SMTP-AUTH -- not all follow directions). Setting 
--enable-roaming-users should turn this on in vpopmail (according to all the 
docs I read). 

Message ARE being relayed and delivered to all the domains in 
/var/qmail/control/rcpthosts from roaming users. But messages to domains not in 
rcpthosts are not accepted for delivery.

Anybody here get this working? I know it was part of the qmail toaster in the 
past.

Quinn


On Tue, 31 Oct 2006 08:29:31 -0700, Eric Shubes wrote:
 I don't know about roaming users per se. What are you trying to accomplish?
 
 That being said, have you looked into /var/qmail/control/rcpthosts?
 
 Quinn Comendant wrote:
 Hi y'all
 
 How can I troubleshoot why roaming users isn't working for me? I've 
 compiled vpopmail with --enable-roaming-users, and recompiled 
 everything else after installing. But I still get a 553 sorry, that 
 domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser).  
 I'm not quite sure the mechanisms that allow this to work. vchkpw 
 intercepts a pop/imap connection and appends the remote IP to a cdb 
 file used by chkuser?
 
 Thanks for any direction pointing.
 
 Q
 
 rpm -qa | grep toaster
 libdomainkeys-toaster-0.68-1.3.1
 courier-imap-toaster-4.1.1-1.3.2
 ezmlm-cgi-toaster-0.53.324-1.3.1
 spamassassin-toaster-3.1.4-1.3.2
 vpopmail-toaster-5.4.13-1.3.5
 clamav-toaster-0.88.4-1.3.3
 simscan-toaster-1.2-1.3.2
 daemontools-toaster-0.76-1.3.1
 autorespond-toaster-2.0.4-1.3.1
 ezmlm-toaster-0.53.324-1.3.1
 isoqlog-toaster-2.1-1.3.1
 courier-authlib-toaster-0.58-1.3.2
 qmail-toaster-1.03-1.3.5
 ucspi-tcp-toaster-0.88-1.3.1
 qmail-pop3d-toaster-1.03-1.3.5
 control-panel-toaster-0.5-1.3.1
 qmailmrtg-toaster-4.2-1.3.1
 ripmime-toaster-1.4.0.6-1.3.1
 qmailadmin-toaster-1.2.9-1.3.1
 
 
 
 -- 
 -Eric 'shubes'
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Roaming users isn't working.

2006-11-01 Thread Erik Espinoza

Hi Quinn,


I want to use POP-before-SMTP for our infinite monkeys (although we still 
suggest using SMTP-AUTH -- not all follow directions). Setting 
--enable-roaming-users should turn this on in vpopmail (according to all the 
docs I read).


I think you'll have to recompile qmail-toaster package, as it controls
the smtp daemon.

I don't believe anything else would need tweaking. Since this is an
unsupported configuration, I don't know if anyone else will have info
on this either.


Message ARE being relayed and delivered to all the domains in 
/var/qmail/control/rcpthosts from roaming users. But messages to domains not in 
rcpthosts are not accepted for delivery.


That makes sense.


Anybody here get this working? I know it was part of the qmail toaster in the 
past.


It was removed from the QmailToaster in favor of SMTP-AUTH. Hopefully
you'll be able to get this working after rebuilding the qmail-toaster
package.

Thanks,
Erik

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Roaming users isn't working.

2006-10-31 Thread Eric \Shubes\
I don't know about roaming users per se. What are you trying to accomplish?

That being said, have you looked into /var/qmail/control/rcpthosts?

Quinn Comendant wrote:
 Hi y'all
 
 How can I troubleshoot why roaming users isn't working for me? I've compiled 
 vpopmail with --enable-roaming-users, and recompiled everything else after 
 installing. But I still get a 553 sorry, that domain isn't in my list of 
 allowed rcpthosts (#5.5.3 - chkuser).  I'm not quite sure the mechanisms 
 that allow this to work. vchkpw intercepts a pop/imap connection and appends 
 the remote IP to a cdb file used by chkuser?
 
 Thanks for any direction pointing.
 
 Q
 
 rpm -qa | grep toaster
 libdomainkeys-toaster-0.68-1.3.1
 courier-imap-toaster-4.1.1-1.3.2
 ezmlm-cgi-toaster-0.53.324-1.3.1
 spamassassin-toaster-3.1.4-1.3.2
 vpopmail-toaster-5.4.13-1.3.5
 clamav-toaster-0.88.4-1.3.3
 simscan-toaster-1.2-1.3.2
 daemontools-toaster-0.76-1.3.1
 autorespond-toaster-2.0.4-1.3.1
 ezmlm-toaster-0.53.324-1.3.1
 isoqlog-toaster-2.1-1.3.1
 courier-authlib-toaster-0.58-1.3.2
 qmail-toaster-1.03-1.3.5
 ucspi-tcp-toaster-0.88-1.3.1
 qmail-pop3d-toaster-1.03-1.3.5
 control-panel-toaster-0.5-1.3.1
 qmailmrtg-toaster-4.2-1.3.1
 ripmime-toaster-1.4.0.6-1.3.1
 qmailadmin-toaster-1.2.9-1.3.1
 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Roaming users isn't working.

2006-10-30 Thread Quinn Comendant
Hi y'all

How can I troubleshoot why roaming users isn't working for me? I've compiled 
vpopmail with --enable-roaming-users, and recompiled everything else after 
installing. But I still get a 553 sorry, that domain isn't in my list of 
allowed rcpthosts (#5.5.3 - chkuser).  I'm not quite sure the mechanisms that 
allow this to work. vchkpw intercepts a pop/imap connection and appends the 
remote IP to a cdb file used by chkuser?

Thanks for any direction pointing.

Q

rpm -qa | grep toaster
libdomainkeys-toaster-0.68-1.3.1
courier-imap-toaster-4.1.1-1.3.2
ezmlm-cgi-toaster-0.53.324-1.3.1
spamassassin-toaster-3.1.4-1.3.2
vpopmail-toaster-5.4.13-1.3.5
clamav-toaster-0.88.4-1.3.3
simscan-toaster-1.2-1.3.2
daemontools-toaster-0.76-1.3.1
autorespond-toaster-2.0.4-1.3.1
ezmlm-toaster-0.53.324-1.3.1
isoqlog-toaster-2.1-1.3.1
courier-authlib-toaster-0.58-1.3.2
qmail-toaster-1.03-1.3.5
ucspi-tcp-toaster-0.88-1.3.1
qmail-pop3d-toaster-1.03-1.3.5
control-panel-toaster-0.5-1.3.1
qmailmrtg-toaster-4.2-1.3.1
ripmime-toaster-1.4.0.6-1.3.1
qmailadmin-toaster-1.2.9-1.3.1

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]