Re: [Dovecot] Where'd the Mail Go?

2012-10-15 Thread John Reddy
> In the logfiles of your MTA (mail transport agent) you should find > hints where the mail went. Hmm. I guess I'll work on postfix then, and come back later ;) John

[Dovecot] Where'd the Mail Go?

2012-10-15 Thread John Reddy
Hi; I ran this: echo "Hello me" | mail -s "Dovecot test" $USER then created a bash script: for mbox in /var/mail/$USER /var/spool/mail/$USER ~/mbox ~/mail/* ~/*; do grep -q "Dovecot test" $mbox && echo "mbox: $mbox" done grep -q "Dovecot test" ~/Maildir/new/* 2>/dev/null && echo "Maildir: ~/Mail

Re: [Dovecot] Can't Start Dovecot

2012-10-15 Thread John Reddy
Never mind. The command /etc/init.d/dovecot start would work; however, something else is using the port. Tracking it down. John > From: linuxpen...@hotmail.com > To: dovecot@dovecot.org > Date: Mon, 15 Oct 2012 09:01:04 -0400 > Subject: [Dovecot] Can't Start Dovecot > > > > Hi; > I just instal

[Dovecot] Can't Start Dovecot

2012-10-15 Thread John Reddy
Hi; I just installed dovecot from yum on CentOS5. ps wax grep "dovecot" only brings up the grep The command "dovecot" is not recognized. # ls /usr/local/bin/dove* doveadm doveconf No dovecot. What up? TIA, John