[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Need help with Debian, Exim, Courier IMAP and Outlook 2000 in w2k.



Im trying to get a mail server up and running but Im having trouble
with it. So far Iv been able to  read mail in Outlook, but not been
able to post anything. I have followed this guide:

http://www.trekweb.com/~jasonb/articles/exim_maildir_imap.html

And now Im loost. Iv googled all day yesterday with out vail.

The error I get in Outlook:
"550 relaying to <private@gmail.com> prohibited by administrator"
Error code: 0x800ccc79

The error code suggests SSL. The server (I belive) uses SSL 3 and
Outlook uses SSL 2. Could this be the broblem?

I have no idea on how to setup Courier... I could not find any good
source on it.

And I know the security is not good, but I need to get it to work
before I can start tighten it. That said, Im open to anny suggestions!
:)

Any help is REALLY appreciated!

My Exim log:
[list]
2005-02-07 17:16:40 refused relay (host) to <private@gmail.com> from
<linuxqs@example.com> H=(pc1) [192.168.0.100] (failed to find host
name from IP address)
2005-02-07 17:16:40 refused relay (host) to <ejstrass@smgplaw.com>
from <linuxqs@example.com> H=(pc1) [192.168.0.100] (failed to find
host name from IP address)
2005-02-07 17:23:01 Start queue run: pid=542
2005-02-07 17:23:01 End queue run: pid=542
2005-02-07 17:26:31 refused relay (host) to <private@gmail.com> from
<linuxqs@example.com> H=dns-server.notat.broadband.com (pc1)
[my.ip.address.here]
2005-02-07 17:28:52 refused relay (host) to <private@gmail.com> from
<linuxqs@example.com> H=dns-server.notat.broadband.com (pc1)
[my.ip.address.here]
2005-02-07 17:30:11 refused relay (host) to <private@gmail.com> from
<linuxqs@example.com> H=dns-server.notat.broadband.com (pc1)
[my.ip.address.here]
2005-02-07 17:37:17 refused relay (host) to <private@gmail.com> from
<linuxqs@example.com> H=dns-server.notat.broadband.com (pc1)
[my.ip.address.here]
2005-02-07 17:38:02 Start queue run: pid=563
2005-02-07 17:38:02 End queue run: pid=563
[/list]

My exim.conf:
[list]
qualify_domain = example.com
local_domains = localhost:example.com:mail.example.com
local_domains_include_host = true
local_domains_include_host_literals = true
never_users = root
host_lookup = *
host_accept_relay = 127.0.0.1 : ::::1
host_auth_accept_relay = *
trusted_users = mail
smtp_verify = true
gecos_pattern = ^([^,:]*)
gecos_name = $1
smtp_accept_queue_per_connection = 100
freeze_tell_mailmaster = true
received_header_text = "Received: \
         ${if def:sender_rcvhost {from ${sender_rcvhost}\n\t}\
         {${if def:sender_ident {from ${sender_ident} }}\
         ${if def:sender_helo_name {(helo=${sender_helo_name})\n\t}}}}\
         by ${primary_hostname} \
         ${if def:received_protocol {with ${received_protocol}}} \
         (Exim ${version_number} #${compile_number} (Debian))\n\t\
         id ${message_id}\
         ${if def:received_for {\n\tfor <$received_for>}}"

receiver_try_verify = true
end


local_delivery:
  driver = appendfile
  group = mail
  mode = 0660
  mode_fail_narrower = false
  envelope_to_add = true
  return_path_add = true
directory=${home}/Maildir
maildir_format = true
prefix = ""

address_pipe:
  driver = pipe
  path = /usr/bin:/bin:/usr/local/bin
  return_output
address_file:
  driver = appendfile
  envelope_to_add = true
  return_path_add = true

address_directory:
  driver = appendfile
  no_from_hack
  prefix = ""
  suffix = ""

address_reply:
  driver = autoreply

procmail_pipe:
  driver = pipe
  command = "/usr/bin/procmail"
  return_path_add
  delivery_date_add
  envelope_to_add
  suffix = ""

remote_smtp:
  driver = smtp

end


real_local:
  prefix = real-
  driver = localuser
  transport = local_delivery

system_aliases:
  driver = aliasfile
  file_transport = address_file
  pipe_transport = address_pipe
  file = /etc/aliases
  search_type = lsearch

userforward:
  driver = forwardfile
  file_transport = address_file
  pipe_transport = address_pipe
  reply_transport = address_reply
  no_verify
  check_ancestor
  check_local_user
  file = .forward
  modemask = 002
  filter

procmail:
  driver = localuser
  transport = procmail_pipe
  require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
  no_verify
    
localuser:
  driver = localuser
  transport = local_delivery

end


lookuphost:
  driver = lookuphost
  transport = remote_smtp


literal:
  driver = ipliteral
  transport = remote_smtp

end

# Domain               Error       Retries
# ------               -----       -------

*                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h

end



*@example.com    ${lookup{$1}lsearch{/etc/email-addresses}\
						{$value}fail} frFs

end
[/list]



Reply to: