Ragnbull wrote:
>
> I did the secure email process to 5.6 and the SMTPs is not
> working. I can recieve mail over POP3s and IMAPs, but cannot
> send mail. I got this working fine on 5.5. Here is what I
> did:
>
> Fresh 5.6 install then
>
> These files were used:
>
> cvm-0.11-1.i386.rpm
> e-smith-cvm-unix-0.0.3-2dc.noarch.rpm
> e-smith-imaps-sme5.6-0.0.3-1dc.noarch.rpm
> e-smith-pop3s-sme5.6-0.0.3-1dc.noarch.rpm
> e-smith-securemail-0.0.3-1dc.noarch.rpm
> e-smith-ssmtp-sme5.6-0.0.3-1dc.noarch.rpm
You should get
e-smith-cvm-unix-0.0.3-3dc.noarch.rpm and e-smith-securemail-0.0.3-2dc.noarch.rpm from
http://www.pagefault.org/code/e-smith.shtmlWhile your there see the new method for enabling services, the below isn't used anymore.
> History of commands:
>
> rpm -Uvh --nodeps *.rpm
> /sbin/e-smith/db configuration set cvm-unix service status
> enabled
> /sbin/e-smith/signal-event email-update
> /etc/init.d/cvm-unix start
> /etc/init.d/smtpfront-qmail restart
> /sbin/e-smith/db configuration set stunnel service status
> enabled access public
> /sbin/e-smith/signal-event email-update
> /sbin/e-smith/db configuration set imaps service status
> enabled access public
> /etc/e-smith/events/actions/securemail-pem-cert
> /sbin/e-smith/signal-event remoteaccess-update
> /sbin/e-smith/signal-event email-update
> /sbin/e-smith/db configuration set popds service status
> enabled access public
> /etc/e-smith/events/actions/securemail-pem-cert
> /sbin/e-smith/signal-event remoteaccess-update
> /sbin/e-smith/signal-event email-update
> /sbin/e-smith/db configuration set ssmtpfront-qmail service
> status enabled access public
>
> /etc/e-smith/events/actions/securemail-pem-cert
> /sbin/e-smith/signal-event email-update
> /etc/init.d/ssmtpfront-qmail restart
> reboot
>
> Does anyone have any ideas? Thanks...if not, I am going back
> to 5.5 so that outlook express can work. Thanks in advance.
Its basicly imposible to assist 'NOT working' emails.
does ps -efa show ssmtpfront-qmail runnning?
what happens when you connect to port 465?
what does /var/log/ssmtpfront-qmail/current say when you try to connect to port 465?
does /sbin/iptables -L | grep ssmtp show an accept line?
does ps -efa showcvm-unix running?
does /var/service/ssmtpfront-qmail/env/CVM_SASL_LOGIN exist?
--
Damien