RE: FQN Outlook n Postfix Issue - TheK3nnY -  11-29-2007 08:03 AM
 
 
mail.log 
Quote:Nov 28 23:00:07 85 postfix/policyd-weight[3523]: policyd-weight 0.1.14 beta started and daemonized using default settings, $USER=polw, EUID: 107, UID: 107  
Nov 28 23:00:07 85 postfix/policyd-weight[3524]: cache spawned  
Nov 28 23:00:08 85 postgrey[3532]: Process Backgrounded  
Nov 28 23:00:08 85 postgrey[3532]: 2007/11/28-23:00:08 postgrey (type Net::Server::Multiplex) starting! pid(3532)  
Nov 28 23:00:08 85 postgrey[3532]: Binding to TCP port 60000 on host 127.0.0.1   
Nov 28 23:00:08 85 postgrey[3532]: Setting gid to "110 110"  
Nov 28 23:00:08 85 postgrey[3532]: Setting uid to "108"  
Nov 28 23:00:08 85 authdaemond: modules="authuserdb", daemons=5 
Nov 28 23:00:08 85 authdaemond: Installing libauthuserdb 
Nov 28 23:00:08 85 authdaemond: Installation complete: authuserdb 
Nov 28 23:00:09 85 postfix/master[3643]: daemon started -- version 2.3.8, configuration /etc/postfix 
Nov 28 23:00:55 85 courierpop3login: Connection, ip=[::ffff:84.60.174.144] 
Nov 28 23:00:55 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], command=USER 
Nov 28 23:00:55 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], command=PASS 
Nov 28 23:00:55 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], username=censored@censored.de 
Nov 28 23:00:55 85 courierpop3login: LOGIN, user=censored@censored.de, ip=[::ffff:84.60.174.144] 
Nov 28 23:00:55 85 courierpop3login: LOGOUT, user=censored@censored.de, ip=[::ffff:84.60.174.144], top=0, retr=0, rcvd=18, sent=47, time=0 
Nov 28 23:01:13 85 postfix/smtpd[4085]: connect from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144] 
Nov 28 23:01:13 85 postfix/smtpd[4085]: NOQUEUE: reject: RCPT from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144]: 504 5.5.2 <Stephan>: Helo command rejected: need fully-qualified hostname; from=<censored@censored.de> to=<censored@censored.de> proto=SMTP helo=<Stephan> 
Nov 28 23:01:13 85 postfix/smtpd[4085]: disconnect from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144] 
Nov 28 23:01:13 85 courierpop3login: Connection, ip=[::ffff:84.60.174.144] 
Nov 28 23:01:14 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], command=USER 
Nov 28 23:01:14 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], command=PASS 
Nov 28 23:01:14 85 courierpop3login: LOGIN: ip=[::ffff:84.60.174.144], username=censored@censored.de 
Nov 28 23:01:14 85 courierpop3login: LOGIN, user=censored@censored.de, ip=[::ffff:84.60.174.144] 
Nov 28 23:01:14 85 courierpop3login: LOGOUT, user=censored@censored.de, ip=[::ffff:84.60.174.144], top=0, retr=0, rcvd=6, sent=30, time=0 
Nov 28 23:01:14 85 postfix/smtpd[4085]: connect from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144] 
Nov 28 23:01:14 85 postfix/smtpd[4085]: NOQUEUE: reject: RCPT from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144]: 504 5.5.2 <Stephan>: Helo command rejected: need fully-qualified hostname; from=<censored@censored.de> to=<censored@censored.de> proto=SMTP helo=<Stephan> 
Nov 28 23:01:15 85 postfix/smtpd[4085]: disconnect from dslb-084-060-174-144.pools.arcor-ip.net[84.60.174.144] 
 
 
 
RE: FQN Outlook n Postfix Issue - joximu -  11-29-2007 08:37 AM
 
 
I'd use Port 587 to send the mails... so try Port 587 for the smtp-server in your mail programm. 
 
/J
 
 
 
RE: FQN Outlook n Postfix Issue - TheK3nnY -  11-29-2007 09:28 AM
 
 
It still doesn't work  
 
 
 
RE: FQN Outlook n Postfix Issue - rbtux -  11-29-2007 05:05 PM
 
 
But you are NOT authenticated! Can you give me server address and a valid mail-address via pm?
 
 
 
RE: FQN Outlook n Postfix Issue - TheK3nnY -  11-29-2007 08:55 PM
 
 
you got a pm ^^
 
 
 
RE: FQN Outlook n Postfix Issue - rbtux -  11-29-2007 11:06 PM
 
 
Well I do a telnet session... 
 
telnet yourmailserver.de 25 
EHLO testnofqdn 
AUTH PLAIN thecredentials 
MAIL FROM <test@test.de> 
RCPT TO <mymail@mydomain.ch> 
DATA 
test 
test 
. 
QUIT 
 
And the mail is accepted... When you outlived my greylisting period the mail will reach me... 
 
EDIT: In the meantime the mail reached me... So your setup works...  
 
(You have it in your mailq atm) 
 
So the authentication works and the error occurs because your outlook does not authenticate... 
Please assure that the settings are correct or recreate the account in outlook...
 
 
 
RE: FQN Outlook n Postfix Issue - rbtux -  11-29-2007 11:35 PM
 
 
so i now configured the account in outlook2k7. When authetication ist off the error you described occurs... When I enable the authentication all works fine... 
 
So fix your outlook config...
 
 
 
RE: FQN Outlook n Postfix Issue - TheK3nnY -  11-30-2007 03:17 AM
 
 
Alright works now  
 
 
 
 |