Tagged Questions
0
votes
0answers
22 views
When trying to install FirstClass, it asks for the packages libqt3-mt|libqt3c102-mt but for some reason I can't install those?
I am quite new to Ubuntu so I don't really now what I'm doing wrong, maybe someone can help me?
I wanted to install FirstClass but then it gave me an error that the packages libqt3-mt|libqt3c102-mt ...
0
votes
1answer
375 views
Configuring and Using Sendmail [closed]
I have been trying to configure Sendmail to be able to use any email address to send an email to anyone I choose. I am using BackTrack5 just because it was what I already had on my machine.
I used ...
1
vote
2answers
1k views
Mutt runng from Crontab
I have a bash script that is sending an email through command line mutt. This bash script is being called from a cron job (setup using crontab -e because of permissions needed to do all items in the ...
1
vote
1answer
303 views
How do I parse emails with Mutt?
How would I go about parsing new message subject lines non-interactively using Mutt?
Mutt is already configured and fetches mail from our Exchange server.
What I'd like is for an action to be ...
4
votes
1answer
273 views
Access Exchange 2003 mailbox from Terminal
How do I check an Exchange mailbox for new mail from the command line?
I'm at a complete loss here.
0
votes
1answer
1k views
Why am I not able to send an email from command line
This is what I did (as per a few discussions on this website)
mail -s "hi" addressee@email.xyz < test.txt
Where text.txt has the message.
I checked to see if mail did exist and it does at ...
1
vote
2answers
269 views
Commandline email to internal web mail server
I have a few number of ubuntu pcs, whom I want to mail me some kind of log on daily basis. The problem is that these pcs have access only to the internal webmail (of my campus) and all I can find on ...
1
vote
1answer
477 views
How can I read system mail on my admin account?
On a new server running lucid, I get "you have new mail" in my admin account. However, I don't have a mail command available to read it. Do I need to install it manually (or mutt, etc.), or is a mail ...
2
votes
1answer
58 views
Mailbox monitor and scripting
This is something I haven't done before... So not sure what some good resources or a solid starting point would be.
What I want to do... is on my Ubuntu Server 10.10 box, I need to setup a mailbox... ...
4
votes
1answer
530 views
Can I “speak IMAP” and review my actual mail quota?
I'm trying to troubleshoot a frustrating inbox quota issue. Thunderbird says my inbox is 80% full. My ISP says it isn't. We made some tweaks and I should have 2G available (it had been "unlimited"). ...
60
votes
14answers
79k views
0
votes
2answers
632 views
command line SMTP client such as cleancode's email
I'm looking for a command line like cleancode's email program which would allow me to send emails from the command line without setting an MTA (and would allow me to use separate accounts for each ...
10
votes
1answer
5k views
How can I email an attachment from the command line
Is it possible to email attachments from the command line?
If possible, I'd like something as simple as:
mail -a myfile.txt -t me@example.com -s "Here's my file"
