[Linux] syntaxe sql pour créer un user mail et son mot de passe

Bernard Schoenacker bernard.schoenacker@::1
Sam 23 Déc 00:13:07 CET 2017



----- Mail original -----
> De: "Grégory Reinbold" <gregory@::1>
> À: linux@::1
> Envoyé: Vendredi 22 Décembre 2017 09:16:22
> Objet: Re: [Linux]  syntaxe sql pour créer un user mail et son mot de passe
> 
> Salut,
> 
> Cela pourrait t'aider : https://www.w3schools.com/sql/default.asp
> 
> 
> On 12/22/2017 09:06 AM, Bernard Schoenacker wrote:
> > bonjour,
> >
> > il s'agit de créer une adresse mail dans la table postfix ...
> >
> > en l'occurence: toto@::1
> >
> > pour l'instant j'arrive à faire :
> >
> > mysql -u root -p
> > USE postfix;
> >
> > mais pour la suite je coince vraiment
> >
> > merci pour le coup de pouce
> >
> > slt
> > bernard
> 
> --
> Grégory Reinbold <gregory@::1>
> www.linkedin.com/in/greinbold
> 

bonjour,


j'ai finalement obtenu la bonne réponse :

INSERT INTO `postfix`.`comptes` ( `email` , `password` , `quota` , `etat` , `imap` , `pop3` ) VALUES ('toto@::1', ENCRYPT( 'aïe_pas_taper' ) , '0', '1', '1', '1');

merci pour tout

passez de bonnes fêtes

slt
bernard


Plus d'informations sur la liste de diffusion linux