The attachment tag has no wiki summary.
2
votes
2answers
3k views
DPM server 2010 Attach agent error : administrator privileges missing?
I’m hoping you would be able to help me out with this little problem I’m having.
I installed DPM 2010 in our test environment to test backups on Exchange 2010 servers.
The environment includes :
...
0
votes
1answer
769 views
Outlook receives winmail.txt attachment instead of Excel, PowerPoint or Word attachments from Lotus notes senders
Ok so the title pretty much says it all.
We are offering a Hosted Exchange solution for our customer. Everything is working fine except for one customer complaining that he is receiving winmail.dat ...
1
vote
2answers
31 views
Exchange transport rule to remove attachments
What is the best method to remove attachments from outgoing emails using Exchange?
I need to apply the rule only to messages going to one specific email address. And I need to strip off all ...
0
votes
0answers
163 views
What are the raw SMTP commands to attach a file [closed]
Background:
I am working on a project that involves an SMTP server that I setup on a CentOS 6.4 VM. Basically the Arduino telnets to the SMTP server and sends out an email via postfix commands. The ...
0
votes
0answers
22 views
How to check for a jpg file on a webpage using check_webisoget nagois plugin
Making use of the nagios plugin check_webisoget (/usr/lib/nagios/plugins/check_webisoget)
Is it possible to check for a a jpg file on a webpage that requires authentication ?
0
votes
1answer
233 views
Exchange 2010: Issues increasing maximum email size (smtp;550 5.3.4 SMTPSEND.OverAdvertisedSize)
I have a recently-deployed 1 server windows domain running Windows 2008 R2 Standard SP1 and Exchange 2010 SP3, running on the 2003 R2 domain and forest level. The server receives email through a main ...
1
vote
2answers
71 views
Scripts or tools to parse email message to remove attachment of particular name
I have configured Redmine email integration and while it's awesome, a major annoyance is that people have signatures that include a company logo, which then gets posted to every ticket they update via ...
0
votes
3answers
1k views
Mutt send email with attachment to personal and corporate email address
[Mutt | CentOS 5.1] I have set up Mutt on CentOS and configured /etc/Muttrc and ~/.muttrc files.
I can send email out without attachments, command:
echo $Message | mutt -s "WARNING $Subject" ...
0
votes
1answer
74 views
How can you send mime encoded emails on systems that do only support uuencode
If you use e.g. Solaris without additional installed software to send MIME mails: how can you send mails with MIME attachments with standard command line tools?
0
votes
0answers
61 views
Outlook/Exchange allows some users to open a jar attachment
Using Windows SBS 2003 and Outlook 2007.
We just received an email virus in a jar file. For most users Outlook blocked the attachment as per usual, but unfortunately on one users computer this didn't ...
2
votes
1answer
1k views
Sending an email with attachments from the results of a cron job
I have a cron job that generates text files. I'd like these files to be sent as attachments to an email address. It's important that they show up as attachments in a multi-part MIME message and not ...
-3
votes
1answer
189 views
How to configure postfix to bcc an email as an attachment?
I can configure postfix with e.g. recipient_bcc_maps to copy sender or recipient emails to an address. However what I need is to not just forward a copy of the original mail, but rather to compose a ...
0
votes
1answer
245 views
Is it possible to modify a single email account's maximum attachment size in cPanel?
In cPanel, how can I adjust the maximum attachment size for a users email account?
4
votes
2answers
2k views
uuencoded mail attachments display as binary code
I have run into a attachment display issue at a client who has recently switched from Exchange 2003 to Exchange 2010. The issue was initially perceived as affecting only Mac OS X email clients ...
1
vote
1answer
210 views
Perl sendmail attach log files match date format
I want to send log files matching date format, e.g. YYYY-MM-DD-*.log as attachments in Perl script. In BASH, this can be easily done by:
[ -f $DIR/explog/$(date "+%Y-%m-%d")-*-host1.log ] && ...
0
votes
3answers
2k views
Changing the maximum mail size in Postfix
When sending large email to a new CentOS6 server running Postfix as the MTA, the following message is returned:
tried to deliver your message, but it was rejected by the recipient domain. We ...
3
votes
1answer
266 views
Issues with Forefront for Exchange file filter
I have an issue where I want to strip some image attachments from emails.
Using Forefront for Exchange I can create a file filter rule based on attachment name, type, and size. This initially seemed ...
43
votes
6answers
2k views
Why do we still have such small email attachment filesize restrictions? [closed]
What's the technical limitation preventing us, in the glorious year 2011, from emailing each other 1GB files?
Or is it just the main email platforms dragging their feet?
If I can set my inbox to ...
-1
votes
1answer
1k views
How configure Zimbra to bounce mails over a given size limit?
How to configure Zimbra to bounce/notify email to sender due to over attach size from external mails like Gmail, Yahoo, etc..
I am using Zimbra open source edition. Undelivered mails are not bouncing ...
1
vote
3answers
1k views
Outlook 2007 off of Exchange 2003. Paperclip shows but no attachment on message
I have 2 users that occasionally receive emails with a pdf attachment that is not actually on the email. The paperclip will show in outlook but there is actually nothing attached. Accessing via owa ...
1
vote
1answer
442 views
Extracting and saving attachments from maildir, deduplicated
I would like to know if there exists a solution for archiving email, stripping out the attachments and saving them separately, deduplicated?
The ideal would be a maildir-setup, with a script running ...
2
votes
1answer
289 views
How can I send emails from the command line with recipient tab-completion and proper file attachment?
A year ago I tried a couple of different email senders because I wanted to simplify sending emails from the command line. There are a couple of tools for it, I tried (I don't remember exactly):
...
0
votes
1answer
384 views
Save attachment from IMAP on networkdrive
I'm looking for a solution to save automatically attachments of an e-mail for a specific mailbox on an network drive. Mails are stored on cyrus imap server.
Does anyone know a script or something ...
0
votes
1answer
1k views
Attachments uploading is not working with osTicket
I'm trying to set up osTicket (http://osticket.com/) on my server, and everything is fine except for uploading attachments or emailing attachments while opening a new ticket. I've set the attachments ...
2
votes
3answers
488 views
Email attachments sent to a group don't show up for some
My boss sent out an email from my Exchange 2010 org and attached a PDF and a Word doc to it. He came back the next day and told me that some of the 8 or 10 people that received this email could open ...
4
votes
3answers
942 views
What's the largest message size modern email systems generally support?
I know that Yahoo and Google mail support 25MB email attachments. I have an idea from somewhere that 10MB email messages are generally supported by modern email systems.
So if I'm sending an email ...
1
vote
2answers
265 views
Programatically Determine Exchange Attachment Limit
Is there any way to query the exchange server to determine the maximum attachment file size? I'd be doing this in ASP.NET/C#. I'd like to be able to validate the file they want to attach is not over ...
1
vote
2answers
142 views
Filtering attachment types in Google Apps (free Google Business)
We have Google apps in our company for mail delivery, our business can't pay the business version yet, however, we need to control the attachment types that employees download.
We recently switched ...
0
votes
1answer
84 views
Sympa attachments are zero length when downloading from a message in moderation
I have an issue with the web interface for Sympa mailing list server. If you try to download an attachment from a message that's in moderation, the file is zero length. The mime headers are being sent ...
1
vote
1answer
108 views
How to add filter for Gmail (business version) attachment file types
I need to block certain file types from the attachment inside the company, this is part of the company policy. Can this be done with gmail free services? using a firewall some how?
0
votes
1answer
288 views
Maildir and mail attachments
If the mail receive with attachments and mail storage in the server - Maildir. How attachment set in Maildir format?
For example: I user maildir for incoming message in my server. I got 1 message ...
2
votes
1answer
2k views
Why does Exchange 2003 silently reject emails with large attachments?
Our environment:
Exchange Server 2003 Standard, single instance, running on Windows Server 2003 Standard.
configured to not send/receive mail with attachments larger than 10 MB.
NDRs are not ...
2
votes
1answer
4k views
How do I format a text file for IIS Mailroot Pickup so that it sends an e-mail with attachments?
How do I need to format a text file so that it can be read by an SMTP service to send an e-mail that has an attachment?
We have a server where we are using II6 SMTP to send mail from a Pickup folder. ...
3
votes
5answers
2k views
Why do I have problems downloading some iPhone attachments from Exchange?
Lately I have been getting an increasing number of complaints regarding users not being able to download attachments synced from Exchange with their iPhone.
The iPhones in question are either 3G or ...
0
votes
1answer
92 views
Do modern mail servers still escape lines they think are headers?
For many years I have made it my practice to set up my e-mail clients so that when I forward e-mails I forward them as attachments rather than forwarding them "inline".
I did this because, in the ...
2
votes
5answers
375 views
Opinion question about security viruses and HTML attachments
In the last couple of weeks my company has been inundated by a group of viruses including an .html attachment. Some of these were subjected UPS shipment, some Western Union. All of them asking the ...
0
votes
0answers
237 views
not receiving mails with more than one attachment from one specific domain (some come with a delay, very random)
My problem is that I can't receive any mail with more than one attachment from one specific domain.
A mail without attachment is no problem. Some mails get throgh the queue after a time, but it's very ...
0
votes
1answer
60 views
Querying Exchange 2003 for Information About Attachments
I'm looking into the possibility of switching from Microsoft Office to Google Apps. Although Google Apps are not currently as feature rich as the Microsoft Product, the Google tools provide greater ...
2
votes
1answer
545 views
Exchange: Different Max Attachment Size For Email within the Domain
Can I set a different max attachment size based on where the email send / received from. I would like it so internal emails, within the domain, can not be as larger as emails being sent to and from ...
0
votes
1answer
525 views
Exchange/Outlook 2003 Operation Failed
I am having problems across an entire site running Exchange 2003 SP2 on Server 2003 SP2, and not entirely patched up to date. The site has been running fine for 12+ months, and suddenly there are ...
2
votes
2answers
2k views
Automated extraction of email attachment on Exchange Server
An Exchange email account was created through which I will receive daily emails with three different Excel attachments.
Each Excel attachment has to be saved in one of three different folders.
Can ...
1
vote
1answer
718 views
SharePoint 2007 incoming mail with multiple attachments only partially successful
I am using the incoming mail feature of SharePoint 2007 to catch mail from the drop folder and add it to a configured list. We have multiple systems that send automated reports to SharePoint every ...
1
vote
2answers
560 views
Sending email from a script including attachments
I want to email a html file and some images to someone from a script. The standard answer seems to be to use mutt. However I don't have that installed at the moment.
Is there another way I could do ...
0
votes
1answer
653 views
Whitelist an address in Trend IMSS 5.7
Trying to whitelist an incoming address in Trend IMSS v5 - in practice, emails from this address will have an attachment & we want the message / attachment to bypass the existing 'executable ...
3
votes
6answers
2k views
Send email on behalf of clients
We're a communications company primarily doing printing of statements / utility bills, then mailing them out in the post.
A few clients have asked for e-Delivery. Pretty much take the print output as ...
0
votes
2answers
2k views
Configure Outlook not to hide attachments
How to configure Outlook to display all (incl. unsafe) mail attachments?
