[Exim] Frozen Messages - Newbie Needs Help

Etusivu
Poista viesti
Vastaa
Lähettäjä: mpierce
Päiväys:  
Vastaanottaja: Exim
Aihe: [Exim] Frozen Messages - Newbie Needs Help
Using Debian Woody 3.0 stable with exim-tls (SSL support) 3.35-3

New to program and am lost with the problem of why I'm not getting my
mail. Investigation reveals that they are lots of frozen messages, i.e,
 7m  3.5K 197tRC-0004kB-00 <> *** frozen ***
          exim-users-admin@???
39m  4.3K 197svz-0004d8-00 <> *** frozen ***
          mplayer-users-bounces@???
 5h  6.1K 197pBk-0003jv-00 <> *** frozen ***
          libranet-users@???
 5h  8.2K 197pBk-0003jo-00 <> *** frozen ***
          procmail-bounces@???
15h  4.8K 197fox-0002iw-00 <> *** frozen ***


sentto-1288743-18549-1050948847-mrpierce=optusnet.com.au@???
15h  6.4K 197f7M-0002Wp-00 <> *** frozen ***
          evolution-admin@???


It appears that every single mailing list is frozen and then there are
others. Woe is me!

Now, I just need a MTA that delivers my mail to me; nothing really
fancy. I have fetchmail grab the mail and procmail do some basic
filtering for spam, etc.

My IP on the network is 192.168.1.252 if my notebook is docked or
192.168.1.253 if using the PCMCIA card. Regardless of IP, machine is
'libranet'.

I attaching my portions of my /etc/exim/exim.conf in the hope that
someone can help me quickly sort this out:

MAIN CONFIGURATION SETTINGS
qualify_domain = libranet
# qualify_recipient =
local_domains = localhost:libranet
local_domains_include_host = true
local_domains_include_host_literals = true
#relay_domains =
#relay_domains_include_local_mx = true
never_users = root
host_lookup = *
# headers_check_syntax
#rbl_domains = rbl.mail-abuse.org/reject : dialups.mail-abuse.org/warn
host_accept_relay = 127.0.0.1 : ::::1 : 192.168.1.0/255 :
192.168.1.252/16 : 192.168.1.253/16
host_auth_accept_relay = *
# percent_hack_domains=*
trusted_users = mail
smtp_verify = false
gecos_pattern = ^([^,:]*)
gecos_name = $1
smtp_accept_queue_per_connection = 0
freeze_tell_mailmaster = true
auto_thaw = 1h #mpierce addition
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}}} \
         ${if def:tls_cipher {\n\t(Cipher ${tls_cipher}) }}\
         ${if def:tls_peerdn {(PeerDN ${tls_peerdn}) }}\
         (Exim ${version_number} #${compile_number} (Debian))\n\t\
         id ${message_id}\
         ${if def:received_for {\n\tfor <$received_for>}}"
tls_advertise_hosts = *
tls_certificate = /etc/exim/exim.crt
tls_privatekey = /etc/exim/exim.key
#tls_dhparam = /etc/exim/cert/exim.dhparam
#auth_over_tls_hosts = *
tls_log_cipher = true
tls_log_peerdn = true
#accept_8bitmime = true
#local_interfaces = 127.0.0.1


TRANSPORTS CONFIGURATION
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
return_output
address_directory:
driver = appendfile
no_from_hack
prefix = ""
suffix = ""
# maildir_format
address_reply:
driver = autoreply
procmail_pipe:
driver = pipe
command = "/usr/bin/procmail"
return_path_add
delivery_date_add
envelope_to_add
# check_string = "From "
# escape_string = ">From "
suffix = ""
remote_smtp:
driver = smtp
# authenticate_hosts = smarthost.isp.co

DIRECTORS CONFIGURATION
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
# user = list
# Uncomment the above line if you are running smartlist
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

ROUTERS CONFIGURATION
smarthost:
driver = domainlist
transport = remote_smtp
route_list = "* localhost bydns_a"

RETRY CONFIGURATION
# Domain               Error       Retries
# ------               -----       -------


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


REWRITE CONFIGURATION
*@libranet    ${lookup{$1}lsearch{/etc/email-addresses}\
                                                {$value}fail} frFs


AUTHENTICATION CONFIGURATION
# plain:
# driver = plaintext
# public_name = PLAIN
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/et
c/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
#
# login:
# driver = plaintext
# public_name = LOGIN
# server_prompts = "Username:: : Password::"
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/et
c/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
# plain:
# driver = plaintext
# public_name = PLAIN
# client_send = "^username^password"
#
# login:
# driver = plaintext
# public_name = LOGIN
# client_send = ": username : password"
#
# cram_md5:
# driver = cram_md5
# public_name = CRAM-MD5
# client_name = username
# client_secret = password

Hopefully, I given enough information for someone to be able to assist
me.
Thanks!
Marvin
---