Mutt
Tag and bounce several messages
* Tag the message you want to bounce using T or t * press ; * then press b. After ';b' mutt should indicate something like "bounce all tagged messages to:"
Txt Records
Reverse DNS
You can add a TXT record in spf format like so:
yabroo.com. 1658 IN TXT "v=spf1 mx a:www.yabroo.com ip4:77.67.63.212 a:mail.yabroo.com ~all"
Test with
dig txt yabroo.com
Testing IMAP:
To quickly test an imap server using telnet use:
telnet server 143
01 LOGIN username password
02 LIST "" *
03 SELECT mailbox
Testing POP:
telnet server 110
user <username>
pass <password>
list
Test email:
https://halon.io/blog/how-to-test-smtp-servers-using-the-command-line
telnet server 25
helo me
mail from: test@test.com
rcpt to: test@test.com
data
Subject: blah
Hello a test to you
ctrl-d
.
openssl s_client -connect vsp1.example.local:25 -starttls smtp
Moving contacts from Evolution to Thunderbird
$ evolution-addressbook-export --format=csv > contacts.csv