how to set up smtp with auth in project server?

M

mike

our smtp mail server need authentication, how to set up in project with this
server?
Thank you
 
R

Ray McCoppin

My ISP was able to setup that if the request came fro my ip it would allow
forwarding. This was the only that I have found to make this work for
servers requiring authenication.

Hope this helps.
 
R

Rolly Perreaux

lzlnewsgroup@ said:
our smtp mail server need authentication, how to set up in project with this
server?
Thank you

Hi Mike,

What Mail server are you using?
Is your company hosting the server or is it done through ISP?

Cheers,

--
Rolly Perreaux, PMP, MCSE
Project Server Trainer/Consultant

TriMagna Corporation
Microsoft Gold Partner
http://www.trimagna.com
 
M

mike

the mail server may be qmail not admin by me, and it is not possible to
change any setting in mail server because I'm not permit to.
 
R

Rolly Perreaux

lzlnewsgroup@ said:
the mail server may be qmail not admin by me, and it is not possible to
change any setting in mail server because I'm not permit to.

Hi Mike,

You will need to talk to your QMail administrator and have them setup a
RELAY-CTRL to bypass for SMTP Authentication.

Here's a sample of the section of the tcp.qmail-smtp file would look
like:

#-----------------------------------------------------------------
# ALLOW THESE IPS TO RELAY MAIL THROUGH OUR SERVER
#
# Local class-c's from our LAN are allowed to relay,
# and we wont bother doing any RBL checking.
#123.123.123.:allow,RELAYCLIENT="",RBLSMTPD=""
#123.111.111.:allow,RELAYCLIENT="",RBLSMTPD=""
#
# Connections from localhost are allowed to relay
# (because the WebMail server runs on localhost),
# and obviously there is no point trying to perform an RBL check.
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD=""

Here's the link:

http://gentoo-
wiki.com/HOWTO_Setup_QMAIL_VPOPMAIL_and_Other_Mail_Servers#Install_RELAY
-CTRL

Good luck!

--
Rolly Perreaux, PMP, MCSE
Project Server Trainer/Consultant

TriMagna Corporation
Microsoft Gold Partner
http://www.trimagna.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top