nglaeser / CybersecSite

Website for the USC Cybersecurity Club
1 stars 0 forks source link

Make contact page actually work #6

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Right now it's a form that gives a 404 when you submit. Would be nice if it sent an email to the listserv.

jyn514 commented 6 years ago

Should either make this work or delete it before we go live. Waiting on an email we can use before we make changes.

jyn514 commented 6 years ago

Got the email. Need to come up with a sendmail script that will make this work. Trying to sent up docker now.

jyn514 commented 6 years ago

Found out how exim4 works: dpkg-reconfigure exim4-config and set to smart-host echo *:[username]:[password] > /etc/exim4/passwd.client

Waiting on https://github.com/nglaeser/CybersecSite/issues/22 and https://github.com/nglaeser/CybersecSite/pull/17 to go live, but working on a script while I wait.

jyn514 commented 6 years ago

Done in https://github.com/nglaeser/CybersecSite/commit/f524b393990deef05ccd9ac115c4793a9b9c3736. Requires working mail server on host.

jyn514 commented 6 years ago

Needs to be set up on docker. Instructions in /root/to-do

jyn514 commented 6 years ago

Got this working last night. Will close as soon as I get to my laptop and can push changes.

jyn514 commented 6 years ago

Done in https://github.com/nglaeser/CybersecSite/commit/daa86efac1c3caa583862274bc411b7643b7c693