Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I can't send attachments
Date: Sun, 06 Jan 2008 14:13:32
Message-Id: 2323.192.168.1.1.1199628730.squirrel@www.espersunited.com
In Reply to: Re: [gentoo-user] I can't send attachments by Mark Shields
1 On Sun, January 6, 2008 7:55 am, Mark Shields wrote:
2 > On Jan 6, 2008 7:42 AM, Michael Sullivan <michael@××××××××××××.com> wrote:
3 >
4 >> I tried to send a comic strip as an attachment to my wife and I got a
5 >> Mailbox Unavailable error. I'm running:
6 >>
7 >> baby log # emerge -pv exim
8 >>
9 >> These are the packages that would be merged, in order:
10 >>
11 >> Calculating dependencies... done!
12 >> [ebuild R ] mail-mta/exim-4.68 USE="exiscan exiscan-acl ldap mysql
13 >> pam perl sasl ssl syslog tcpd -X -dnsdb -domainkeys -dovecot-sasl
14 >> -gnutls -ipv6 -lmtp -mailwrapper -mbox -mbx -nis -postgres -radius -spf
15 >> -sqlite -srs" 0 kB
16 >>
17 >> Total: 1 package (1 reinstall), Size of downloads: 0 kB
18 >>
19 >> And here's my exim.conf file:
20 >> baby log # cat /etc/exim/exim.conf | sed '/#/d'
21 >> domainlist local_domains = @ : espersunited.com :
22 >> baby.espersunited.com : localhost : localdomain :
23 >> camille.espersunited.com : catherine.espersunited.com : camille :
24 >> catherine
25 >> domainlist relay_to_domains =
26 >> hostlist relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
27 >> 192.168.1.4
28 >> acl_smtp_rcpt = acl_check_rcpt
29 >> acl_smtp_data = acl_check_data
30 >> acl_smtp_mime = acl_check_mime
31 >> av_scanner = clamd:/tmp/clamd
32 >> spamd_address = 127.0.0.1 783
33 >> qualify_domain = espersunited.com
34 >> never_users = root
35 >> host_lookup = *
36 >> rfc1413_hosts = *
37 >> rfc1413_query_timeout = 5s
38 >> sender_unqualified_hosts = baby.espersunited.com :
39 >> camille.espersunited.com : catherine.espersunited.com :
40 >> localhost.localdomain
41 >> recipient_unqualified_hosts = baby.espersunited.com :
42 >> camille.espersunited.com : catherine.espersunited.com :
43 >> localhost.localdomain
44 >> ignore_bounce_errors_after = 2d
45 >> timeout_frozen_after = 7d
46 >> begin acl
47 >> acl_check_rcpt:
48 >> accept hosts = :
49 >> deny message = Restricted characters in address
50 >> domains = +local_domains
51 >> local_parts = ^[.] : ^.*[@%!/|]
52 >> deny message = Restricted characters in address
53 >> domains = !+local_domains
54 >> local_parts = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
55 >> accept local_parts = postmaster
56 >> domains = +local_domains
57 >> require verify = sender
58 >> accept hosts = +relay_from_hosts
59 >> control = submission
60 >> accept authenticated = *
61 >> control = submission
62 >> require message = relay not permitted
63 >> domains = +local_domains : +relay_to_domains
64 >> require verify = recipient
65 >> accept
66 >> acl_check_data:
67 >> warn message = X-SpamScore: $spam_score ($spam_bar)
68 >> spam = nobody:true
69 >> warn message = X-SpamReport: $spam_report
70 >> spam = nobody:true
71 >> warn message = X-Spam-Flag: ${if \
72 >> >{$spam_score_int}{58}{Almost Certainly}\
73 >> {${if >{$spam_score_int}{55}{Probably}\
74 >> {${if >{$spam_score_int}{50}{Possibly}{Doubtful}\
75 >> }}}}}
76 >> spam = nobody
77 >> warn message = Subject: [*SPAM*] $h_Subject ${if \
78 >> >{$spam_score_int}{58}{Almost Certainly}\
79 >> {${if >{$spam_score_int}{55}{Probably}\
80 >> {${if >{$spam_score_int}{50}{Possibly}{Doubtful}\
81 >> }}}}}
82 >> spam = nobody
83 >> deny message = Rejected: spam score $spam_score
84 >> spam = nobody:true
85 >> condition = ${if >{$spam_score_int}{60}{1}{0}}
86 >> accept
87 >> acl_check_mime:
88 >> warn decode = default
89 >> deny message = Blacklisted file extension detected
90 >> condition = ${if match \
91 >> {${lc:$mime_filename}} \
92 >> {\N(\.exe|\.pif|\.bat|\.scr|\.lnk|\.com|.vbs)$\N} \
93 >> {1}{0}}
94 >> accept
95 >> acl_check_content:
96 >> deny message = Serious MIME defect detected ($demime_reason)
97 >> demime = *
98 >> condition = ${if >{$demime_errorlevel}{2}{1}{0}}
99 >> deny message = This message contains malware ($malware_name)
100 >> malware = *
101 >> warn message = X-Spam-Score: $spam_score ($spam_bar)
102 >> spam = nobody:true
103 >> warn message = X-Spam-Report: $spam_report
104 >> spam = nobody:true
105 >> warn message = Subject: [*SPAM*] $h_Subject
106 >> spam = nobody
107 >> deny message = This message scored $spam_score points.
108 >> Congratulations!
109 >> spam = nobody:true
110 >> condition = ${if >{$spam_score_int}{50}{1}{0}}
111 >> accept
112 >> begin routers
113 >> dnslookup:
114 >> driver = dnslookup
115 >> domains = ! +local_domains
116 >> transport = remote_smtp
117 >> ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
118 >> no_more
119 >> system_aliases:
120 >> driver = redirect
121 >> allow_fail
122 >> allow_defer
123 >> data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
124 >> file_transport = address_file
125 >> pipe_transport = address_pipe
126 >> userforward:
127 >> driver = redirect
128 >> check_local_user
129 >> file = $home/.forward
130 >> no_verify
131 >> no_expn
132 >> check_ancestor
133 >> file_transport = address_file
134 >> pipe_transport = address_pipe
135 >> reply_transport = address_reply
136 >> localuser:
137 >> driver = accept
138 >> check_local_user
139 >> transport = local_delivery
140 >> cannot_route_message = Unknown user
141 >> begin transports
142 >> remote_smtp:
143 >> driver = smtp
144 >> local_delivery:
145 >> driver = appendfile
146 >> directory = /home/$local_part/.maildir
147 >> maildir_format
148 >> delivery_date_add
149 >> envelope_to_add
150 >> return_path_add
151 >> address_pipe:
152 >> driver = pipe
153 >> return_output
154 >> address_file:
155 >> driver = appendfile
156 >> delivery_date_add
157 >> envelope_to_add
158 >> return_path_add
159 >> address_reply:
160 >> driver = autoreply
161 >> begin retry
162 >> * * F,2h,15m; G,16h,1h,1.5; F,4d,6h
163 >> begin rewrite
164 >> begin authenticators
165 >>
166 >> I have removed a lot of whitespace from this listing. Does anyone have
167 >> any ideas? We just noticed it this morning, as we very rarely send
168 >> attachments. We can still send attachment-less emails normally.
169 >> -Michael Sullivan-
170 >>
171 >>
172 >> --
173 >> gentoo-user@l.g.o mailing list
174 >>
175 >>
176 > The "Mailbox Unavailable" sounds like an error in the form of an e-mail
177 > bounceback from the e-mail address' server you were trying to send to.
178 > Sometimes I see this error working in tech support (cable modem). I doubt
179 > it's anything on your end.
180 >
181 > --
182 > - Mark Shields
183 >
184
185 I own espersunited.com, so it is on my end.
186
187 --
188 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] I can't send attachments Hans-Werner Hilse <hilse@×××.de>