Search found 51 matches

by riegersteve
Mon May 21, 2007 12:55 pm
Forum: Administrators
Topic: postfix logs
Replies: 4
Views: 1585

postfix logs

i use syslog-ng

but no need to go that far, just modify your /etc/syslog.conf file. and all will be good.
by riegersteve
Mon May 21, 2007 12:34 pm
Forum: Installation and Upgrade
Topic: DNS error resolving MX...
Replies: 6
Views: 3362

DNS error resolving MX...

on localhost do

ping zimbra.foostuff.com

if it comes back with your ip address then install. mail will work internally.

if you want mail to work externally you will have to setup NAT and DNS
by riegersteve
Tue May 15, 2007 5:25 pm
Forum: Administrators
Topic: postfix stopped
Replies: 1
Views: 865

postfix stopped

i should be hung for posting a stupid question


disregard.
by riegersteve
Tue May 15, 2007 5:10 pm
Forum: Administrators
Topic: How to automatically check external POP accounts every n minutes
Replies: 15
Views: 2422

How to automatically check external POP accounts every n minutes

fetchmail
vi .fetchmailrc

poll mail.remote.com protocol IMAP(or pop) user username pass password is username@localdomain.com here
chmod 0710 .fetchmailrc
fetchmail -a -k -c (as yourself via cli)
if all goes well drop it into cron.
by riegersteve
Tue May 15, 2007 5:06 pm
Forum: Administrators
Topic: Certificates for multiple domains
Replies: 21
Views: 6477

Certificates for multiple domains

[quote user="DanCody"]I tried this as well and it didn't seem to work, I'm still getting errors when going to foo.bar.edu: "You have attempted to establish a connection with 'foo.bar.edu' however the certificate presented belongs to 'zimbra.bar.edu'." etc.. Anyone have this worki...
by riegersteve
Tue May 15, 2007 5:03 pm
Forum: Administrators
Topic: postfix stopped
Replies: 1
Views: 865

postfix stopped

Host up-south.com Starting logger...FAILED A mysqld process already exists Starting mailbox...Done. Starting antispam...Done. Starting antivirus...Done. Starting snmp...FAILED Starting spell...Done. Starting mta...Done. [zimbra@up-south bin]$ ./zmcontrol status Host up-south.com antispam Running ant...
by riegersteve
Thu Dec 07, 2006 12:10 am
Forum: Administrators
Topic: External Relay
Replies: 2
Views: 1049

External Relay

add the following to the bottom of the postfix main.cf file relayhost = smtp.host.tld smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = this is what the /etc/postfix/sasl_passwd file looks like cat /etc/postfix/sasl_passwd smtp.host.tld ...
by riegersteve
Sat Oct 07, 2006 12:16 am
Forum: Installation and Upgrade
Topic: Mac OS X + Zimbra + Apache 2 [Solved]
Replies: 1
Views: 859

Mac OS X + Zimbra + Apache 2 [Solved]

more details please what errored out on you, your web pages that you were serving via apache2 ? i have zimbra running on mac osx and apache2 which i use to serve all my sites including zimbra. see here now">http://mail.capatriotguard.org now go to http://yoyoma.capatriotguard.org and you will g...
by riegersteve
Fri Oct 06, 2006 12:51 am
Forum: Developers
Topic: Global Address List / Newsgroup/ Rss/ Multiple Attachments
Replies: 4
Views: 1439

Global Address List / Newsgroup/ Rss/ Multiple Attachments

if i may run this by you you have three groups of users in your ldap tree alumni students support-staff if those users are currently seperated this way in you ldap tree then why dont you just add them as seperate external ldap server and label them by group, this way i will do a search for "ste...
by riegersteve
Thu Oct 05, 2006 2:47 am
Forum: Developers
Topic: invalid login page
Replies: 0
Views: 631

invalid login page

is it possible to do a redirect to a specific page when a user tries to login but there is no username.
not when the passwd is wrong, in this case i would redirect to a different page to reset the passwd.