Questions tagged [mailutils]

Mailutils is a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing the e-mail.

Mailutils is a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing the e-mail.

All Mailutils programs are able to operate on mailboxes of any existing format, ranging from standard UNIX maildrops, through maildir and up to remote mailboxes, which are transparently accessed using IMAP4, POP3 and SMTP.

Mailutils is oriented toward three kinds of audiences: regular users, system administrators, and developers of email-handling software.

Source:GNU Mailutils

18 questions
6
votes
1 answer

Gnu Mailutils configuration to directly operate on maildir?

I'd like to configure the GNU Mailutils mail program so that it operates on an already existing maildir directory. Currently my mailutils.rc looks like this: mailbox{ mailbox-pattern "maildir:///home/${user}/Maildir"; mailbox-type…
soulsource
  • 4,904
  • 2
  • 24
  • 23
4
votes
4 answers

Why does /usr/bin/mail ignore aliases in $HOME/.mailrc

When I send email using /usr/bin/mail on the command line (Ubuntu 13.04 64-bit), it does not pay attention to any aliases in my .mailrc file. Does anybody know how to fix this? To reproduce the problem: Put an alias in $HOME/.mailrc alias foo…
DanB
  • 874
  • 10
  • 29
3
votes
3 answers

Unable to install mailutils

I'm trying to install mailutils in Ubuntu. I'm getting this error: $ sudo apt-get install mailtuils Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mailtuils
azardin
  • 145
  • 1
  • 4
  • 14
2
votes
1 answer

Filering received mail by aliases file ubuntu postfix mail server

I have setup an Ubuntu mail server with /etc/aliases. In the aliases file there is an alias all: group1, group2, group3, where each of the groups is defined on its own. The problem is that due to the importance and the number of people influenced…
Stanislav
  • 225
  • 1
  • 9
2
votes
1 answer

Error when installing mailutils on Ubuntu 16.04

When we try to install, remove, update mailutils we always have same error with status 'half-installed'. Can help me? The output of: sudo apt install mailutils is: Reading package lists... Done Building dependency tree Reading state…
2
votes
1 answer

Hostname in postfix changing automatically during installation

I was installing tlp for ubuntu. During installation a dialog box for changing postfix configuration had popped up, and I went with the default options, setting the hostname as Jayant. Now, when I try to install or uninstall any package, an error…
2
votes
1 answer

How to send e-mail on startup on Ubuntu 16.04 LTS?

I have tried a few things so far but with no success. I modified crontab and and preceeded the command with @reboot mail.mailutils ... I also created a .sh script, changed permission, added it to init.d modified configuration with sysv-rc-config…
user91991993
  • 211
  • 4
  • 8
1
vote
3 answers

Postconf errors (valid_hostname) after install mail-utils

mail-utils did a number on my system. I would like to get my system back to before mail-utils was installed. I tried un-installing it and posting at other Ubuntu forums. It is messing with my update,clean,and remove script. postconf: warning:…
fixit7
  • 2,776
  • 3
  • 30
  • 70
1
vote
0 answers

How do I configure a command line email client to send and receive email from the command line in Ubuntu?

I have been exploring command line email clients for a while now and it is not clear to me which would be the most standard tool and set-up. I want to send emails from the command line without opening a specific GUI application like Mutt, and I also…
hmltn
  • 183
  • 1
  • 10
1
vote
1 answer

Can't install mailutils Ubuntu 18.04

It seems like I can't install mailutils in Ubuntu 18.04. It's a dependency error and I can't find about this issue also somewhere else. Command: sudo apt install mailutils Output: The following packages have unmet dependencies: mailutils : Depends:…
Rom
  • 13
  • 4
1
vote
0 answers

ssmtp, mailutils and GMail how to set username?

Ubuntu 18.04, ssmtp installed, mailutils installed and everything works, can send through gmail. My problem is that the messages when received appear to be from "Root (my-real-email@gmail.com)" I am trying to change "root" to a name that wont set…
alabamatoy
  • 427
  • 8
  • 16
1
vote
2 answers

Re-Sending an email from the command line

i want to reproduce a mail related problem regarding a mail that is sent from a system i have no control over. For this purpose i want to mimic this problematic email. I have the exact mail as it was received as a text file (headers + base64 encoded…
Jens Kisters
  • 49
  • 1
  • 7
0
votes
1 answer

Server mail BCC to address@servername

I apologize if this is a dumb/redundant question. I have an Ubuntu Server 16.04, main use is as a test environment and learning experience. I have SSH setup on this server that runs fine. I have mailutils ssmtp installed to use a cron job to send me…
Robby1212
  • 870
  • 1
  • 10
  • 26
0
votes
1 answer

mail: cannot send message: Process exited with a non-zero status

I have setup mailutils and ssmtp in my Ubuntu system. I have configured /etc/ssmtp/ssmtp.conf with proper credentials. For testing I ran this command echo "This is a test" | mail -s "Test" mygmailid but I'm getting an error: mail: cannot send…
darshan krishnaiah
  • 379
  • 1
  • 8
  • 24
0
votes
1 answer

can I send my gmail using mailutils from my terminal

I want to set up mailutils on my terminal problem is that I don't want to create another email account. My question is, is it possible to use my gmail from my terminal ?
Sebastian
  • 21
  • 1
  • 2
1
2