reldnahkram: (Default)
Prism is a fairly new Mozilla project that runs web pages as a program. Which is to say, they take a web page and run it in its own program window without an address bar or menus or anything like that. Nice and isolated.

More useful, for my purposes, is to set this as the default mail application. See, I use the panel application mail notification, which checks things like IMAP and Gmail accounts and tells me if I have mail. So rather than head to a browser, open a new tab, and read things sent to Gmail, I've configured mail notification to open the default mail app whenever I click on it's notification icon. And this opens a Gmail session in a new window.

Install prism. Then run prism and create an application and desktop shortcut for GMail: http://mail.google.com. Remember what you named it. Then create a shell script somewhere that calls
/opt/prism/prism -webapp $NAME@prism.app
Then, change the default mail app to call that script, with a %s appended to the end. I'm not sure why, but it works better that way. It periodically stops working, but running the command from shell tends to make it work again. Again, I'm not sure why.
reldnahkram: (Default)
http://www.pocock.com.au/linux-doc/mbox-maildir.html

install mb2md

mb2md -m
mb2md -s mail


do something with ~/mail and /var/spool/mail/$USER

/etc/postfix/main.cf
home_mailbox = Maildir/
mailbox_command = procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir


Tweak procmail filters, can use .target/ for destinations

/etc/dovecot/dovecot.conf
default_mail_env = maildir:~/Maildir
reldnahkram: (Default)
nmap -sT -O localhost

Run it without root. It's cute.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/security-guide/s1-server-ports.html

E-mail

Jun. 23rd, 2007 12:09 am
reldnahkram: (Default)
The community docs for postfix and dovecot are pretty thorough. Postfix seemed not to work, and dovecot has issues. A restart fixed those issues, and hopefully signing my own certificates, as below, resolves the annoying server confirm thing that always used to pop up.

Here's how to sign your own certificates
http://www.debian-administration.org/articles/284

Here's something about converting mboxes to maildirs, but I don't know whether I want to do that just yet.
http://batleth.sapienti-sat.org/projects/mb2md/
reldnahkram: (Default)
I'm in the middle of reinstalling Linux on both of my computers (Consolidation has just gone from Hoary to Feisty, so it was a clean install and everything needs redoing), so expect a flurry of Linux posts here, so I remember how to do everything next time this happens.

Accessing k4pacific is difficult because it's an LVM, which causes problems.

Install lvm2.
Reboot.
sudo vgchange -an VolGroup00
sudo vgchange -ay VolGroup00
sudo mount /dev/VolGroup00/LogVol00 /k4pacific
add the following line to /etc/fstab:
/dev/VolGroup00/LogVol00 /k4pacific ext3 defaults 00 (note all spaces are tabs)

For static IP

edit /etc/network/interfaces:

iface eth0 inet staic
address XXX.XXX.XXX.XXX
netmask 255.255.255.0
gateway 192.168.2.1
auto eth0


Then run

sudo /etc/init.d/networking restart
reldnahkram: (Default)
This is as much for my memory as it is for anyone else, hence the tag and the descriptive subject line. In general, I find that I don't remember how I set things up, and so when it comes time to do it again, I need to look it up/figure it out. So I'll be making these posts as a way to job my memory. You're welcome to use the information and comment, but you need not. I'm not going to filter them, unless people come out of the woodwork and ask me to filter these posts.

Anyway, I found this website for connecting to pine with IMAP+SSL. I've done this for SWARPA, with the novalidate hack, because I don't feel like dealing with the three-quarters of the webpage beyond that. I can live with not certifying SWARPA - I trust the sysadmins.

Profile

reldnahkram: (Default)
reldnahkram

September 2016

S M T W T F S
    123
45678910
11121314151617
18192021 222324
252627282930 

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Apr. 12th, 2026 11:32 am
Powered by Dreamwidth Studios