Re: [vchkpw] SMTP AUTH

2004-03-23 Thread signo
telnet result:

220 ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=- ESMTP
ehlo
250-ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=-
250-AUTH=LOGIN
250-PIPELINING
250 8BITMIME
auth login
334 VXNlcm5hbWU6
test
334 UGFzc3dvcmQ6
signo

Jeremy Kitchen wrote:

On Tue, 2004-03-23 at 09:48, signo wrote:
 

sorry ... the message is

An error occured while sending mail. The mail server responded: 
VXNIcm5hbWU6. Please verify
that your email address is correct in your Mail preferences and try again
   

you typed it rather than pasting it, and what you typed is wrong.  Try
opening a telnet session to your smtp service and type a few commands
and COPY/PASTE the session into a reply back to the list.
220 stfu.w4nk3r.com mailfront ESMTP
ehlo inter7.com
250-stfu.w4nk3r.com
250-AUTH LOGIN PLAIN
250-SIZE 0
250-8BITMIME
250 PIPELINING
auth login
334 VXNlcm5hbWU6
blah
334 UGFzc3dvcmQ6
VXNlcm5hbWU6 = base64 "Username:"
UGFzc3dvcmQ6 = base64 "Password:"
-Jeremy

 




Re: [vchkpw] call for scripts/tools

2004-03-23 Thread X-Istence
Rick Macdougall wrote:
Hi,

I have a couple of these in production including a showqueue script 
(handy for adding domains to badmailfrom), and showsmtpip script (handy 
for blacklisting IP spammers).

If someone wants to setup a sourceforge account I'll gladly donate them 
and write up some others.

Regards,

Rick
Just post em to the vpopmail sourceforge site, its a quick easy thing to 
signup, and then post em to be added to the contrib directory.

X-Istence



Re: [vchkpw] call for scripts/tools

2004-03-23 Thread Rick Macdougall
Hi,

Brad Davis wrote:

On Monday 22 March 2004 19:18, Charles Sprickman wrote:

Hi,

I'm finally settling in to a nice vpopmail install, and I'm trying to help
our support staff deal with this wildly different system (the old
mailserver was sendmail/uw-imap).  There were a number of shell scripts
and whatnot on the old server to show things like what aliases from any
hosted domain pointed to what accounts, mail usage reports, etc.
Before I go nuts and re-invent the wheel, does anyone have anything that
could either go in the contrib directory of the vpopmail distribution or
perhaps somewhere on the sf.net site?
Some handy things I have in mind:

