Help installing sendmail as requirement 20 December 2021, 12:24:17 How to install / have Code: [Select]sendmail as it is required when trying to report Perl bugCode: [Select]It appears that there is no program which looks like "sendmail"on your system.Please help out !
Re: Help installing sendmail as requirement Reply #1 – 20 December 2021, 16:29:50 https://wiki.archlinux.org/title/sendmail
Re: Help installing sendmail as requirement Reply #2 – 20 December 2021, 17:27:49 Quote from: mardiyah – on 20 December 2021, 12:24:17How to install / have Code: [Select]sendmail as it is required when trying to report Perl bugAny more context ?I'm assuming you are using perlbug ?From the perlbug man page:QuoteIf you are unable to send your report using perlbug (most likely because your system doesn't have a way to send mail that perlbug recognizes), you may be able to use this tool to compose your report and save it to a file which you can then send to [email protected] using your regular mail client.So you may be better off doing that. Installing sendmail is probably overkill to send one bug report.And I've heard it's complicated to set up sendmail but IDK as I've never used it.Code: [Select]man perlbug will give you all the options 1 Likes
Re: Help installing sendmail as requirement Reply #3 – 20 December 2021, 18:53:40 See:https://en.wikipedia.org/wiki/SendmailSendmail has a history of security vulnerabilities. I think it was among the first programs to have those listed.I recommend msmtp instead:https://marlam.de/msmtp/
Re: Help installing sendmail as requirement Reply #4 – 20 December 2021, 21:02:54 Quote from: mardiyah – on 20 December 2021, 12:24:17How to install / have Code: [Select]sendmail as it is required when trying to report Perl bugCode: [Select]It appears that there is no program which looks like "sendmail"on your system.Please help out !It's unlikely you would want to run the full sendmail beast in your box, just to send an email It'll probably get marked as spam too (dynamic IPs...) You may want a lighter alternative like postfix (or an even more barebones one) configured to use an external SMTP server. Not worth the trouble, IMHO.