[Exim] Re: Reject of message of mail from Netscape on one ma…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Matej Cepl
Datum:  
To: exim-users
Betreff: [Exim] Re: Reject of message of mail from Netscape on one machine
--
On Sunday 04 of January 2004 15:42, Matej Cepl wrote:
> Does anybody have a hint, what's wrong with my configuration?


Sorry, there were no attachements in the previous message.

Matej

--
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

There's nothing wrong with you that reincarnation won't cure.
      -- Jack F. Leonard


--
[ bounced-message.gz of type application/x-gzip deleted ]
--
primary_hostname = mitmanek.vysocina
local_domains = @:localhost:localdomain:mitmanek
local_domains_include_host = true
local_domains_include_host_literals = true
never_users = root
host_lookup = ! *
headers_check_syntax
host_accept_relay = 127.0.0.1 : ::::1 : 192.168.0.0/24
host_auth_accept_relay = *
smtp_verify = false
gecos_pattern = ^([^,:]*)
gecos_name = $1
smtp_accept_queue_per_connection = 100
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
queue_list_requires_admin = false
trusted_groups = mail
prod_requires_admin = false
admin_groups = mail
queue_remote_domains = ${lookup{nequeue}lsearch{/etc/exim/queuelist}{$value}}
auto_thaw = 30s
local_delivery:
  driver = appendfile
  group = mail
  mode = 0660
  mode_fail_narrower = false
  envelope_to_add = true
  return_path_add = true
  file = /var/spool/mail/${local_part}
address_pipe:
  driver = pipe
  path = /usr/bin:/bin:/usr/local/bin
  group=mail
  return_fail_output=true
  use_shell=true
address_file:
  driver = appendfile
  envelope_to_add = true
  return_path_add = true
address_directory:
  driver = appendfile
  no_from_hack
  prefix = ""
  suffix = ""
  directory = /home/${local_part}/Maildir/main/
  maildir_format
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
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
  directory_transport = address_directory
  pipe_transport = address_pipe
  reply_transport = address_reply
  no_verify
  check_ancestor
  check_local_user
  file = .forward
  filter
procmail:
  driver = localuser
  transport = procmail_pipe
  require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
  no_verify
localuser:
  driver = localuser
  transport = address_directory
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = * smtp.surfbest.net byname
*                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h
matej@* "${if match {$header_from:}{cepl@???} \
               {cepl@???}{matej@???}}" Fsq
ceplova@* ceplova@??? frFsq
--