• smtp-auth required?

    From Nelgin@VERT/EOTLBBS to All on Tue Mar 21 02:37:45 2023
    <sysop@endofthelinebbs.com>: host mail.endofthelinebbs.com[192.138.210.158]ãsaid: 554 Mail deliveries from endofthelinebbs.com must use SMTP-AUTH (inãreply to end of DATA commandããHow can I avoid this particular host from having to do smtp-auth. It's using the endofthelinebbs.com domain but on a different system. I have the ip in the ipfilter_exempt.cfg of course but I'm sure there's something else?ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Nelgin on Tue Mar 21 11:06:19 2023
    Re: smtp-auth required?ã By: Nelgin to All on Tue Mar 21 2023 02:37 amãã > <sysop@endofthelinebbs.com>: host mail.endofthelinebbs.com[192.138.210.158]ã > said: 554 Mail deliveries from endofthelinebbs.com must use SMTP-AUTH (inã > reply to end of DATA commandã >ã > How can I avoid this particular host from having to do smtp-auth. It's usingã > the endofthelinebbs.com domain but on a different system. I have the ip inã > the ipfilter_exempt.cfg of course but I'm sure there's something else?ããThat error message is not from the Synchronet mail server.ããipfilter_exempt.cfg is not used to enable relay agents, but since the quoted error message isn't from Synchronet in the first place, I suspect you're wanting to set send/relay exemptions on some other mail server?ã-- ã digital man (rob)ããRush quote #17:ãLeave out fiction, the fact is this friction will only be worn by persistenceãNorco, CA WX: 51.8øF, 99.0% humidity, 0 mph ENE wind, 0.50 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nelgin@VERT/EOTLBBS to Digital Man on Tue Mar 21 14:32:28 2023
    Re: smtp-auth required?ã By: Digital Man to Nelgin on Tue Mar 21 2023 11:06:19ãã > That error message is not from the Synchronet mail server.ããThat's odd.ãã# telnet endofthelinebbs.com 25ãTrying 192.138.210.158...ãConnected to endofthelinebbs.com.ãEscape character is '^]'.ã220 endofthelinebbs.com Synchronet SMTP Server 3.20a-Linux Readyãehlo pbx.endofthelinebbs.comã250-endofthelinebbs.comã250-AUTH PLAIN LOGIN CRAM-MD5ã250-SENDã250-SOMLã250-SAMLã250-8BITMIMEã250-STARTTLSã250-SIZE 20971520ã250 OKãmail from: <pbx@endofthelinebbs.com>ã250 OKãrcpt to: <sysop@endofthelinebbs.com>ã250 OKãdataã354 send the mail data, end with <CRLF>.<CRLF>ãTestingã.ã554 Mail deliveries from endofthelinebbs.com must use SMTP-AUTHããIf I telnet to my BBS and try to deliver directly, I get the message. I don't know where else it could be coming from?ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Nelgin@VERT/EOTLBBS to Digital Man on Tue Mar 21 14:34:14 2023
    Re: smtp-auth required?ã By: Digital Man to Nelgin on Tue Mar 21 2023 11:06:19ãã > That error message is not from the Synchronet mail server.ããIt's from mailauth.jsã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Nelgin on Tue Mar 21 13:07:48 2023
    Re: smtp-auth required?ã By: Nelgin to Digital Man on Tue Mar 21 2023 02:34 pmãã > Re: smtp-auth required?ã > By: Digital Man to Nelgin on Tue Mar 21 2023 11:06:19ã >ã > > That error message is not from the Synchronet mail server.ã >ã > It's from mailauth.jsããSo disable or reconfigure that in your ctrl/mailproc.iniã-- ã digital man (rob)ããSynchronet/BBS Terminology Definition #51:ãMODEM = Modulator/DemodulatorãNorco, CA WX: 54.5øF, 88.0% humidity, 0 mph E wind, 0.52 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nelgin@VERT/EOTLBBS to Digital Man on Tue Mar 21 15:38:46 2023
    Re: smtp-auth required?ã By: Digital Man to Nelgin on Tue Mar 21 2023 13:07:48ãã > So disable or reconfigure that in your ctrl/mailproc.iniããHow would I change procmail.ini to allow pbx@endofthelinebbs.com send mail without requiring smtp-auth but everything else should?ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Nelgin on Tue Mar 21 15:08:09 2023
    Re: smtp-auth required?ã By: Nelgin to Digital Man on Tue Mar 21 2023 03:38 pmãã > Re: smtp-auth required?ã > By: Digital Man to Nelgin on Tue Mar 21 2023 13:07:48ã >ã > > So disable or reconfigure that in your ctrl/mailproc.iniã >ã > How would I change procmail.ini to allow pbx@endofthelinebbs.com send mailã > without requiring smtp-auth but everything else should?ããOr you could do it by hostname, e.g.ã[MailAuth]ã Command=mailauth.jsã AccessRequirements=(user equal 0 or guest) and host not *.blackberry.com and host not cvs.synchro.netã-- ã digital man (rob)ããSynchronet/BBS Terminology Definition #18:ãCVS = Concurrent Versioning SystemãNorco, CA WX: 58.2øF, 64.0% humidity, 1 mph E wind, 0.52 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nelgin@VERT/EOTLBBS to Digital Man on Tue Mar 21 21:00:21 2023
    Re: smtp-auth required?ã By: Digital Man to Nelgin on Tue Mar 21 2023 15:08:09ãã > [MailAuth]ã > Command=mailauth.jsã > AccessRequirements=(user equal 0 or guest) and host notã > *.blackberry.com and host not cvs.synchro.netããThanks, that's useful. Some more examples would be nice on the wiki. mailauth.js just has a "fixme" page.ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Nelgin on Tue Mar 21 21:05:22 2023
    Re: smtp-auth required?ã By: Nelgin to Digital Man on Tue Mar 21 2023 09:00 pmãã > Re: smtp-auth required?ã > By: Digital Man to Nelgin on Tue Mar 21 2023 15:08:09ã >ã > > [MailAuth]ã > > Command=mailauth.jsã > > AccessRequirements=(user equal 0 or guest) and host notã > > *.blackberry.com and host not cvs.synchro.netã >ã > Thanks, that's useful. Some more examples would be nice on the wiki.ã > mailauth.js just has a "fixme" page.ããYup. There are already a lot of example of AccessRequirements at http://wiki.synchro.net/access:requirements, but not a lot that demonstrate the use of the "host" keyword.ã-- ã digital man (rob)ããThis Is Spinal Tap quote #7:ãNigel Tufnel: That's just nitpicking, isn't it?ãNorco, CA WX: 44.9øF, 95.0% humidity, 0 mph ESE wind, 0.74 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã