$rcmail_config['smtp_server'] = 'domain.com';
to
$rcmail_config['smtp_server'] == 'domain.com';

it corrected the problem with the "failed to add reciepient" described below.

Thanks.

On 2/19/06, Greg Hetrick <greg.hetrick@gmail.com> wrote:
I found that if you change
$rcmail_config['smtp_server'


On 2/17/06, Greg Hetrick < greg.hetrick@gmail.com> wrote:
Should be a simple resolution, I have a setup with postfix+dovecot for my SMTP/IMAP server. Trying to set up smtp mailer from RC but getting "failed to add reciepient" initially I was getting auth errors, but added the %u and %p which stopped that problem. I have a working postfix build and can send/recv email no problems from the command line.

Any Suggestions?

Thanks,
Greg