Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] I can't send attachments Michael Sullivan <michael@××××××××××××.com>