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

23 questions
7
votes
1 answer

How can I verify the integrity of an mbox archive from the command line?

I have a large mbox file backup from gmail. It's over 5GB, and gets updated with new messages every night via a cron job. I would like the cron job to also check the validity of the archive, to make sure it's still a valid mbox format. Is there a…
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
  • 5,034
5
votes
1 answer

How to re-run `mailutils` post-install script after making the wrong choice?

I'm running Ubuntu server 22.04, and installed mailutils. At or near the end of my first installation, I got a "window" (ncurses??) that popped up in the terminal, asking what type of install I wanted to do. Being ignorant, I went with the default…
Seamus
  • 698
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
  • 914
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
2
votes
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
  • 3,399
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
  • 223
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…
Alex R.
  • 221
1
vote
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
  • 31
  • 1
  • 3
1
vote
1 answer

How to iterate eml file with mailutils?

How would a directory of .eml files be iterated? nicholas@mordor:~$ nicholas@mordor:~$ mail -f foomail/foo.eml "/home/nicholas/foomail/foo.eml": 0 messages nicholas@mordor:~$ Whereas, I'd like to see a list to select from.
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…
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
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…
1
2