Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-03 Thread Tarak Ranjan


On Tue, 2008-04-01 at 14:08 +0200, Optima (Justin Broton) wrote:
> :allow,SMTPAUTH="" 

Hi List,
what about :allow,SMTPAUTH="" , if i set this parameter in tcp.smtp
file , will it make mandatory/Must for others to User SMTP AUTH.

/\
Tarak



!DSPAM:47f49a73120505832912682!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Rakesh Sharma
Hi All,

After editing the same in /etc/tcp.smtp then run qmailctl cdb command.


--Rakesh Sharma


On Wednesday 02 April 2008 10:19:19 am Remo Mattei wrote:
> then use the relayclient it works fine like this format
>
> ipaddress:allow,RELAYCLIENT=""
> you are set
>
> remo
>
> Marcin Soltysiak wrote:
> >> Relaying is usually controlled by the tcp.smtp file using the
> >> RELAYCLIENT variable.
> >>
> >> To only allow localhost to relay and require all other IPs to
> >> use smtp auth you could put this one line in your tcp.smtp file
> >>
> >> 127.0.0.1:allow,RELAYCLIENT=""
> >>
> >> Then rebuild your tcp.smtp.cdb file using tcprules.
> >
> > And how about if I got separate mail hub to do the spam/vir check and I
> > don't want to rely to locals from other than auth'd clients or mail hub.
> >
> > Other words, I want rely either my mail hub 1.2.3.4 or auth'd users on
> > serve 1.2.3.5
> >
> > MS
>
> 



-- 

Thanks&Regards,

Rakesh Sharma | Linux System Administrator | Y A T R A |
Yatra Online Pvt. Ltd. | B-21 | Infocity | Sector - 34 | 
Gurgaon - 122002 | Contact: +91-9350762340, +91-124-3040608

!DSPAM:47f31500120501711417152!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Remo Mattei

then use the relayclient it works fine like this format

ipaddress:allow,RELAYCLIENT=""
you are set

remo

Marcin Soltysiak wrote:
Relaying is usually controlled by the tcp.smtp file using the 
RELAYCLIENT variable.


To only allow localhost to relay and require all other IPs to
use smtp auth you could put this one line in your tcp.smtp file

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild your tcp.smtp.cdb file using tcprules.



And how about if I got separate mail hub to do the spam/vir check and I 
don't want to rely to locals from other than auth'd clients or mail hub.


Other words, I want rely either my mail hub 1.2.3.4 or auth'd users on 
serve 1.2.3.5


MS








!DSPAM:47f31053120503021135664!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Marcin Soltysiak
Relaying is usually controlled by the tcp.smtp file using the RELAYCLIENT 
variable.


To only allow localhost to relay and require all other IPs to
use smtp auth you could put this one line in your tcp.smtp file

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild your tcp.smtp.cdb file using tcprules.



And how about if I got separate mail hub to do the spam/vir check and I 
don't want to rely to locals from other than auth'd clients or mail hub.


Other words, I want rely either my mail hub 1.2.3.4 or auth'd users on serve 
1.2.3.5


MS 



!DSPAM:47f2bd50120501729168442!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Remo Mattei

you can do that simply by using vpopbull.

Ciao,
Remo

Optima (Justin Broton) wrote:

Many thanks.

Worked a treat, now all I need to do is advise the hundred clients or so
lol.

Thanks again.

Justin.

- Original Message - From: "Ken Jones" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, April 01, 2008 4:33 PM
Subject: Re: [vchkpw] Only Allowing SMTP AUTH



Optima (Justin Broton) wrote:

Hi All,

I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via
lazy dog installer scripts from www.lazyinstaller.net which worked a
treat.

The problem is now our requirements are to ONLY allow SMTP AUTH and
localhost ONLY and no other relaying or unauthorised sending of email to
be allowed.

However after countless hours on Google to find a solution they all
require patching which according to lazy installer is not required as it
is patched already.

What do I need to add to file tcp.smtp to only allow SMTP AUTH only &
localhost only? I have tried several combo's like

:allow,SMTPAUTH="" and several others to no avail and also run tcprules
to add the new cdb file, ideally a solution to use the pop3 user details
would be best.

Including above I know it is doing authenticating when I set it a test
account using smtp auth using pop3 details in Outlook Express because I
run recordio on ...bin/qmail-smtp and all that's working. However I ONLY
want to allow SMTP AUTHed users to send mail (including localhost) and
block all other SMTP.

This is not happening as its allowing me to just relay everything 
through
our server at the moment. We have been blacklisted before when we 
used to
use sendmail and it was a nightmare to get off the blacklists and 
want to

avoid that at all costs
Any help would be greatly appreciated, hope you can help.


Relaying is usually controlled by the tcp.smtp file using the RELAYCLIENT
variable.

