Skip to Content.
Sympa Menu

en - [sympa-users] configure mail server

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Luis Manzi <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: [sympa-users] configure mail server
  • Date: Tue, 9 Mar 2021 19:22:29 +0000

Hi Guys

 

I’ve already configured sendmail to send emails using AWS SES.

I’ve already set lists.mydomain.com as domain to send emails and address@concealed as email address to “from” field.

 

Now I’m trying to figure out how should I configure sympa with sendmail.

Looking at https://github.com/sympa-community/sympa-community.github.io/blob/master/manual/install/configure-mail-server-sendmail.md

2.Edit sendmail.cf (Note: replace $SYSCONFDIR and $SENDMAIL_ALIASES below):

 

O AliasFile=$SYSCONFDIR/aliases.sympa.sendmail
O AliasFile=$SENDMAIL_ALIASES

 

Both lines, on what place of sendmail.cf file should be added?

 

4. Create empty $SENDMAIL_ALIASES file (Note: replace $SENDMAIL_ALIASES below):

touch $SENDMAIL_ALIASES

chmod 640 $SENDMAIL_ALIASES

chown sympa:sympa $SENDMAIL_ALIASES

 

$SENDMAD_ALIASES file, where should be created? In same location that /etc/sympa/aliases.sympa.sendmail?

 

Finally,

then create alias databases:

# newaliases

 

I understood that on new $SENDMAIL_ALIASES I should add some email aliases…but I do not know what is that 😊 Could you please give me a hand on this? Maybe some samples?

 

Thanks!

 

Luis

 

 

 

 

 

 

 




Archive powered by MHonArc 2.6.19+.

Top of Page