I would like to know how to setup relaying for a user that is outside the network with a dynamic ip.
=================================================================
Your message did not reach some or all of the intended recipients.
Subject: RE: test
Sent: 1/17/2004 2:52 PM
The following recipient(s) could not be reached:
'Test' on 1/17/2004 2:52 PM
550 5.7.1 <xxxxxx@hotmail.com>... Relaying denied
===================================================================
right now I have to enter the ip everytime in spam rules(/etc/mail/access) for them to send mail. I want this user to be able to send mail from any dialup connection.
example access file
--------------------------------------------------------------
Check the /usr/share/doc/sendmail/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY
user1@ RELAY
user2@ RELAY
user3@ RELAY
user4@ RELAY
user5_anywhereuser@ RELAY
10.10.1.1 RELAY
10.10.1.100 RELAY
10.10.1.101 RELAY
10.10.1.102 RELAY
10.10.1.103 RELAY
68.23.123.2 RELAY <------- I have to change to their dialup ip so user5_anywhereuser@ can send mail
why can it just be based on just the name user5_anywhereuser@ with the correct login credentials? Is there any way around this without using a dialup providers smtp mail?
in a mail client like outlook I want to use this:
pop.mydomain.com
smtp.mydomain.com
NOT THIS:
pop.mydomain.com
smtp.some_dialup_provider.com
Thanks Jobesd
=================================================================
Your message did not reach some or all of the intended recipients.
Subject: RE: test
Sent: 1/17/2004 2:52 PM
The following recipient(s) could not be reached:
'Test' on 1/17/2004 2:52 PM
550 5.7.1 <xxxxxx@hotmail.com>... Relaying denied
===================================================================
right now I have to enter the ip everytime in spam rules(/etc/mail/access) for them to send mail. I want this user to be able to send mail from any dialup connection.
example access file
--------------------------------------------------------------
Check the /usr/share/doc/sendmail/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY
user1@ RELAY
user2@ RELAY
user3@ RELAY
user4@ RELAY
user5_anywhereuser@ RELAY
10.10.1.1 RELAY
10.10.1.100 RELAY
10.10.1.101 RELAY
10.10.1.102 RELAY
10.10.1.103 RELAY
68.23.123.2 RELAY <------- I have to change to their dialup ip so user5_anywhereuser@ can send mail
why can it just be based on just the name user5_anywhereuser@ with the correct login credentials? Is there any way around this without using a dialup providers smtp mail?
in a mail client like outlook I want to use this:
pop.mydomain.com
smtp.mydomain.com
NOT THIS:
pop.mydomain.com
smtp.some_dialup_provider.com
Thanks Jobesd