
1st February 2008, 21:43
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by topdog
Are you being prompted for a password ?
|
Nope, not being asked for a password.
|

2nd February 2008, 05:59
|
|
Senior Member
|
|
Join Date: Jan 2008
Location: South Africa
Posts: 1,352
Thanks: 0
Thanked 148 Times in 145 Posts
|
|
That means you are not using smtp authentication
|

2nd February 2008, 07:17
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by topdog
That means you are not using smtp authentication
|
Isn't this setup when I installed Postfix with SMTP-AUTH and TLS? I setup exactly how the tutorial described and have checked the configuration... is there something I have missed? Maybe something not in the walkthrough? This is my postfix/main.cf file...
Code:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
inet_interfaces = all
unknown_local_recipient_reject_code = 550
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.3.6/samples
readme_directory = /usr/share/doc/postfix-2.3.6/README_FILES
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
mynetworks = 127.0.0.0/8
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_sasl_authenticated_header = yes
myhostname = ds1.txtur.net
home_mailbox = Maildir/
mailbox_command =
relayhost = k2smtpdout.secureserver.net
virtual_maps = hash:/etc/postfix/virtusertables
mydestination = /etc/postfix/local-host-names
|

2nd February 2008, 09:49
|
|
Senior Member
|
|
Join Date: Jan 2008
Location: South Africa
Posts: 1,352
Thanks: 0
Thanked 148 Times in 145 Posts
|
|
What i mean is that your client is not using it, your server does support it but you need to configure your client to use that.
|

2nd February 2008, 17:17
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by topdog
What i mean is that your client is not using it, your server does support it but you need to configure your client to use that.
|
The client is sending that information, but, still getting "Relay access denied." error... any thoughts??
|

3rd February 2008, 18:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
What email client do you use?
|

19th February 2008, 00:37
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Falko... I have tried from Outlook, Gmail, and Thunderbird... i've tried at home, from the office, and from wifi connections. Get the same error. Here is the error from the maillog.
Code:
Feb 18 09:50:00 ip-72-167-54-126 postfix/smtpd[19857]: connect from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]
Feb 18 09:50:01 ip-72-167-54-126 postfix/smtpd[19857]: NOQUEUE: reject: RCPT from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]: 554 5.7.1 <josh_deck@domain.tld>: Relay access denied; from=<support@domain.tld> to=<josh_deck@domain.tld> proto=SMTP helo=<jdeck99>
Feb 18 09:50:04 ip-72-167-54-126 postfix/smtpd[19857]: disconnect from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]
|

19th February 2008, 00:48
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am considering that it is a problem with how GoDaddy handles relays... but, I'm not sure... I have the same setup on another server and it works fine (not hosted with GoDaddy). Here is my main.cf file (comments removed):
Code:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
inet_interfaces = all
unknown_local_recipient_reject_code = 550
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.4.5/samples
readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
mynetworks = 127.0.0.0/8, 10.0.0.0/24
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_sasl_authenticated_header = yes
relayhost = k2smtpout.secureserver.net
virtual_maps = hash:/etc/postfix/virtusertable
mydestination = /etc/postfix/local-host-names
|

19th February 2008, 13:59
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
I see that you're relaying through another server. Did you set up relaying as follows: http://www.howtoforge.com/postfix_re...her_mailserver
|

20th February 2008, 21:44
|
|
Junior Member
|
|
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
|
Tried that... still nothing... GoDaddy support says that a username / password is not needed to relay through the server, it should know that the dedicated server I am on is part of their network and let it through. GoDaddy support isn't much help as I'm not running an approve control panel.
Still the same error...
Code:
Feb 20 13:38:01 ip-72-167-54-126 postfix/smtpd[4808]: connect from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]
Feb 20 13:38:02 ip-72-167-54-126 postfix/smtpd[4808]: NOQUEUE: reject: RCPT from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]: 554 5.7.1 <email1@domain.tld>: Relay access denied; from=<email2@domain.tld> to=<email1@domain.tld> proto=SMTP helo=<jdeck99>
Feb 20 13:38:06 ip-72-167-54-126 postfix/smtpd[4808]: disconnect from oh-71-55-53-195.dhcp.embarqhsd.net[71.55.53.195]
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 10:57.
|
Recent comments
1 day 9 hours ago
1 day 14 hours ago
1 day 19 hours ago
1 day 20 hours ago
2 days 11 hours ago
2 days 11 hours ago
2 days 16 hours ago
2 days 22 hours ago
2 days 23 hours ago
3 days 52 min ago