To only allow localhost to relay and require all other IPs to
use smtp auth you could put this one line in your tcp.smtp file

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild your tcp.smtp.cdb file using tcprules.

Cheers,
Ken Jones











!DSPAM:47f261f8120503768911216!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Optima (Justin Broton)

Many thanks.

Worked a treat, now all I need to do is advise the hundred clients or so
lol.

Thanks again.

Justin.

- Original Message - 
From: "Ken Jones" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, April 01, 2008 4:33 PM
Subject: Re: [vchkpw] Only Allowing SMTP AUTH



Optima (Justin Broton) wrote:

Hi All,

I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via
lazy dog installer scripts from www.lazyinstaller.net which worked a
treat.

The problem is now our requirements are to ONLY allow SMTP AUTH and
localhost ONLY and no other relaying or unauthorised sending of email to
be allowed.

However after countless hours on Google to find a solution they all
require patching which according to lazy installer is not required as it
is patched already.

What do I need to add to file tcp.smtp to only allow SMTP AUTH only &
localhost only? I have tried several combo's like

:allow,SMTPAUTH="" and several others to no avail and also run tcprules
to add the new cdb file, ideally a solution to use the pop3 user details
would be best.

Including above I know it is doing authenticating when I set it a test
account using smtp auth using pop3 details in Outlook Express because I
run recordio on ...bin/qmail-smtp and all that's working. However I ONLY
want to allow SMTP AUTHed users to send mail (including localhost) and
block all other SMTP.

This is not happening as its allowing me to just relay everything through
our server at the moment. We have been blacklisted before when we used to
use sendmail and it was a nightmare to get off the blacklists and want to
avoid that at all costs
Any help would be greatly appreciated, hope you can help.


Relaying is usually controlled by the tcp.smtp file using the RELAYCLIENT
variable.

To only allow localhost to relay and require all other IPs to
use smtp auth you could put this one line in your tcp.smtp file

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild your tcp.smtp.cdb file using tcprules.

Cheers,
Ken Jones




!DSPAM:47f2509a120503636318016!



Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Ken Jones

Optima (Justin Broton) wrote:

Hi All,

I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via lazy dog 
installer scripts from www.lazyinstaller.net which worked a treat.

The problem is now our requirements are to ONLY allow SMTP AUTH and localhost 
ONLY and no other relaying or unauthorised sending of email to be allowed.

However after countless hours on Google to find a solution they all require 
patching which according to lazy installer is not required as it is patched 
already.

What do I need to add to file tcp.smtp to only allow SMTP AUTH only & localhost 
only? I have tried several combo's like

:allow,SMTPAUTH="" 


and several others to no avail and also run tcprules to add the new cdb file, 
ideally a solution to use the pop3 user details would be best.

Including above I know it is doing authenticating when I set it a test account 
using smtp auth using pop3 details in Outlook Express because I run recordio on 
...bin/qmail-smtp and all that's working. However I ONLY want to allow SMTP 
AUTHed users to send mail (including localhost) and block all other SMTP.

This is not happening as its allowing me to just relay everything through our 
server at the moment. We have been blacklisted before when we used to use 
sendmail and it was a nightmare to get off the blacklists and want to avoid 
that at all costs
Any help would be greatly appreciated, hope you can help.


Relaying is usually controlled by the tcp.smtp file using the 
RELAYCLIENT variable.


To only allow localhost to relay and require all other IPs to
use smtp auth you could put this one line in your tcp.smtp file

127.0.0.1:allow,RELAYCLIENT=""

Then rebuild your tcp.smtp.cdb file using tcprules.

Cheers,
Ken Jones


[vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Optima (Justin Broton)
Hi All,

I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via lazy dog 
installer scripts from www.lazyinstaller.net which worked a treat.

The problem is now our requirements are to ONLY allow SMTP AUTH and localhost 
ONLY and no other relaying or unauthorised sending of email to be allowed.

However after countless hours on Google to find a solution they all require 
patching which according to lazy installer is not required as it is patched 
already.

What do I need to add to file tcp.smtp to only allow SMTP AUTH only & localhost 
only? I have tried several combo's like

:allow,SMTPAUTH="" 

and several others to no avail and also run tcprules to add the new cdb file, 
ideally a solution to use the pop3 user details would be best.

Including above I know it is doing authenticating when I set it a test account 
using smtp auth using pop3 details in Outlook Express because I run recordio on 
...bin/qmail-smtp and all that's working. However I ONLY want to allow SMTP 
AUTHed users to send mail (including localhost) and block all other SMTP.

This is not happening as its allowing me to just relay everything through our 
server at the moment. We have been blacklisted before when we used to use 
sendmail and it was a nightmare to get off the blacklists and want to avoid 
that at all costs
Any help would be greatly appreciated, hope you can help.

Thanks.

Justin Broton


!DSPAM:47f225ed120501551613380!