Suggestions for mail
I've looked into google apps, but we have too many users for the free version and since the NPOs are in Europe, we have no US 503c status and can't apply for google apps for NPOs. Do you know of any other external host which supplies (ideally free) mail?
Apart from that, I've looked into Citadel, which is easy to configure but seems a bit too complex and confusing for my users and their needs (basic e-mail). Is there any way of "dumbing down" Citadel?
I like the feel of Zimbra, but that seems to eat lots of resources and would probably require at least 1GB RAM for the number of users planned (which tend to log on more frequently once around specific dates).
Although I feel comfortable setting up web servers, I'd like to avoid the hassle of setting up a postfix/dovecot/roundcube combo. Does someone have a nice suggestion for me?
6 Replies
Since (I believe) Citadel serves out IMAP, you could use Roundcube or something else for the actual end user interface and just use Citadel for internal admin stuff.
hoopycat: does your redaction signature mean that you suggest people should or should not include their domain name in a post, just curious?
My tests are usually something like:
$ dig +trace example.com mx
(check for sensible delegation/NS records, see if the MX record is there)
$ dig example.com mx
$ dig example.com soa
(see what I've got cached)
$ dig +trace example.com
$ dig example.com
(check the A record for example.com)
$ dig mail.example.com (or whatever the MX says)
$ dig www.example.com
(do they imply they just have one linode? if so, make sure the IPs "match")
$ whois 192.0.2.1
(is it a linode IP?)
Then it's time to start sweet-talking the SMTP server…
$ nc mail.example.com 25
<<< 220 framboise.example.com ESMTP Postfix cause I speak of the pompatus of love
>>> HELO blah
<<< 250 framboise.example.com
>>> MAIL from: <rtucker@hoopycat.com><<< 250 2.1.0 Ok
>>> RCPT to: <asdfasdf@example.com><<< 504 5.5.2 <blah>: Helo command rejected: need fully-qualified hostname
>>> URMOM
<<< 502 5.5.2 Error: command not recognized</blah></asdfasdf@example.com></rtucker@hoopycat.com>
… you get the idea.
Sure, I can ask "so, what does it look like when you do 'dig +trace domain.com mx'?", but… well, that takes a loooong time. Especially when it turns out their local ISP blocks port 25 outbound and that's the whole problem…
jebblue: do you use the citadel frontend? Have you found a theme that doesn't look like it's from the 90s?