-alias mapper (something to show what aliases go where)
-quota report (who is over quota at the moment, who's approaching quota)
-.qmail checker (look for completely bogus/illegal .qmail files, verify
that somewhere in each domain vdelivermail is called)
-any log parsing tools that deal with vpopmail's mysql logging
-any web tools beyond qmailadmin/vqadmin
I have a couple of these in production including a showqueue script 
(handy for adding domains to badmailfrom), and showsmtpip script (handy 
for blacklisting IP spammers).

If someone wants to setup a sourceforge account I'll gladly donate them 
and write up some others.

Regards,

Rick



Re: [vchkpw] call for scripts/tools

2004-03-23 Thread X-Istence
Brad Davis wrote:
On Monday 22 March 2004 19:18, Charles Sprickman wrote:

Hi,

I'm finally settling in to a nice vpopmail install, and I'm trying to help
our support staff deal with this wildly different system (the old
mailserver was sendmail/uw-imap).  There were a number of shell scripts
and whatnot on the old server to show things like what aliases from any
hosted domain pointed to what accounts, mail usage reports, etc.
Before I go nuts and re-invent the wheel, does anyone have anything that
could either go in the contrib directory of the vpopmail distribution or
perhaps somewhere on the sf.net site?
Some handy things I have in mind:

-alias mapper (something to show what aliases go where)
qmailadmin
-quota report (who is over quota at the moment, who's approaching quota)
qmailadmin
-.qmail checker (look for completely bogus/illegal .qmail files, verify
that somewhere in each domain vdelivermail is called)
None yet
-any log parsing tools that deal with vpopmail's mysql logging
None yet
-any web tools beyond qmailadmin/vqadmin
None yet
There's more, but I'm curious what people have and what you'd like to
publically share.


Hi Charles,

I'd like to see what you find. Maybe we could have a repository of tools like 
these on sourceforge.

Regards,
Brad Davis




Re: [vchkpw] call for scripts/tools

2004-03-23 Thread Brad Davis
On Monday 22 March 2004 19:18, Charles Sprickman wrote:
> Hi,
>
> I'm finally settling in to a nice vpopmail install, and I'm trying to help
> our support staff deal with this wildly different system (the old
> mailserver was sendmail/uw-imap).  There were a number of shell scripts
> and whatnot on the old server to show things like what aliases from any
> hosted domain pointed to what accounts, mail usage reports, etc.
>
> Before I go nuts and re-invent the wheel, does anyone have anything that
> could either go in the contrib directory of the vpopmail distribution or
> perhaps somewhere on the sf.net site?
>
> Some handy things I have in mind:
>
> -alias mapper (something to show what aliases go where)
> -quota report (who is over quota at the moment, who's approaching quota)
> -.qmail checker (look for completely bogus/illegal .qmail files, verify
> that somewhere in each domain vdelivermail is called)
> -any log parsing tools that deal with vpopmail's mysql logging
> -any web tools beyond qmailadmin/vqadmin
>
> There's more, but I'm curious what people have and what you'd like to
> publically share.

Hi Charles,

I'd like to see what you find. Maybe we could have a repository of tools like 
these on sourceforge.


Regards,
Brad Davis


[vchkpw] call for scripts/tools

2004-03-23 Thread Charles Sprickman
Hi,

I'm finally settling in to a nice vpopmail install, and I'm trying to help
our support staff deal with this wildly different system (the old
mailserver was sendmail/uw-imap).  There were a number of shell scripts
and whatnot on the old server to show things like what aliases from any
hosted domain pointed to what accounts, mail usage reports, etc.

Before I go nuts and re-invent the wheel, does anyone have anything that
could either go in the contrib directory of the vpopmail distribution or
perhaps somewhere on the sf.net site?

Some handy things I have in mind:

-alias mapper (something to show what aliases go where)
-quota report (who is over quota at the moment, who's approaching quota)
-.qmail checker (look for completely bogus/illegal .qmail files, verify
that somewhere in each domain vdelivermail is called)
-any log parsing tools that deal with vpopmail's mysql logging
-any web tools beyond qmailadmin/vqadmin

There's more, but I'm curious what people have and what you'd like to
publically share.

Thanks,

Charles


Re: [vchkpw] SMTP AUTH

2004-03-23 Thread Jeremy Kitchen
On Tue, 2004-03-23 at 09:48, signo wrote:
> sorry ... the message is
> 
> An error occured while sending mail. The mail server responded: 
> VXNIcm5hbWU6. Please verify
> that your email address is correct in your Mail preferences and try again

you typed it rather than pasting it, and what you typed is wrong.  Try
opening a telnet session to your smtp service and type a few commands
and COPY/PASTE the session into a reply back to the list.

220 stfu.w4nk3r.com mailfront ESMTP
ehlo inter7.com
250-stfu.w4nk3r.com
250-AUTH LOGIN PLAIN
250-SIZE 0
250-8BITMIME
250 PIPELINING
auth login
334 VXNlcm5hbWU6
blah
334 UGFzc3dvcmQ6

VXNlcm5hbWU6 = base64 "Username:"
UGFzc3dvcmQ6 = base64 "Password:"

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



Re: [vchkpw] SMTP AUTH

2004-03-23 Thread signo
sorry ... the message is

An error occured while sending mail. The mail server responded: 
VXNIcm5hbWU6. Please verify
that your email address is correct in your Mail preferences and try again

signo wrote:

hello, i've configured the smtp authentication but now i have this 
problem.
when i try to send a mail from mozilla client (or other clients) i 
have always this message:





but userName and passwd are ok.



telnet ssigno_back 25

250-ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=-
250-AUTH=LOGIN
250-PIPELINING
250 8BITMIME
please help me

thanks

signo







[vchkpw] SMTP AUTH

2004-03-23 Thread signo
hello, i've configured the smtp authentication but now i have this problem.
when i try to send a mail from mozilla client (or other clients) i have 
always this message:





but userName and passwd are ok.



telnet ssigno_back 25

250-ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=-
250-AUTH=LOGIN
250-PIPELINING
250 8BITMIME
please help me

thanks

signo




Re: [vchkpw] pop before smtp - controlling open-smtp

2004-03-23 Thread Alex Pleiner
* Jeff Koch <[EMAIL PROTECTED]> [2004-03-23 04:47]:

> Is there anyway to control the format of the record that gets added to 
> /home/vpopmail/etc/open-smtp ? The record currently looks like:

> 216.250.211.80:allow,RELAYCLIENT="",RBLSMTPD="" 1080009393

Yes, open vpopmail.c in your favourite editor and apply the change. It
is not very difficult. Search for "RELAYCLIENT" and you will find the
line you have to change. Recompile afterwards.

BTW, Tom asked me to code a runtime configuration file in ~vpopmail/etc
that will contain additional environment variables that will be added to
open-smtp. My current approach can be found at:

http://sourceforge.net/tracker/index.php?func=detail&aid=914124&group_id=85937&atid=577800

This code is still for reviewing only. Runtime configuration will be
added to vpopmail soon, as Tom told me. It will solve your problem
without patching the code.

HTH,
Alex

-- 
Alex Pleiner
zeitform Internet Dienste Fraunhoferstrasse 5
  64283 Darmstadt, Germany
http://www.zeitform.deTel.: +49 (0)6151 155-635
mailto:[EMAIL PROTECTED]Fax:  +49 (0)6151 155-634
GnuPG/PGP Key-ID: 0x613C21EA