Dear All,
ok i know how to force users to provide username and password(ofcourse
using jms's patch) for sending mail but what about the servers on the
internet how they'll send mails to this server can i excluded say any ip
to not be authenticated.
Regards
RM
>
>
> On Sat, November 26, 2005
On Sun, 2005-11-27 at 23:48 +0530, [EMAIL PROTECTED] wrote:
> Dear All,
>
> ok i know how to force users to provide username and password(ofcourse
> using jms's patch) for sending mail but what about the servers on the
> internet how they'll send mails to this server can i excluded say any ip
> to
Never allow relay. Only allow 127.0.0.1 (localhost) to send email
using SMTP. when your users authenicate the message will relay from
localhost and not their IP address. This also prevents servers from
using your SMTP server to route messages through it.
When SMTP auth is enabled, you wil
Dear all,
relay(ie tcp.smtp file) only helps if the mails are being sent to
someother outer domains but what about if the mails are being sent to the
mailboxes on this server only . idont want any of the employee of this
organisation to send mail posing as the ceo of the organisation.
>
>
On 2005-11-07, at 1043, Ken Jones wrote:
Cristiano Deana wrote:
Hi,
is 'vpopmaild' project still open?
I have seen from cvs vpopmaild.c file hasn't been modified since
dec 2004, why?
And php => vpopmaild?
Yep. It's still active. Last week I started a vpopmaild
documentation page.
http:/
On 2005-11-27, at 1318, [EMAIL PROTECTED] wrote:
ok i know how to force users to provide username and password(ofcourse
using jms's patch) for sending mail but what about the servers on the
internet how they'll send mails to this server can i excluded say
any ip
to not be authenticated.
it
Hi,
I tried to install the patch but i am facing the
problem ?
patch -p0 < ../qmail-tap.diff
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|diff -Nur qmail-1.03/error.h qmail-1.03.tap/error.h