[imp] IMP Please, Help with composing e-mail

Rafael Camacho rafael at camacho.com.br
Thu Apr 17 13:24:45 PDT 2003


(English - a poor english)
Hi,

        I am with a problem to create email.

        My IMP this configured to receive any independent external
account from servers.php, and conf.php this configured it stops:

$conf['server']['server_list'] = 'none';

        In my login screen already it appears (example.com), and after
loggin, when I go to compose an email. where I need to appear a

server pop3/imap typed in login screen, appears user at example.com

        The access to identity the configuration is "locked".

$_prefs['default_identity'] = array(
    'value' => 0,
    'locked' => true,
    'shared' => true,
    'type' => 'implicit');

        And appear a input box to type any e-mail, and I want block this
too.

        As I make so that when it will be to send an email. the From
field: either user at user.pop.server.typed.com

Thanks lot

(Portuguese_Brazilian)
Olá,

    Estou com um problema para criar e-mail.

    Meu IMP esta configurado para receber qualquer conta externa
independente do servers.php, e o conf.php esta configurado para:

$conf['server']['server_list'] = 'none';

    Na minha tela de login já aparece (example.com), e após logar,
quando vou compor um e-mail. ao inves de aparecer o servidor

pop3/imap digitado, aparece usuário at example.com

    O acesso a configuração de identidade esta "locked".
$_prefs['default_identity'] = array(
    'value' => 0,
    'locked' => true,
    'shared' => true,
    'type' => 'implicit');
    E aparece uma linha que vc pode digitar um e-mail qualquer, quero
bloquear isso.

    Como faço para que quando for enviar um e-mail. o campo From: seja
usuário at servidor.digitado.com

Thanks a lot





More information about the imp mailing list