From gafaith at asdm.net Fri Jan 4 14:49:26 2013 From: gafaith at asdm.net (Gary Faith) Date: Fri, 04 Jan 2013 09:49:26 -0500 Subject: Whitelisting problems Message-ID: <50E6A5A60200002D0000FE76@sparky.asdm.net> I am attempting to whitelist e-mail from blackberry servers but not having any success. Since I read that MailScanner bases the whtelist on the envelope, here is the envelope (I changed the e-mail address): EHLO smtp02.bis6.us.blackberry.com MAIL FROM: SIZE=876 RCPT TO:user at mydomain.net ( mailto:user at mydomain.net ) Return-Path: Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com [74.82.85.7]) by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id r04EPuc6025687 I have tried whitelisting via Mailwatch: @srs.bis6.us.blackberry.com default *@*.*.us.blackberry.com default 74.82.85. default with no success. I even tried to whitelist in the MailScanner rule file (spam.whitelist.rules): mscan:/etc/MailScanner/rules # cat spam.whitelist.rules # If you are basing a blacklist on this then you can refer to # a null (empty) sender address with "/^$/" as the address to match. # # This is where you can build a Spam WhiteList # Addresses matching in here, with the value # "yes" will never be marked as spam. #From: 152.78. yes #From: 130.246. yes #From: host:soton.ac.uk yes # Note this is slower than using the IP From: 74.82.85. yes FromOrTo: default no and the message keep getting scanned and blocked: ScoreMatching RuleDescription -0.50BAYES_00Bayesian spam probability is 0 to 1% 2.00DCC_CHECKListed in DCC (http://rhyolite.com/anti-spam/dcc/) 2.00DIGEST_MULTIPLEMessage hits more than one network digest check 2.50PYZOR_CHECKListed in Pyzor (http://pyzor.sf.net/) 1.53RATWARE_EFROMBulk email fingerprint (envfrom) found -0.00SPF_PASSSPF: sender matches SPF record I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where to go from here. Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/0339d3fe/attachment.html From ssilva at sgvwater.com Fri Jan 4 16:10:19 2013 From: ssilva at sgvwater.com (Scott Silva) Date: Fri, 04 Jan 2013 08:10:19 -0800 Subject: Whitelisting problems In-Reply-To: <50E6A5A60200002D0000FE76@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> Message-ID: on 1/4/2013 6:49 AM Gary Faith spake the following: > I am attempting to whitelist e-mail from blackberry servers but not having any > success. Since I read that MailScanner bases the whtelist on the envelope, > here is the envelope (I changed the e-mail address): > > EHLO smtp02.bis6.us.blackberry.com > MAIL FROM: > SIZE=876 > RCPT TO:user at mydomain.net ( mailto:user at mydomain.net) > Return-Path: > Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com > [74.82.85.7]) > by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id > r04EPuc6025687 > > I have tried whitelisting via Mailwatch: > > @srs.bis6.us.blackberry.com default > *@*.*.us.blackberry.com default > 74.82.85. default > > with no success. I even tried to whitelist in the MailScanner rule file > (spam.whitelist.rules): > > mscan:/etc/MailScanner/rules # cat spam.whitelist.rules > # If you are basing a blacklist on this then you can refer to > # a null (empty) sender address with "/^$/" as the address to match. > # > # This is where you can build a Spam WhiteList > # Addresses matching in here, with the value > # "yes" will never be marked as spam. > #From: 152.78. yes > #From: 130.246. yes > #From: host:soton.ac.uk yes # Note this is slower than using the IP > From: 74.82.85. yes > FromOrTo: default no > > and the message keep getting scanned and blocked: > > > Score Matching Rule Description > -0.50 BAYES_00 Bayesian spam probability is 0 to 1% > 2.00 DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/) > 2.00 DIGEST_MULTIPLE Message hits more than one network digest check > 2.50 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/) > 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found > -0.00 SPF_PASS SPF: sender matches SPF record > > > > I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where > to go from here. > > Gary > > You can try something like this in spam.assassin.prefs.com; header FROM_BLACKBERRY From =~ /\@blackberry\./ describe FROM_BLACKBERRY email From blackberry user score FROM_BLACKBERRY -20 adjust the score accordingly. You might have to play with the regex a little til it works for you. From alex at vidadigital.com.pa Fri Jan 4 17:43:09 2013 From: alex at vidadigital.com.pa (Alex Neuman) Date: Fri, 4 Jan 2013 12:43:09 -0500 Subject: Whitelisting problems In-Reply-To: References: <50E6A5A60200002D0000FE76@sparky.asdm.net> Message-ID: Plus you have the syntax wrong. From: .blackberry.com yes ... in /etc/MailScanner/rules/spam.whitelist.rules should work. I don't know why you think "from something default" makes any sense, "from something yes" as an answer to the question "is this whitelisted" makes more sense, since the default is "no". On Fri, Jan 4, 2013 at 11:10 AM, Scott Silva wrote: > on 1/4/2013 6:49 AM Gary Faith spake the following: >> I am attempting to whitelist e-mail from blackberry servers but not having any >> success. Since I read that MailScanner bases the whtelist on the envelope, >> here is the envelope (I changed the e-mail address): >> >> EHLO smtp02.bis6.us.blackberry.com >> MAIL FROM:> > SIZE=876 >> RCPT TO:user at mydomain.net ( mailto:user at mydomain.net) >> Return-Path: >> Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com >> [74.82.85.7]) >> by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id >> r04EPuc6025687 >> >> I have tried whitelisting via Mailwatch: >> >> @srs.bis6.us.blackberry.com default >> *@*.*.us.blackberry.com default >> 74.82.85. default >> >> with no success. I even tried to whitelist in the MailScanner rule file >> (spam.whitelist.rules): >> >> mscan:/etc/MailScanner/rules # cat spam.whitelist.rules >> # If you are basing a blacklist on this then you can refer to >> # a null (empty) sender address with "/^$/" as the address to match. >> # >> # This is where you can build a Spam WhiteList >> # Addresses matching in here, with the value >> # "yes" will never be marked as spam. >> #From: 152.78. yes >> #From: 130.246. yes >> #From: host:soton.ac.uk yes # Note this is slower than using the IP >> From: 74.82.85. yes >> FromOrTo: default no >> >> and the message keep getting scanned and blocked: >> >> >> Score Matching Rule Description >> -0.50 BAYES_00 Bayesian spam probability is 0 to 1% >> 2.00 DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/) >> 2.00 DIGEST_MULTIPLE Message hits more than one network digest check >> 2.50 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/) >> 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found >> -0.00 SPF_PASS SPF: sender matches SPF record >> >> >> >> I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where >> to go from here. >> >> Gary >> >> > You can try something like this in spam.assassin.prefs.com; > > header FROM_BLACKBERRY From =~ /\@blackberry\./ > describe FROM_BLACKBERRY email From blackberry user > score FROM_BLACKBERRY -20 > > > adjust the score accordingly. You might have to play with the regex a little > til it works for you. > > > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- -- Alex Neuman van der Hans Reliant Technologies / Vida Digital http://vidadigital.com.pa/ +507-6781-9505 +507-832-6725 +1-440-253-9789 (USA) Follow @AlexNeuman on Twitter http://facebook.com/vidadigital -- So-called "legal disclaimers" are not legally binding, so don't bother. A cute graphic saying "save the planet, don't print this" can potentially create more CO2, not less, so don't bother either. From oliveiros at gmail.com Fri Jan 4 18:03:08 2013 From: oliveiros at gmail.com (Oliveiros Peixoto (Netinho)) Date: Fri, 04 Jan 2013 16:03:08 -0200 Subject: Attachment block Message-ID: <50E7195C.7090504@gmail.com> Hello All. I would like to notify you that I am having some problems in attachment blocking. I set the Filename Rules mailscanner.conf policy. I have two rules in this file. FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf rafael where the user can send and receive files. zip.I also have a default rule where users can not send or receive files.zip. When I send an email with file.zip attached to a default user the attachment is blocked, but if sending the same email to the user rafael cc with a default user to both receive the email with the attachment. Can anyone tell me if this is a bug? MailScanner Version: MailScanner-4.84.5-2 Thanks Oliveiros Peixoto! From mailborder at gmail.com Fri Jan 4 18:25:34 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 4 Jan 2013 19:25:34 +0100 Subject: Whitelisting problems In-Reply-To: <50E6A5A60200002D0000FE76@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> Message-ID: So I took a look at how I do this on Mailborder servers. In short, it looks like this: # Built by Mailborder Systems # Build Time: Fri, 04 Jan 2013 18:20:02 UTC From: 127.0.0.1 yes From: linus at torvalds.com yes From: *@foo.com yes FromOrTo: default no By default I add 127.0.0.1 to any system generated messages (logwatch, etc.) does not get nailed as spam regardless of content. I noticed your example below that it is only a partial IP address. Have you tried full addresses? Also, make sure that your whitelist is specified within the MailScanner.conf, or create your own config file in the MailScanner/conf.d to make sure it never gets overwritten with upgrades. Jerry Benton www.mailborder.com On Fri, Jan 4, 2013 at 3:49 PM, Gary Faith wrote: > I am attempting to whitelist e-mail from blackberry servers but not having > any success. Since I read that MailScanner bases the whtelist on the > envelope, here is the envelope (I changed the e-mail address): > > EHLO smtp02.bis6.us.blackberry.com > MAIL FROM: > SIZE=876 > RCPT TO:user at mydomain.net ( mailto:user at mydomain.net ) > Return-Path: < g> > Received: from smtp07.bis6.us.blackberry.com ( > smtp07.bis6.us.blackberry.com [74.82.85.7]) > by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id > r04EPuc6025687 > > I have tried whitelisting via Mailwatch: > > @srs.bis6.us.blackberry.com default > *@*.*.us.blackberry.com default > 74.82.85. default > > with no success. I even tried to whitelist in the MailScanner rule file > (spam.whitelist.rules): > > mscan:/etc/MailScanner/rules # cat spam.whitelist.rules > # If you are basing a blacklist on this then you can refer to > # a null (empty) sender address with "/^$/" as the address to match. > # > # This is where you can build a Spam WhiteList > # Addresses matching in here, with the value > # "yes" will never be marked as spam. > #From: 152.78. yes > #From: 130.246. yes > #From: host:soton.ac.uk yes # Note this is slower than using the > IP > From: 74.82.85. yes > FromOrTo: default no > > and the message keep getting scanned and blocked: > > > Score Matching Rule Description -0.50 BAYES_00 Bayesian spam > probability is 0 to 1% 2.00 DCC_CHECK Listed in DCC ( > http://rhyolite.com/anti-spam/dcc/) 2.00 DIGEST_MULTIPLE Message hits > more than one network digest check 2.50 PYZOR_CHECK Listed in Pyzor ( > http://pyzor.sf.net/) 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) > found -0.00 SPF_PASS SPF: sender matches SPF record > > > I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know > where to go from here. > > Gary > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/dc66f109/attachment.html From mailborder at gmail.com Fri Jan 4 18:35:27 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 4 Jan 2013 19:35:27 +0100 Subject: Attachment block In-Reply-To: <50E7195C.7090504@gmail.com> References: <50E7195C.7090504@gmail.com> Message-ID: - Go here: http://demo.mailborder.com - The user name and password is on the page. Navigate to: Dashboard > Global Policy > File Policy - Click on the pencil next to a domain name to see the files. (You can't change anything.) Based on what you are seeing, the following config would be built on a Mailborder system: This is the filename rules. Keep scrolling for how the MailScanner config is setup to read the filename rules. # Built by Mailborder Systems # Build Time: Fri, 04 Jan 2013 18:20:02 UTC deny \.bak$ - - allow \.bz2$ - - deny \{[a-hA-H0-9-]{25,}\} - - allow \.Z$ - - deny \s{10,} - - deny \.fdf$ - - allow \.(mon|tue|wed|thu|fri|sat|sun)\.[a-z0-9]{3}$ - - allow \.x\d+\.rel$ - - deny \.shb$ - - allow \.vcf$ - - deny \.lnk$ - - deny \.mhtml$ - - deny \.xnk$ - - allow \.gif$ - - allow \.t?gz$ - - deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ - - deny \.ins$ - - deny \.its$ - - allow \.jpg$ - - deny .{150,} - - allow \.hqx$ - - allow \.sea$ - - allow \.sit.bin$ - - deny \.md[az]$ - - deny \.vs[stw]$ - - deny \.mau$ - - deny \.ma[dfgmqrsvw]$ - - deny \.cab$ - - allow \.xml\d*\.rel$ - - deny \.hta$ - - deny \.jse?$ - - deny \.pst$ - - deny \.prf$ - - deny \.pif$ - - deny \.job$ - - deny \.tmp$ - - deny \.vsmacros$ - - allow \.(jan|feb|mar|apr|may|jun|june|jul|july|aug|sep|sept|oct|nov|dec)\.[a-z0-9]{3}$ - - allow \.gpg$ - - allow \.pgp$ - - allow \.asc$ - - allow \.sig$ - - allow \.rpm$ - - allow (\.[a-z0-9]{3})\1$ - - allow \.rtf$ - - deny \.cer$ - - deny \.shs$ - - deny \.cnf$ - - allow \.sit$ - - allow \.tex$ - - allow \.txt$ - - deny \.vb[es]$ - - allow \.url$ - - deny \.cmd$ - - deny \.cpl$ - - deny \.cur$ - - deny \.scf$ - - deny \.chm$ - - deny \.hlp$ - - deny \.ani$ - - deny \.ico$ - - deny \.reg$ - - deny \.scr$ - - deny \.ws$ - - deny \.sct$ - - deny \.ws[cfh]$ - - deny \.com$ - - deny \.exe$ - - deny \.bat$ - - allow \.zip$ - - This is a MailScanner/conf.d/mailborder.conf (an extension of MailScanner.conf) You can see the logic by looking and the config values. Built by Mailborder Systems # Build Time: Fri, 04 Jan 2013 18:20:02 UTC %etc-dir% = /etc/MailScanner %mcp-dir% = /etc/MailScanner/mcp %org-long-name% = Mailborder Systems %org-name% = Mailborder %report-dir% = /etc/MailScanner/reports/en %rules-dir% = /etc/MailScanner/rules %web-site% = www.mailborder.com Add Envelope From Header = yes Add Envelope To Header = no Add Text Of Doc = no Add Watermark = yes Allow External Message Bodies = %rules-dir%/aemb.rules Allow File MIME Types = Allow Filenames = Allow Filetypes = Allow Form Tags = %rules-dir%/aft.rules Allow IFrame Tags = %rules-dir%/ait.rules Allow Multiple HTML Signatures = no Allow Object Codebase Tags = %rules-dir%/aoct.rules Allow Partial Messages = %rules-dir%/apm.rules Allow Password-Protected Archives = %rules-dir%/appa.rules Allow Script Tags = %rules-dir%/ast.rules Allow WebBugs = %rules-dir%/awb.rules Also Find Numeric Phishing = %rules-dir%/fnp.rules Always Include MCP Report = no Always Include SpamAssassin Report = yes Always Looked Up Last = &MailWatchLogging Antiword = /usr/bin/antiword -f Antiword Timeout = 50 Archive Mail = Archives Are = zip rar ole Archives: Allow File MIME Types = Archives: Allow Filenames = Archives: Allow Filetypes = Archives: Deny File MIME Types = Archives: Deny Filenames = Archives: Deny Filetypes = Archives: Filename Rules = %etc-dir%/frules/filename.rules Archives: Filetype Rules = %etc-dir%/frules/filetype.rules Attach Image To HTML Message Only = yes Attach Image To Signature = no Attachment Encoding Charset = ISO-8859-1 Attachment Extensions Not To Zip = .zip .rar .gz .tgz .jpg .jpeg .mpg .mpe .mpeg .mp3 .rpm .htm .html .eml Attachment Warning Filename = %org-name%-Attachment-Warning.txt Attachments Min Total Size To Zip = 100k Attachments Zip Filename = Attachments.zip Block Encrypted Messages = %rules-dir%/bem.rules Block Unencrypted Messages = %rules-dir%/bum.rules Bounce MCP As Attachment = no Bounce Spam As Attachment = no Cache SpamAssassin Results = yes Check Filenames In Password-Protected Archives = %rules-dir%/cfippa.rules Check SpamAssassin If On Spam List = yes Check Watermarks To Skip Spam Checks = yes Check Watermarks With No Sender = yes ClamAV Full Message Scan = no ClamAVmodule Maximum Compression Ratio = 250 ClamAVmodule Maximum File Size = 10000000 # (10 Mbytes) ClamAVmodule Maximum Files = 1000 ClamAVmodule Maximum Recursion Level = 8 Clamd Lock File = /var/lock/subsys/clamd Clamd Port = 3310 Clamd Socket = 127.0.0.1 Clamd Use Threads = yes Clean Header Value = Found to be clean Content Modify Subject = start Content Subject Text = [Warning] Convert Dangerous HTML To Text = %rules-dir%/cdht.rules Convert HTML To Text = %rules-dir%/cht.rules Country Sub-Domains List = %etc-dir%/country.domains.conf Custom Spam Scanner Timeout = 20 Custom Spam Scanner Timeout History = 20 Dangerous Content Scanning = %rules-dir%/dcs.rules DB DSN = DB Password = DB Username = Default Rename Pattern = __FILENAME__.disarmed Definite MCP Is High Scoring = no Definite Spam Is High Scoring = no Deleted Bad Content Message Report = %report-dir%/deleted.content.message.txt Deleted Bad Filename Message Report = %report-dir%/deleted.filename.message.txt Deleted Size Message Report = %report-dir%/deleted.size.message.txt Deleted Virus Message Report = %report-dir%/deleted.virus.message.txt Deliver Cleaned Messages = no Deliver Disinfected Files = no Deliver Unparsable TNEF = yes Deny File MIME Types = Deny Filenames = Deny Filetypes = Detailed MCP Report = yes Detailed Spam Report = yes Disarmed Modify Subject = start Disarmed Subject Text = [Disarmed] Disinfected Header Value = Disinfected Disinfected Report = %report-dir%/disinfected.report.txt Dont Sign HTML If Headers Exist = # In-Reply-To: References: Envelope From Header = X-%org-name%-Mailborder-From: Envelope To Header = X-%org-name%-Mailborder-To: Expand TNEF = yes File Command = /usr/bin/file File Timeout = 20 Filename Modify Subject = start Filename Rules = %etc-dir%/frules/filename.rules Filename Subject Text = [Bad File] Filetype Rules = %etc-dir%/frules/filetype.rules Find Archives By Content = %rules-dir%/fac.rules Find Phishing Fraud = %rules-dir%/fpf.rules Find UU-Encoded Files = yes First Check = spam Gunzip Command = /bin/gunzip Gunzip Timeout = 50 Hide Incoming Work Dir = yes Hide Incoming Work Dir in Notices = no High Scoring MCP Actions = deliver High Scoring MCP Modify Subject = start High Scoring MCP Subject Text = [MCP] High Scoring Spam Actions = %rules-dir%/hspam.rules High Scoring Spam Modify Subject = start High Scoring Spam Subject Text = [Spam] High SpamAssassin Score = 15 Highlight Phishing Fraud = yes Hostname = %org-name% ($HOSTNAME) ID Header = X-%org-name%-Mailborder-ID: Ignore Spam Whitelist If Recipients Exceed = 20 Ignored Web Bug Filenames = spacer pixel.gif pixel.png gap shim Include Binary Attachments In SpamAssassin = no Include Scanner Name In Reports = yes Include Scores In MCP Report = no Include Scores In SpamAssassin Report = yes Incoming Queue Dir = /var/spool/postfix/hold Incoming Work Dir = /var/spool/MailScanner/incoming Incoming Work Group = mtagroup Incoming Work Permissions = 0660 Incoming Work User = clamav Infected Header Value = Found to be infected Information Header = X-%org-name%-Mailborder-Information: Information Header Value = Please contact your admin for more information Inline HTML Signature = %report-dir%/inline.sig.html Inline HTML Warning = %report-dir%/inline.warning.html Inline Spam Warning = %report-dir%/inline.spam.warning.txt Inline Text Signature = %report-dir%/inline.sig.txt Inline Text Warning = %report-dir%/inline.warning.txt IP Protocol Version Header = X-%org-name%-Mailborder-IP-Protocol: Is Definitely MCP = no Is Definitely Not MCP = no Is Definitely Not Spam = %rules-dir%/whitelist.rules Is Definitely Spam = %rules-dir%/blacklist.rules Keep Spam And MCP Archive Clean = no Known Web Bug Servers = msgtag.com Language Strings = %report-dir%/languages.conf Local Postmaster = postmaster Log Dangerous HTML Tags = no Log Delivery And Non-Delivery = no Log MCP = no Log Non Spam = no Log Permitted File MIME Types = no Log Permitted Filenames = no Log Permitted Filetypes = no Log Silent Viruses = no Log Spam = no Log SpamAssassin Rule Actions = yes Log Speed = yes Mail Header = X-%org-name%-Mailborder: Mark Infected Messages = yes Mark Unscanned Messages = yes Max Children = 2 Max Custom Spam Scanner Size = 20k Max Custom Spam Scanner Timeouts = 10 Max Normal Queue Size = 800 Max Spam Check Size = 200k Max Spam List Timeouts = 5 Max SpamAssassin Size = 40k Max SpamAssassin Timeouts = 10 Max Unsafe Bytes Per Scan = 50m Max Unsafe Messages Per Scan = 30 Max Unscanned Bytes Per Scan = 100m Max Unscanned Messages Per Scan = 30 Maximum Archive Depth = 8 Maximum Attachment Size = %rules-dir%/mas.rules Maximum Attachments Per Message = 200 Maximum Message Size = %rules-dir%/mms.rules Maximum Processing Attempts = 6 MCP Actions = deliver MCP Checks = no MCP Error Score = 1 MCP Header = X-%org-name%-Mailborder-MCPCheck: MCP High SpamAssassin Score = 10 MCP Max SpamAssassin Size = 100k MCP Max SpamAssassin Timeouts = 20 MCP Modify Subject = start MCP Required SpamAssassin Score = 1 MCP SpamAssassin Default Rules Dir = %mcp-dir% MCP SpamAssassin Install Prefix = %mcp-dir% MCP SpamAssassin Local Rules Dir = %mcp-dir% MCP SpamAssassin Prefs File = %mcp-dir%/mcp.spam.assassin.prefs.conf MCP SpamAssassin Timeout = 10 MCP SpamAssassin User State Dir = MCP Subject Text = [MCP] Minimum Attachment Size = 1 Minimum Stars If On Spam List = 0 Missing Mail Archive Is = directory Monitors for ClamAV Updates = /var/clamav/*.cld /var/clamav/*.cvd MTA = postfix Multiple Headers = append Never Notify Senders Of Precedence = list bulk Non MCP Actions = deliver Non Spam Actions = deliver header "X-Spam-Status: No" Non-Forging Viruses = Joke/ OF97/ WM97/ W97M/ eicar Notices Include Full Headers = yes Notices To = %rules-dir%/vn.rules Notify Senders = yes Notify Senders Of Blocked Filenames Or Filetypes = yes Notify Senders Of Blocked Size Attachments = yes Notify Senders Of Other Blocked Content = yes Notify Senders Of Viruses = no Outgoing Queue Dir = /var/spool/postfix/incoming Phishing Bad Sites File = %etc-dir%/phishing.bad.sites.conf Phishing Modify Subject = yes Phishing Safe Sites File = %etc-dir%/phishing.safe.sites.conf Phishing Subject Text = [Phishing] PID file = /var/run/MailScanner.pid Place New Headers At Top Of Message = yes Processing Attempts Database = /var/spool/MailScanner/incoming/Processing.db Quarantine Dir = /var/spool/MailScanner/quarantine Quarantine Group = mtagroup Quarantine Infections = %rules-dir%/qi.rules Quarantine Modified Body = no Quarantine Permissions = 0660 Quarantine Silent Viruses = no Quarantine User = postfix Quarantine Whole Message = yes Quarantine Whole Messages As Queue Files = yes Queue Scan Interval = 6 Rebuild Bayes Every = 0 Recipient MCP Report = %report-dir%/recipient.mcp.report.txt Recipient Spam Report = %report-dir%/recipient.spam.report.txt Reject Message = no Rejection Report = %report-dir%/rejection.report.txt Remove These Headers = X-Mozilla-Status: X-Mozilla-Status2: Required SpamAssassin Score = %rules-dir%/rsas.rules Restart Every = 7200 Run As Group = postfix Run As User = postfix Scan Messages = %rules-dir%/scan.messages.rules Scanned Modify Subject = no Scanned Subject Text = [Scanned] Send Notices = %rules-dir%/sn.rules Sender Bad Filename Report = %report-dir%/sender.filename.report.txt Sender Content Report = %report-dir%/sender.content.report.txt Sender Error Report = %report-dir%/sender.error.report.txt Sender MCP Report = %report-dir%/sender.mcp.report.txt Sender Size Report = %report-dir%/sender.size.report.txt Sender Spam List Report = %report-dir%/sender.spam.rbl.report.txt Sender Spam Report = %report-dir%/sender.spam.report.txt Sender SpamAssassin Report = %report-dir%/sender.spam.sa.report.txt Sender Virus Report = %report-dir%/sender.virus.report.txt Sendmail = /usr/sbin/sendmail Sendmail2 = /usr/sbin/sendmail Sign Clean Messages = %etc-dir%/rules/scm.rules Sign Messages Already Processed = no Signature Image Filename = signature.jpg Signature Image Filename = %report-dir%/sig.jpg Silent Viruses = HTML-IFrame All-Viruses Size Modify Subject = start Size Subject Text = [Size] Spam Actions = %rules-dir%/spam.rules Spam Checks = %rules-dir%/sc.rules Spam Domain List = Spam Header = X-%org-name%-Mailborder-SpamCheck: Spam List = # spamhaus-ZEN # You can un-comment this to enable them Spam List Definitions = %etc-dir%/spam.lists.conf Spam List Timeout = 4 Spam List Timeouts History = 10 Spam Lists To Be Spam = 1 Spam Lists To Reach High Score = 3 Spam Modify Subject = no Spam Score = yes Spam Score Character = s Spam Score Header = X-%org-name%-Mailborder-SpamScore: Spam Subject Text = [Spam] Spam-Virus Header = X-%org-name%-Mailborder-SpamVirus-Report: SpamAssassin Auto Whitelist = no SpamAssassin Cache Database File = /var/spool/MailScanner/incoming/SpamAssassin.cache.db SpamAssassin Default Rules Dir = SpamAssassin Install Prefix = SpamAssassin Local Rules Dir = SpamAssassin Local State Dir = # /var/lib/spamassassin SpamAssassin Rule Actions = SpamAssassin Site Rules Dir = /etc/mail/spamassassin SpamAssassin Temporary Dir = /var/spool/MailScanner/incoming/SpamAssassin-Temp SpamAssassin Timeout = 75 SpamAssassin Timeouts History = 30 SpamAssassin User State Dir = /var/spool/MailScanner/spamassassin SpamScore Number Instead Of Stars = yes SQL Config = SQL Debug = no SQL Quick Peek = SQL Ruleset = SQL Serial Number = SQL SpamAssassin Config = Still Deliver Silent Viruses = no Stored Bad Content Message Report = %report-dir%/stored.content.message.txt Stored Bad Filename Message Report = %report-dir%/stored.filename.message.txt Stored Size Message Report = %report-dir%/stored.size.message.txt Stored Virus Message Report = %report-dir%/stored.virus.message.txt Syslog Facility = mail TNEF Expander = /usr/bin/tnef --maxsize=100000000 TNEF Timeout = 120 Treat Invalid Watermarks With No Sender as Spam = spam Unpack Microsoft Documents = no Unrar Command = /usr/bin/unrar Unrar Timeout = 50 Unscanned Header Value = Not scanned Unzip Filenames = *.txt *.ini *.log *.csv Unzip Maximum File Size = 50k Unzip Maximum Files Per Archive = 0 Unzip MimeType = text/plain Use Custom Spam Scanner = no Use SpamAssassin = yes Use Stricter Phishing Net = yes Use TNEF Contents = replace Use Watermarking = %rules-dir%/wm.rules Virus Modify Subject = start Virus Names Which Are Spam = Sane*UNOFFICIAL HTML/* *Phish* Virus Scanner Definitions = %etc-dir%/virus.scanners.conf Virus Scanner Timeout = 300 Virus Scanners = clamd Virus Scanning = yes Virus Subject Text = [Warning] Wait During Bayes Rebuild = no Warning Is Attachment = no Watermark Header = X-%org-name%-Mailborder-Watermark: Watermark Lifetime = 604800 Watermark Secret = %org-name%-Mailborder-Watermark-Secret Web Bug Replacement = http://cdn.mailscanner.info/1x1spacer.gif Zip Attachments = %rules-dir%/zipa.rules On Fri, Jan 4, 2013 at 7:03 PM, Oliveiros Peixoto (Netinho) < oliveiros at gmail.com> wrote: > Hello All. > > I would like to notify you that I am having some problems in attachment > blocking. I set the Filename Rules mailscanner.conf policy. I have two > rules in this file. > > FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also have a > default rule where users can not send or receive files.zip. When I send > an email with file.zip attached to a default user the attachment is > blocked, but if sending the same email to the user rafael cc with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/248b4157/attachment.html From mailborder at gmail.com Fri Jan 4 18:38:20 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 4 Jan 2013 19:38:20 +0100 Subject: Attachment block In-Reply-To: <50E7195C.7090504@gmail.com> References: <50E7195C.7090504@gmail.com> Message-ID: And out of curiosity, are you using Red Hat or CentOS 6.3? I see crazy behavior on 6.3. On Fri, Jan 4, 2013 at 7:03 PM, Oliveiros Peixoto (Netinho) < oliveiros at gmail.com> wrote: > Hello All. > > I would like to notify you that I am having some problems in attachment > blocking. I set the Filename Rules mailscanner.conf policy. I have two > rules in this file. > > FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also have a > default rule where users can not send or receive files.zip. When I send > an email with file.zip attached to a default user the attachment is > blocked, but if sending the same email to the user rafael cc with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/63d10748/attachment.html From mailborder at gmail.com Fri Jan 4 18:43:23 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 4 Jan 2013 19:43:23 +0100 Subject: Attachment block In-Reply-To: <50E7195C.7090504@gmail.com> References: <50E7195C.7090504@gmail.com> Message-ID: I forgot to include the filename rules as this works on a per domain basis: # Built by Mailborder Systems # Build Time: Fri, 04 Jan 2013 18:20:02 UTC FromOrTo: mailborder.com /etc/MailScanner/frules/mailborder.com.fn.conf FromOrTo: mailborder.net /etc/MailScanner/frules/mailborder.net.fn.conf FromOrTo: default /etc/MailScanner/filename.rules.conf So the filename rules that you saw in the previous email are linked from here. On Fri, Jan 4, 2013 at 7:03 PM, Oliveiros Peixoto (Netinho) < oliveiros at gmail.com> wrote: > Hello All. > > I would like to notify you that I am having some problems in attachment > blocking. I set the Filename Rules mailscanner.conf policy. I have two > rules in this file. > > FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also have a > default rule where users can not send or receive files.zip. When I send > an email with file.zip attached to a default user the attachment is > blocked, but if sending the same email to the user rafael cc with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/463d7297/attachment.html From maxsec at gmail.com Fri Jan 4 18:45:07 2013 From: maxsec at gmail.com (Martin Hepworth) Date: Fri, 4 Jan 2013 18:45:07 +0000 Subject: Attachment block In-Reply-To: <50E7195C.7090504@gmail.com> References: <50E7195C.7090504@gmail.com> Message-ID: Thats because the envelope to has the non rapheal user and this what mailscanner triggers on. When you have multiple users in the to or cc abd you have conflicting actions it get confusing as what would happen otherwise Have a look in the for a way to make your mts split the messages into multiple messages for each recipient so each email addreas recieves itams correct actions Martin On Friday, 4 January 2013, Oliveiros Peixoto (Netinho) wrote: > Hello All. > > I would like to notify you that I am having some problems in attachment > blocking. I set the Filename Rules mailscanner.conf policy. I have two > rules in this file. > > FromOrTo: rafael at mymail.com % > etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also have a > default rule where users can not send or receive files.zip. When I send > an email with file.zip attached to a default user the attachment is > blocked, but if sending the same email to the user rafael cc with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- -- Martin Hepworth, CISSP Oxford, UK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/37cc73d7/attachment.html From mailborder at gmail.com Fri Jan 4 20:19:03 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 4 Jan 2013 21:19:03 +0100 Subject: Attachment block In-Reply-To: References: <50E7195C.7090504@gmail.com> Message-ID: I missed the per user assignment. I must be slipping. There are some references in the wiki. For example, postfix is here: http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:how_to:split_mails_per_recipient Could probably search for similar reference for sendmail. On Fri, Jan 4, 2013 at 7:45 PM, Martin Hepworth wrote: > Thats because the envelope to has the non rapheal user and this what > mailscanner triggers on. When you have multiple users in the to or cc abd > you have conflicting actions it get confusing as what would happen otherwise > > Have a look in the for a way to make your mts split the messages into > multiple messages for each recipient so each email addreas recieves itams > correct actions > > Martin > > > On Friday, 4 January 2013, Oliveiros Peixoto (Netinho) wrote: > >> Hello All. >> >> I would like to notify you that I am having some problems in attachment >> blocking. I set the Filename Rules mailscanner.conf policy. I have two >> rules in this file. >> >> FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf >> FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf >> >> rafael where the user can send and receive files. zip.I also have a >> default rule where users can not send or receive files.zip. When I send >> an email with file.zip attached to a default user the attachment is >> blocked, but if sending the same email to the user rafael cc with a >> default user to both receive the email with the attachment. >> >> Can anyone tell me if this is a bug? >> >> MailScanner Version: MailScanner-4.84.5-2 >> >> Thanks >> Oliveiros Peixoto! >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> > > > -- > -- > Martin Hepworth, CISSP > Oxford, UK > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130104/a96eced2/attachment-0001.html From gafaith at asdm.net Sat Jan 5 22:07:05 2013 From: gafaith at asdm.net (Gary Faith) Date: Sat, 05 Jan 2013 17:07:05 -0500 Subject: Whitelisting problems In-Reply-To: References: <50E6A5A60200002D0000FE76@sparky.asdm.net> Message-ID: <50E85DB90200002D0000FECF@sparky.asdm.net> I attempted this rule but while it passes the regex test, it doesn't every show up on the spamassasin list as matching. # Rule to find Whitelist Blackberry mail header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ score FROM_BLACKBERRY -10 describe FROM_BLACKBERRY email From blackberry user Gary >>> Scott Silva 1/4/2013 11:10 AM >>> on 1/4/2013 6:49 AM Gary Faith spake the following: > I am attempting to whitelist e-mail from blackberry servers but not having any > success. Since I read that MailScanner bases the whtelist on the envelope, > here is the envelope (I changed the e-mail address): > > EHLO smtp02.bis6.us.blackberry.com > MAIL FROM: > SIZE=876 > RCPT TO:user at mydomain.net ( mailto:user at mydomain.net) > Return-Path: > Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com > [74.82.85.7]) > by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id > r04EPuc6025687 > > I have tried whitelisting via Mailwatch: > > @srs.bis6.us.blackberry.com default > *@*.*.us.blackberry.com default > 74.82.85. default > > with no success. I even tried to whitelist in the MailScanner rule file > (spam.whitelist.rules): > > mscan:/etc/MailScanner/rules # cat spam.whitelist.rules > # If you are basing a blacklist on this then you can refer to > # a null (empty) sender address with "/^$/" as the address to match. > # > # This is where you can build a Spam WhiteList > # Addresses matching in here, with the value > # "yes" will never be marked as spam. > #From: 152.78. yes > #From: 130.246. yes > #From: host:soton.ac.uk yes # Note this is slower than using the IP > From: 74.82.85. yes > FromOrTo: default no > > and the message keep getting scanned and blocked: > > > Score Matching Rule Description > -0.50 BAYES_00 Bayesian spam probability is 0 to 1% > 2.00 DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/) > 2.00 DIGEST_MULTIPLE Message hits more than one network digest check > 2.50 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/) > 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found > -0.00 SPF_PASS SPF: sender matches SPF record > > > > I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where > to go from here. > > Gary > > You can try something like this in spam.assassin.prefs.com; header FROM_BLACKBERRYFrom =~ /\@blackberry\./ describe FROM_BLACKBERRYemail From blackberry user score FROM_BLACKBERRY-20 adjust the score accordingly. You might have to play with the regex a little til it works for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130105/3d428966/attachment.html From gafaith at asdm.net Sat Jan 5 22:16:14 2013 From: gafaith at asdm.net (Gary Faith) Date: Sat, 05 Jan 2013 17:16:14 -0500 Subject: Whitelisting problems In-Reply-To: References: <50E6A5A60200002D0000FE76@sparky.asdm.net> Message-ID: <50E85FDE0200002D0000FED4@sparky.asdm.net> These entries >> @srs.bis6.us.blackberry.com default >> *@*.*.us.blackberry.com default >> 74.82.85. default were cut and pasted from the mailwatch whitelist. Something went wrong when I pasted the info from the spam.whitelist.rules. It should have been this. Sorry for the confusion. # If you are basing a blacklist on this then you can refer to # a null (empty) sender address with "/^$/" as the address to match. # # This is where you can build a Spam WhiteList # Addresses matching in here, with the value # "yes" will never be marked as spam. #From: 152.78. yes #From: 130.246. yes #From: host:soton.ac.uk yes # Note this is slower than using the IP From: 74.82.85. yes FromOrTo: default no After testing, I realized that I use either the SQL whitelist or the file based rules. #Is Definitely Not Spam = %rules-dir%/spam.whitelist.rules Is Definitely Not Spam = &SQLWhitelist I finally figured out the entry to whitelist in the spam.whitelist.rules works but the entry to whitelist in the SQL whitelist doesn't. So maybe there is something wrong with the SQL table. Not sure, need to test some more. Gary >>> Alex Neuman 1/4/2013 12:43 PM >>> Plus you have the syntax wrong. From: .blackberry.com yes ... in /etc/MailScanner/rules/spam.whitelist.rules should work. I don't know why you think "from something default" makes any sense, "from something yes" as an answer to the question "is this whitelisted" makes more sense, since the default is "no". On Fri, Jan 4, 2013 at 11:10 AM, Scott Silva wrote: > on 1/4/2013 6:49 AM Gary Faith spake the following: >> I am attempting to whitelist e-mail from blackberry servers but not having any >> success. Since I read that MailScanner bases the whtelist on the envelope, >> here is the envelope (I changed the e-mail address): >> >> EHLO smtp02.bis6.us.blackberry.com >> MAIL FROM:> > SIZE=876 >> RCPT TO:user at mydomain.net ( mailto:user at mydomain.net) >> Return-Path: >> Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com >> [74.82.85.7]) >> by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id >> r04EPuc6025687 >> >> I have tried whitelisting via Mailwatch: >> >> @srs.bis6.us.blackberry.com default >> *@*.*.us.blackberry.com default >> 74.82.85. default >> >> with no success. I even tried to whitelist in the MailScanner rule file >> (spam.whitelist.rules): >> >> mscan:/etc/MailScanner/rules # cat spam.whitelist.rules >> # If you are basing a blacklist on this then you can refer to >> # a null (empty) sender address with "/^$/" as the address to match. >> # >> # This is where you can build a Spam WhiteList >> # Addresses matching in here, with the value >> # "yes" will never be marked as spam. >> #From: 152.78. yes >> #From: 130.246. yes >> #From: host:soton.ac.uk yes # Note this is slower than using the IP >> @srs.bis6.us.blackberry.com default >> *@*.*.us.blackberry.com default >> 74.82.85. default >> FromOrTo: default no >> >> and the message keep getting scanned and blocked: >> >> >> Score Matching Rule Description >> -0.50 BAYES_00 Bayesian spam probability is 0 to 1% >> 2.00 DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/) >> 2.00 DIGEST_MULTIPLE Message hits more than one network digest check >> 2.50 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/) >> 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found >> -0.00 SPF_PASS SPF: sender matches SPF record >> >> >> >> I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where >> to go from here. >> >> Gary >> >> > You can try something like this in spam.assassin.prefs.com; > > header FROM_BLACKBERRY From =~ /\@blackberry\./ > describe FROM_BLACKBERRY email From blackberry user > score FROM_BLACKBERRY -20 > > > adjust the score accordingly. You might have to play with the regex a little > til it works for you. > > > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- -- Alex Neuman van der Hans Reliant Technologies / Vida Digital http://vidadigital.com.pa/ +507-6781-9505 +507-832-6725 +1-440-253-9789 (USA) Follow @AlexNeuman on Twitter http://facebook.com/vidadigital -- So-called "legal disclaimers" are not legally binding, so don't bother. A cute graphic saying "save the planet, don't print this" can potentially create more CO2, not less, so don't bother either. -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130105/393018a5/attachment.html From alex at vidadigital.com.pa Sun Jan 6 12:49:32 2013 From: alex at vidadigital.com.pa (Alex Neuman) Date: Sun, 6 Jan 2013 07:49:32 -0500 Subject: Attachment block In-Reply-To: <50E7195C.7090504@gmail.com> References: <50E7195C.7090504@gmail.com> Message-ID: Aren't rules supposed to end in ".rules" and not ".rules.conf"? On Fri, Jan 4, 2013 at 1:03 PM, Oliveiros Peixoto (Netinho) wrote: > Hello All. > > I would like to notify you that I am having some problems in attachment > blocking. I set the Filename Rules mailscanner.conf policy. I have two > rules in this file. > > FromOrTo: rafael at mymail.com % etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also have a > default rule where users can not send or receive files.zip. When I send > an email with file.zip attached to a default user the attachment is > blocked, but if sending the same email to the user rafael cc with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! -- -- Alex Neuman van der Hans Reliant Technologies / Vida Digital http://vidadigital.com.pa/ +507-6781-9505 +507-832-6725 +1-440-253-9789 (USA) Follow @AlexNeuman on Twitter http://facebook.com/vidadigital -- So-called "legal disclaimers" are not legally binding, so don't bother. A cute graphic saying "save the planet, don't print this" can potentially create more CO2, not less, so don't bother either. From mailborder at gmail.com Sun Jan 6 14:23:55 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Sun, 6 Jan 2013 15:23:55 +0100 Subject: Attachment block In-Reply-To: References: <50E7195C.7090504@gmail.com> Message-ID: I don't think it matters as long as it is defined in the MailScanner.conf. On Sun, Jan 6, 2013 at 1:49 PM, Alex Neuman wrote: > Aren't rules supposed to end in ".rules" and not ".rules.conf"? > > On Fri, Jan 4, 2013 at 1:03 PM, Oliveiros Peixoto (Netinho) > wrote: > > Hello All. > > > > I would like to notify you that I am having some problems in attachment > > blocking. I set the Filename Rules mailscanner.conf policy. I have two > > rules in this file. > > > > FromOrTo: rafael at mymail.com % > etc-dir%/rules/filename.liberado.rules.conf > > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > > > rafael where the user can send and receive files. zip.I also have a > > default rule where users can not send or receive files.zip. When I send > > an email with file.zip attached to a default user the attachment is > > blocked, but if sending the same email to the user rafael cc with a > > default user to both receive the email with the attachment. > > > > Can anyone tell me if this is a bug? > > > > MailScanner Version: MailScanner-4.84.5-2 > > > > Thanks > > Oliveiros Peixoto! > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > -- > > -- > > Alex Neuman van der Hans > Reliant Technologies / Vida Digital > http://vidadigital.com.pa/ > > +507-6781-9505 > +507-832-6725 > +1-440-253-9789 (USA) > > Follow @AlexNeuman on Twitter > http://facebook.com/vidadigital > > > -- So-called "legal disclaimers" are not legally binding, so don't > bother. A cute graphic saying "save the planet, don't print this" can > potentially create more CO2, not less, so don't bother either. > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130106/ae3b4d4f/attachment.html From gafaith at asdm.net Sun Jan 6 23:14:55 2013 From: gafaith at asdm.net (Gary Faith) Date: Sun, 06 Jan 2013 18:14:55 -0500 Subject: Whitelisting problems In-Reply-To: <50E85DB90200002D0000FECF@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> <50E85DB90200002D0000FECF@sparky.asdm.net> Message-ID: <50E9BF1F0200002D0000FEF0@sparky.asdm.net> As a followup, I tried a test and added this rule to the local.cf file in /etc/mail/spamassassin and it never shows a match on any email. header COM_DOMAIN_MAIL From =~ /\.com/i score COM_DOMAIN_MAIL 0.1 I am at a loss. Shouldn't this match any e-mail address from user with a .com domain and add a 0.1 score? Gary >>> "Gary Faith" 1/5/2013 5:07 PM >>> I attempted this rule but while it passes the regex test, it doesn't every show up on the spamassasin list as matching. # Rule to find Whitelist Blackberry mail header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ score FROM_BLACKBERRY -10 describe FROM_BLACKBERRY email From blackberry user Gary >>> Scott Silva 1/4/2013 11:10 AM >>> on 1/4/2013 6:49 AM Gary Faith spake the following: > I am attempting to whitelist e-mail from blackberry servers but not having any > success. Since I read that MailScanner bases the whtelist on the envelope, > here is the envelope (I changed the e-mail address): > > EHLO smtp02.bis6.us.blackberry.com > MAIL FROM: > SIZE=876 > RCPT TO:user at mydomain.net ( mailto:user at mydomain.net) > Return-Path: > Received: from smtp07.bis6.us.blackberry.com (smtp07.bis6.us.blackberry.com > [74.82.85.7]) > by mscan.asdmonline.net (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id > r04EPuc6025687 > > I have tried whitelisting via Mailwatch: > > @srs.bis6.us.blackberry.com default > *@*.*.us.blackberry.com default > 74.82.85. default > > with no success. I even tried to whitelist in the MailScanner rule file > (spam.whitelist.rules): > > mscan:/etc/MailScanner/rules # cat spam.whitelist.rules > # If you are basing a blacklist on this then you can refer to > # a null (empty) sender address with "/^$/" as the address to match. > # > # This is where you can build a Spam WhiteList > # Addresses matching in here, with the value > # "yes" will never be marked as spam. > #From: 152.78. yes > #From: 130.246. yes > #From: host:soton.ac.uk yes # Note this is slower than using the IP > From: 74.82.85. yes > FromOrTo: default no > > and the message keep getting scanned and blocked: > > > Score Matching Rule Description > -0.50 BAYES_00 Bayesian spam probability is 0 to 1% > 2.00 DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/) > 2.00 DIGEST_MULTIPLE Message hits more than one network digest check > 2.50 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/) > 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found > -0.00 SPF_PASS SPF: sender matches SPF record > > > > I am running MailScanner version 4.83.4 on SLES 10 64-bit. I don't know where > to go from here. > > Gary > > You can try something like this in spam.assassin.prefs.com; header FROM_BLACKBERRYFrom =~ /\@blackberry\./ describe FROM_BLACKBERRYemail From blackberry user score FROM_BLACKBERRY-20 adjust the score accordingly. You might have to play with the regex a little til it works for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130106/2d0817d2/attachment.html From gafaith at asdm.net Mon Jan 7 14:03:14 2013 From: gafaith at asdm.net (Gary Faith) Date: Mon, 07 Jan 2013 09:03:14 -0500 Subject: Whitelisting problems In-Reply-To: <50E9BF1F0200002D0000FEF0@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> <50E85DB90200002D0000FECF@sparky.asdm.net> <50E9BF1F0200002D0000FEF0@sparky.asdm.net> Message-ID: <50EA8F520200002D0000FF1C@sparky.asdm.net> Finally, getting close to figuring this out but I could really use some help here. I figured out part of the issues was spamassassin was caching data and I had to delete the cache to get it to process the rules for this message. I created these three spamassassin rules: # Rule to find Whitelist Blackberry mail header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ score FROM_BLACKBERRY -10 describe FROM_BLACKBERRY email From blackberry user header COM_DOMAIN_MAIL From =~ /\.com/i score COM_DOMAIN_MAIL 0.1 header NET_DOMAIN_MAIL From =~ /\.net/i score NET_DOMAIN_MAIL 0.1 Here is the problem now. The meessage is being sent From: srs0=jc450o=la=mydomain.net=gafaith at srs.bis6.us.blackberry.com and in the Spam report, I get: -0.50BAYES_00Bayesian spam probability is 0 to 1% 0.10NET_DOMAIN_MAIL 1.53RATWARE_EFROMBulk email fingerprint (envfrom) found -0.00SPF_PASSSPF: sender matches SPF record It should match the FROM_BLACKBERRY and the COM_DOMAIN_MAIL rule but instead it matches the NET_DOMAIN_MAIL rule. It looks like it is matching on the first instance of a domain instead of what is after the @ sign. Maybe with this information someone can tell me why it is doing this and what I can do to have it match the us.blackberry.com. Thanks in advance, Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130107/418681e9/attachment.html From Denis.Beauchemin at usherbrooke.ca Mon Jan 7 14:54:14 2013 From: Denis.Beauchemin at usherbrooke.ca (Denis Beauchemin) Date: Mon, 7 Jan 2013 14:54:14 +0000 Subject: Whitelisting problems In-Reply-To: <50EA8F520200002D0000FF1C@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> <50E85DB90200002D0000FECF@sparky.asdm.net> <50E9BF1F0200002D0000FEF0@sparky.asdm.net> <50EA8F520200002D0000FF1C@sparky.asdm.net> Message-ID: Gary, This rule is wrong: header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ It should read: header FROM_BLACKBERRY From =~ /\.us\.blackberry\.com/ Rethinking about your rule, I'm not so sure anymore it was wrong because the part I removed \.* would match any number of periods, from zero to infinity. I'm pretty sure you don't have to match the complete from, but if you wanted to you would rewrite your rule this way: header FROM_BLACKBERRY From =~ /.*\.us\.blackberry\.com/ Denis De?: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] De la part de Gary Faith Envoy??: 7 janvier 2013 09:13 ??: mailscanner at lists.mailscanner.info Objet?: Re: Whitelisting problems Finally, getting close to figuring this out but I could really use some help here.? I figured out part of the issues was spamassassin was caching data and I had to delete the cache to get it to process the rules for this message. ? I created these three spamassassin rules: ? # Rule to find Whitelist Blackberry mail header??? FROM_BLACKBERRY?????? From =~ /\.*\.us\.blackberry\.com/ score???? FROM_BLACKBERRY?????? -10 describe? FROM_BLACKBERRY?????? email From blackberry user header COM_DOMAIN_MAIL From =~ /\.com/i score COM_DOMAIN_MAIL 0.1 header NET_DOMAIN_MAIL From =~ /\.net/i score NET_DOMAIN_MAIL 0.1 Here is the problem now.? The meessage is being sent ? From: srs0=jc450o=la=mydomain.net=gafaith at srs.bis6.us.blackberry.com and in the Spam report, I get: ? -0.50 BAYES_00 Bayesian spam probability is 0 to 1% 0.10 NET_DOMAIN_MAIL ? 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found -0.00 SPF_PASS SPF: sender matches SPF record ? It should match the FROM_BLACKBERRY?and the COM_DOMAIN_MAIL rule but instead it matches the NET_DOMAIN_MAIL rule.? It looks like it is matching on the first instance of a domain instead of what is after the @ sign. ? Maybe with this information someone can tell me why it is doing this and what I can do to have it match the us.blackberry.com. ? Thanks in advance, ? Gary From gafaith at asdm.net Mon Jan 7 19:52:32 2013 From: gafaith at asdm.net (Gary Faith) Date: Mon, 07 Jan 2013 14:52:32 -0500 Subject: Whitelisting problems In-Reply-To: References: <50E6A5A60200002D0000FE76@sparky.asdm.net> <50E85DB90200002D0000FECF@sparky.asdm.net> <50E9BF1F0200002D0000FEF0@sparky.asdm.net> <50EA8F520200002D0000FF1C@sparky.asdm.net> Message-ID: <50EAE1300200002D0000FF7E@sparky.asdm.net> Dennis, I tried both: header FROM_BLACKBERRY From =~ /\.us\.blackberry\.com/ header FROM_BLACKBERRY From =~ /.*\.us\.blackberry\.com/ but it still doesn't match the rule. Gary >>> Denis Beauchemin 1/7/2013 9:54 AM >>> Gary, This rule is wrong: header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ It should read: header FROM_BLACKBERRY From =~ /\.us\.blackberry\.com/ Rethinking about your rule, I'm not so sure anymore it was wrong because the part I removed \.* would match any number of periods, from zero to infinity. I'm pretty sure you don't have to match the complete from, but if you wanted to you would rewrite your rule this way: header FROM_BLACKBERRY From =~ /.*\.us\.blackberry\.com/ Denis De : mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] De la part de Gary Faith Envoy? : 7 janvier 2013 09:13 ? : mailscanner at lists.mailscanner.info Objet : Re: Whitelisting problems Finally, getting close to figuring this out but I could really use some help here. I figured out part of the issues was spamassassin was caching data and I had to delete the cache to get it to process the rules for this message. I created these three spamassassin rules: # Rule to find Whitelist Blackberry mail header FROM_BLACKBERRY From =~ /\.*\.us\.blackberry\.com/ score FROM_BLACKBERRY -10 describe FROM_BLACKBERRY email From blackberry user header COM_DOMAIN_MAIL From =~ /\.com/i score COM_DOMAIN_MAIL 0.1 header NET_DOMAIN_MAIL From =~ /\.net/i score NET_DOMAIN_MAIL 0.1 Here is the problem now. The meessage is being sent From: srs0=jc450o=la=mydomain.net=gafaith at srs.bis6.us.blackberry.com and in the Spam report, I get: -0.50 BAYES_00 Bayesian spam probability is 0 to 1% 0.10 NET_DOMAIN_MAIL 1.53 RATWARE_EFROM Bulk email fingerprint (envfrom) found -0.00 SPF_PASS SPF: sender matches SPF record It should match the FROM_BLACKBERRY and the COM_DOMAIN_MAIL rule but instead it matches the NET_DOMAIN_MAIL rule. It looks like it is matching on the first instance of a domain instead of what is after the @ sign. Maybe with this information someone can tell me why it is doing this and what I can do to have it match the us.blackberry.com. Thanks in advance, Gary -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130107/7026eaee/attachment.html From ssilva at sgvwater.com Tue Jan 8 00:05:06 2013 From: ssilva at sgvwater.com (Scott Silva) Date: Mon, 07 Jan 2013 16:05:06 -0800 Subject: Whitelisting problems In-Reply-To: <50EAE1300200002D0000FF7E@sparky.asdm.net> References: <50E6A5A60200002D0000FE76@sparky.asdm.net> <50E85DB90200002D0000FECF@sparky.asdm.net> <50E9BF1F0200002D0000FEF0@sparky.asdm.net> <50EA8F520200002D0000FF1C@sparky.asdm.net> <50EAE1300200002D0000FF7E@sparky.asdm.net> Message-ID: on 1/7/2013 11:52 AM Gary Faith spake the following: > Dennis, > > I tried both: > > header FROM_BLACKBERRY From =~ /\.us\.blackberry\.com/ > header FROM_BLACKBERRY From =~ /.*\.us\.blackberry\.com/ > but it still doesn't match the rule. > > Gary Did you reload Mailscanner after your changes? From ganci at nurdog.com Tue Jan 8 05:18:04 2013 From: ganci at nurdog.com (Paul R. Ganci) Date: Mon, 07 Jan 2013 22:18:04 -0700 Subject: /usr/sbin/MailScanner.xxxxxx files Message-ID: <50EBAC0C.6080503@nurdog.com> Perhaps this has been going on for a while now, but I just discovered that MailScanner seems to be creating files like MailScanner.xxxxxx in /usr/sbin every time I do a /etc/rc.d/init.d/MailScanner restart on a CentOS 5.8 system. What are these files, why are they created in /usr/sbin and can that be changed? Thanks for your help. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130107/d1bc6543/attachment.html From achim+mailwatch at qustodium.net Tue Jan 8 11:18:53 2013 From: achim+mailwatch at qustodium.net (Achim J. Latz) Date: Tue, 08 Jan 2013 12:18:53 +0100 Subject: MailScanner and ZendTo Integration In-Reply-To: <4E9EBE8A.9010902@qustodium.net> References: <0cf718be-2b37-46f7-9c7e-3ce505c125fe@cronlabworkstation0> <4E9EBE8A.9010902@qustodium.net> Message-ID: <50EC009D.5000803@qustodium.net> Hello list, and happy 2013! On 19/10/2011 14:11, Achim J. Latz wrote: > Hello list: > > On 19/10/2011 12:56, Markus Nilsson wrote: >> I think this looks great, and it would be fantastic to get it integrated >> into MailScanner code! >> >> /Markus > > I agree with Phil and Markus that this looks very good: especially if > you think about industries where sending large files is pretty common, > such as print providers or marketing offices. > > An inclusion of the patchset would be great! From the repository, I can see that there has not been a lot of action around this topic. Since this seems like a great addition, may I inquire if there is any specific problem holding back integration? This appears very similar to Thunderbirds "Filelink" feature and is super useful, because it is a very convenient way to distribute big files. Thank you in advance and best regards, Achim From gafaith at asdm.net Tue Jan 8 20:33:35 2013 From: gafaith at asdm.net (Gary Faith) Date: Tue, 08 Jan 2013 15:33:35 -0500 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50EBAC0C.6080503@nurdog.com> References: <50EBAC0C.6080503@nurdog.com> Message-ID: <50EC3C4F0200002D0000FFDA@sparky.asdm.net> Hey, this is something that even I can answer! These are backups of MailScanner. Check /root/bin and you will probably see files like these with the main one being bold below. There should be a cron job in /etc/cron.monthly that run the /root/bin/mailscanner-backup.sh script. -rwxr-xr-x 1 root root 186 Jan 8 2012 delmsback-20120108.sh -rwxr-xr-x 1 root root 186 Feb 9 2012 delmsback-20120209.sh -rwxr-xr-x 1 root root 186 Mar 10 2012 delmsback-20120310.sh -rwxr-xr-x 1 root root 186 Apr 11 2012 delmsback-20120411.sh -rwxr-xr-x 1 root root 186 May 12 2012 delmsback-20120512.sh -rwxr-xr-x 1 root root 186 Jun 13 2012 delmsback-20120613.sh -rwxr-xr-x 1 root root 186 Jul 14 09:30 delmsback-20120714.sh -rwxr-xr-x 1 root root 186 Aug 15 09:45 delmsback-20120815.sh -rwxr-xr-x 1 root root 186 Sep 16 10:00 delmsback-20120916.sh -rwxr-xr-x 1 root root 186 Oct 16 19:45 delmsback-20121016.sh -rwxr-xr-x 1 root root 186 Nov 4 23:00 delmsback-20121104.sh -rwxr-xr-x 1 root root 186 Dec 5 23:28 delmsback-20121205.sh -rwxr-xr-x 1 root root 186 Jan 6 23:30 delmsback-20130106.sh -rwxr-x--- 1 root root 571 Feb 20 2011 mailscanner-backup.sh -rwxr-xr-x 1 root root 228 Jan 8 2012 restorems-20120108.sh -rwxr-xr-x 1 root root 228 Feb 9 2012 restorems-20120209.sh -rwxr-xr-x 1 root root 228 Mar 10 2012 restorems-20120310.sh -rwxr-xr-x 1 root root 228 Apr 11 2012 restorems-20120411.sh -rwxr-xr-x 1 root root 228 May 12 2012 restorems-20120512.sh -rwxr-xr-x 1 root root 228 Jun 13 2012 restorems-20120613.sh -rwxr-xr-x 1 root root 228 Jul 14 09:30 restorems-20120714.sh -rwxr-xr-x 1 root root 228 Aug 15 09:45 restorems-20120815.sh -rwxr-xr-x 1 root root 228 Sep 16 10:00 restorems-20120916.sh -rwxr-xr-x 1 root root 228 Oct 16 19:45 restorems-20121016.sh -rwxr-xr-x 1 root root 228 Nov 4 23:00 restorems-20121104.sh -rwxr-xr-x 1 root root 228 Dec 5 23:28 restorems-20121205.sh -rwxr-xr-x 1 root root 228 Jan 6 23:30 restorems-20130106.sh Gary >>> "Paul R. Ganci" 1/8/2013 12:18 AM >>> Perhaps this has been going on for a while now, but I just discovered that MailScanner seems to be creating files like MailScanner.xxxxxx in /usr/sbin every time I do a /etc/rc.d/init.d/MailScanner restart on a CentOS 5.8 system. What are these files, why are they created in /usr/sbin and can that be changed? Thanks for your help. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/4686a9fa/attachment.html From Kevin_Miller at ci.juneau.ak.us Tue Jan 8 21:06:00 2013 From: Kevin_Miller at ci.juneau.ak.us (Kevin Miller) Date: Tue, 8 Jan 2013 12:06:00 -0900 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50EC3C4F0200002D0000FFDA@sparky.asdm.net> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> Message-ID: <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> This is either something new or hand rolled. None of my MailScanner boxes have a mailscanner-backup.sh file anywhere, nor a cron job... ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User No: 307357 From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Gary Faith Sent: Tuesday, January 08, 2013 11:34 AM To: 'MailScanner discussion' Subject: Re: /usr/sbin/MailScanner.xxxxxx files Hey, this is something that even I can answer! These are backups of MailScanner. Check /root/bin and you will probably see files like these with the main one being bold below. There should be a cron job in /etc/cron.monthly that run the /root/bin/mailscanner-backup.sh script. -rwxr-xr-x 1 root root 186 Jan 8 2012 delmsback-20120108.sh -rwxr-xr-x 1 root root 186 Feb 9 2012 delmsback-20120209.sh -rwxr-xr-x 1 root root 186 Mar 10 2012 delmsback-20120310.sh -rwxr-xr-x 1 root root 186 Apr 11 2012 delmsback-20120411.sh -rwxr-xr-x 1 root root 186 May 12 2012 delmsback-20120512.sh -rwxr-xr-x 1 root root 186 Jun 13 2012 delmsback-20120613.sh -rwxr-xr-x 1 root root 186 Jul 14 09:30 delmsback-20120714.sh -rwxr-xr-x 1 root root 186 Aug 15 09:45 delmsback-20120815.sh -rwxr-xr-x 1 root root 186 Sep 16 10:00 delmsback-20120916.sh -rwxr-xr-x 1 root root 186 Oct 16 19:45 delmsback-20121016.sh -rwxr-xr-x 1 root root 186 Nov 4 23:00 delmsback-20121104.sh -rwxr-xr-x 1 root root 186 Dec 5 23:28 delmsback-20121205.sh -rwxr-xr-x 1 root root 186 Jan 6 23:30 delmsback-20130106.sh -rwxr-x--- 1 root root 571 Feb 20 2011 mailscanner-backup.sh -rwxr-xr-x 1 root root 228 Jan 8 2012 restorems-20120108.sh -rwxr-xr-x 1 root root 228 Feb 9 2012 restorems-20120209.sh -rwxr-xr-x 1 root root 228 Mar 10 2012 restorems-20120310.sh -rwxr-xr-x 1 root root 228 Apr 11 2012 restorems-20120411.sh -rwxr-xr-x 1 root root 228 May 12 2012 restorems-20120512.sh -rwxr-xr-x 1 root root 228 Jun 13 2012 restorems-20120613.sh -rwxr-xr-x 1 root root 228 Jul 14 09:30 restorems-20120714.sh -rwxr-xr-x 1 root root 228 Aug 15 09:45 restorems-20120815.sh -rwxr-xr-x 1 root root 228 Sep 16 10:00 restorems-20120916.sh -rwxr-xr-x 1 root root 228 Oct 16 19:45 restorems-20121016.sh -rwxr-xr-x 1 root root 228 Nov 4 23:00 restorems-20121104.sh -rwxr-xr-x 1 root root 228 Dec 5 23:28 restorems-20121205.sh -rwxr-xr-x 1 root root 228 Jan 6 23:30 restorems-20130106.sh Gary >>> "Paul R. Ganci" > 1/8/2013 12:18 AM >>> Perhaps this has been going on for a while now, but I just discovered that MailScanner seems to be creating files like MailScanner.xxxxxx in /usr/sbin every time I do a /etc/rc.d/init.d/MailScanner restart on a CentOS 5.8 system. What are these files, why are they created in /usr/sbin and can that be changed? Thanks for your help. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/37cea199/attachment.html From ssilva at sgvwater.com Tue Jan 8 21:34:07 2013 From: ssilva at sgvwater.com (Scott Silva) Date: Tue, 08 Jan 2013 13:34:07 -0800 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> Message-ID: on 1/8/2013 1:06 PM Kevin Miller spake the following: > This is either something new or hand rolled. None of my MailScanner boxes > have a mailscanner-backup.sh file anywhere, nor a cron job? > > ...Kevin > -- > Kevin Miller > Network/email Administrator, CBJ MIS Dept. > 155 South Seward Street > Juneau, Alaska 99801 > Phone: (907) 586-0242, Fax: (907) 586-4500 > Registered Linux User No: 307357 > The backup system is not part of MailScanner, but is in the howto... If you have it, it was added by someone... From Kevin_Miller at ci.juneau.ak.us Tue Jan 8 22:36:10 2013 From: Kevin_Miller at ci.juneau.ak.us (Kevin Miller) Date: Tue, 8 Jan 2013 13:36:10 -0900 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> Message-ID: <4A09477D575C2C4B86497161427DD94C27B0DF7AB7@city-exchange07> >The backup system is not part of MailScanner, but is in the howto... If you have it, it was added by someone... Where's the howto? I checked my MailScanner source directory, the mailscanner.info site and the wiki but didn't see anything there. Could easily have missed it but figured if someone has it at their "fingertips" it would expedite things. Thanks... ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User No: 307357 From gafaith at asdm.net Wed Jan 9 00:08:48 2013 From: gafaith at asdm.net (Gary Faith) Date: Tue, 08 Jan 2013 19:08:48 -0500 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <4A09477D575C2C4B86497161427DD94C27B0DF7AB7@city-exchange07> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> <4A09477D575C2C4B86497161427DD94C27B0DF7AB7@city-exchange07> Message-ID: <50EC6EC00200002D0000FFE0@sparky.asdm.net> You can find it here: http://wiki.mailscanner.info/doku.php?id=maq:index Gary >>> Kevin Miller 1/8/2013 5:36 PM >>> >The backup system is not part of MailScanner, but is in the howto... If you have it, it was added by someone... Where's the howto? I checked my MailScanner source directory, the mailscanner.info site and the wiki but didn't see anything there. Could easily have missed it but figured if someone has it at their "fingertips" it would expedite things. Thanks... ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User No: 307357 -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/b17215d5/attachment.html From oliveiros at gmail.com Wed Jan 9 00:42:57 2013 From: oliveiros at gmail.com (Oliveiros Peixoto (Netinho)) Date: Tue, 08 Jan 2013 22:42:57 -0200 Subject: Attachment block In-Reply-To: References: <50E7195C.7090504@gmail.com> Message-ID: <50ECBD11.20001@gmail.com> Thanks Mailborder for your answer! I think that this solution will consume very resource. I am correct? Thanks! Oliveiros Peixoto. Em 04/01/2013 18:19, Mailborder at Gmail escreveu: > I missed the per user assignment. I must be slipping. There are some > references in the wiki. For example, postfix is here: > > http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:how_to:split_mails_per_recipient > > Could probably search for similar reference for sendmail. > > > On Fri, Jan 4, 2013 at 7:45 PM, Martin Hepworth > wrote: > > Thats because the envelope to has the non rapheal user and this > what mailscanner triggers on. When you have multiple users in the > to or cc abd you have conflicting actions it get confusing as what > would happen otherwise > > Have a look in the for a way to make your mts split the messages > into multiple messages for each recipient so each email addreas > recieves itams correct actions > > Martin > > > On Friday, 4 January 2013, Oliveiros Peixoto (Netinho) wrote: > > Hello All. > > I would like to notify you that I am having some problems in > attachment > blocking. I set the Filename Rules mailscanner.conf policy. I > have two > rules in this file. > > FromOrTo: rafael at mymail.com % > etc-dir%/rules/filename.liberado.rules.conf > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf > > rafael where the user can send and receive files. zip.I also > have a > default rule where users can not send or receive files.zip. > When I send > an email with file.zip attached to a default user the > attachment is > blocked, but if sending the same email to the user rafael cc > with a > default user to both receive the email with the attachment. > > Can anyone tell me if this is a bug? > > MailScanner Version: MailScanner-4.84.5-2 > > Thanks > Oliveiros Peixoto! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > > > -- > -- > Martin Hepworth, CISSP > Oxford, UK > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/ca754388/attachment.html From ganci at nurdog.com Wed Jan 9 05:41:59 2013 From: ganci at nurdog.com (Paul R. Ganci) Date: Tue, 08 Jan 2013 22:41:59 -0700 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> Message-ID: <50ED0327.3070805@nurdog.com> On 01/08/2013 02:06 PM, Kevin Miller wrote: > > This is either something new or hand rolled. None of my MailScanner > boxes have a mailscanner-backup.sh file anywhere, nor a cron job... > Neither does my system yet nonetheless every time MailScanner restarts I get one of these files in /usr/sbin. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/cb98a290/attachment.html From ganci at nurdog.com Wed Jan 9 05:44:50 2013 From: ganci at nurdog.com (Paul R. Ganci) Date: Tue, 08 Jan 2013 22:44:50 -0700 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50EC3C4F0200002D0000FFDA@sparky.asdm.net> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> Message-ID: <50ED03D2.8070006@nurdog.com> On 01/08/2013 01:33 PM, Gary Faith wrote: > Hey, this is something that even I can answer! These are backups of > MailScanner. Check /root/bin and you will probably see files like > these with the main one being bold below. There should be a cron job > in /etc/cron.monthly that run the /root/bin/mailscanner-backup.sh script. > -rwxr-xr-x 1 root root 186 Jan 8 2012 delmsback-20120108.sh I should point something else out. The files created are 0 bytes in size! > ls -alt /usr/sbin/MailScanner.* -rw------- 1 root root 0 Jan 8 22:41 /usr/sbin/MailScanner.6BGzQA -rw------- 1 root root 0 Jan 8 22:37 /usr/sbin/MailScanner.RkVPkt -rw------- 1 root root 0 Jan 8 22:34 /usr/sbin/MailScanner.9v5JJv -rw------- 1 root root 0 Jan 8 20:47 /usr/sbin/MailScanner.5P2C5B -rw------- 1 root root 0 Jan 8 18:12 /usr/sbin/MailScanner.IZtAsp -rw------- 1 root root 0 Jan 8 17:56 /usr/sbin/MailScanner.SOwYNL -rw------- 1 root root 0 Jan 8 17:43 /usr/sbin/MailScanner.EKLmlK -rw------- 1 root root 0 Jan 8 17:40 /usr/sbin/MailScanner.KnUr6t -rw------- 1 root root 0 Jan 8 14:39 /usr/sbin/MailScanner.g8oJNI -rw------- 1 root root 0 Jan 8 14:06 /usr/sbin/MailScanner.2x9cE2 -rw------- 1 root root 0 Jan 8 13:41 /usr/sbin/MailScanner.cHGFXx -rw------- 1 root root 0 Jan 8 13:30 /usr/sbin/MailScanner.z48IF9 -rw------- 1 root root 0 Jan 8 13:24 /usr/sbin/MailScanner.NRdPRc -rw------- 1 root root 0 Jan 8 10:03 /usr/sbin/MailScanner.TIBPVu -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.zslUc8 -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.mAZ7bO -rw------- 1 root root 0 Jan 8 09:22 /usr/sbin/MailScanner.jbaTZo -rw------- 1 root root 0 Jan 8 09:17 /usr/sbin/MailScanner.2YU9Jh -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.Owyr1U -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.gGf0Tl -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.X1EWsk -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.4UIj80 -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.ZC6aHh -rw------- 1 root root 0 Jan 8 02:53 /usr/sbin/MailScanner.ODat5b -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.vQoJLR -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.VbXibw -rw------- 1 root root 0 Jan 8 02:40 /usr/sbin/MailScanner.fsaN9V -rw------- 1 root root 0 Jan 8 02:31 /usr/sbin/MailScanner.m4BWwd I would really love to turn this off. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130108/fa6132f0/attachment.html From gafaith at asdm.net Wed Jan 9 12:44:47 2013 From: gafaith at asdm.net (Gary Faith) Date: Wed, 09 Jan 2013 07:44:47 -0500 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50ED03D2.8070006@nurdog.com> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <50ED03D2.8070006@nurdog.com> Message-ID: <50ED1FEF0200002D0000FFEC@sparky.asdm.net> That is different than what I have: mscan:/usr/sbin # ls -alt /usr/sbin/MailScanner.* -rwxr-xr-x 1 root root 67288 Nov 10 08:11 /usr/sbin/MailScanner.20130106 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120108 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120209 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120310 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120411 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120512 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120613 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120714 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120815 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20120916 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20121016 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20121104 -rwxr-xr-x 1 root root 67287 Mar 23 2011 /usr/sbin/MailScanner.20121205 That is a backup of the MailScanner program. Yours is showing 0 bytes so it doesn't look like the backup/restore from the wiki. Sorry, now I have no idea what is happening. Gary >>> "Paul R. Ganci" 1/9/2013 12:44 AM >>> On 01/08/2013 01:33 PM, Gary Faith wrote: Hey, this is something that even I can answer! These are backups of MailScanner. Check /root/bin and you will probably see files like these with the main one being bold below. There should be a cron job in /etc/cron.monthly that run the /root/bin/mailscanner-backup.sh script. -rwxr-xr-x 1 root root 186 Jan 8 2012 delmsback-20120108.sh I should point something else out. The files created are 0 bytes in size! > ls -alt /usr/sbin/MailScanner.* -rw------- 1 root root 0 Jan 8 22:41 /usr/sbin/MailScanner.6BGzQA -rw------- 1 root root 0 Jan 8 22:37 /usr/sbin/MailScanner.RkVPkt -rw------- 1 root root 0 Jan 8 22:34 /usr/sbin/MailScanner.9v5JJv -rw------- 1 root root 0 Jan 8 20:47 /usr/sbin/MailScanner.5P2C5B -rw------- 1 root root 0 Jan 8 18:12 /usr/sbin/MailScanner.IZtAsp -rw------- 1 root root 0 Jan 8 17:56 /usr/sbin/MailScanner.SOwYNL -rw------- 1 root root 0 Jan 8 17:43 /usr/sbin/MailScanner.EKLmlK -rw------- 1 root root 0 Jan 8 17:40 /usr/sbin/MailScanner.KnUr6t -rw------- 1 root root 0 Jan 8 14:39 /usr/sbin/MailScanner.g8oJNI -rw------- 1 root root 0 Jan 8 14:06 /usr/sbin/MailScanner.2x9cE2 -rw------- 1 root root 0 Jan 8 13:41 /usr/sbin/MailScanner.cHGFXx -rw------- 1 root root 0 Jan 8 13:30 /usr/sbin/MailScanner.z48IF9 -rw------- 1 root root 0 Jan 8 13:24 /usr/sbin/MailScanner.NRdPRc -rw------- 1 root root 0 Jan 8 10:03 /usr/sbin/MailScanner.TIBPVu -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.zslUc8 -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.mAZ7bO -rw------- 1 root root 0 Jan 8 09:22 /usr/sbin/MailScanner.jbaTZo -rw------- 1 root root 0 Jan 8 09:17 /usr/sbin/MailScanner.2YU9Jh -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.Owyr1U -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.gGf0Tl -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.X1EWsk -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.4UIj80 -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.ZC6aHh -rw------- 1 root root 0 Jan 8 02:53 /usr/sbin/MailScanner.ODat5b -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.vQoJLR -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.VbXibw -rw------- 1 root root 0 Jan 8 02:40 /usr/sbin/MailScanner.fsaN9V -rw------- 1 root root 0 Jan 8 02:31 /usr/sbin/MailScanner.m4BWwd I would really love to turn this off. -- Paul (ganci at nurdog.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130109/2ed1af28/attachment.html From ka at pacific.net Wed Jan 9 13:30:13 2013 From: ka at pacific.net (Ken A) Date: Wed, 09 Jan 2013 07:30:13 -0600 Subject: Attachment block In-Reply-To: <50ECBD11.20001@gmail.com> References: <50E7195C.7090504@gmail.com> <50ECBD11.20001@gmail.com> Message-ID: <50ED70E5.3060707@pacific.net> Not much, if you get an average number of multiple recipient emails, and limit the max number of recipients per msg allowed in your MTA. Also, mailscanner / SA will cache results. Ken On 1/8/2013 6:42 PM, Oliveiros Peixoto (Netinho) wrote: > Thanks Mailborder for your answer! > > I think that this solution will consume very resource. I am correct? > > Thanks! > Oliveiros Peixoto. > > > Em 04/01/2013 18:19, Mailborder at Gmail escreveu: >> I missed the per user assignment. I must be slipping. There are some >> references in the wiki. For example, postfix is here: >> >> http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:how_to:split_mails_per_recipient >> >> >> Could probably search for similar reference for sendmail. >> >> >> On Fri, Jan 4, 2013 at 7:45 PM, Martin Hepworth > > wrote: >> >> Thats because the envelope to has the non rapheal user and this >> what mailscanner triggers on. When you have multiple users in the >> to or cc abd you have conflicting actions it get confusing as what >> would happen otherwise >> >> Have a look in the for a way to make your mts split the messages >> into multiple messages for each recipient so each email addreas >> recieves itams correct actions >> >> Martin >> >> >> On Friday, 4 January 2013, Oliveiros Peixoto (Netinho) wrote: >> >> Hello All. >> >> I would like to notify you that I am having some problems in >> attachment >> blocking. I set the Filename Rules mailscanner.conf policy. I >> have two >> rules in this file. >> >> FromOrTo: rafael at mymail.com % >> etc-dir%/rules/filename.liberado.rules.conf >> FromOrTo: default >> %etc-dir%/regras/filename.restrito.rules.conf >> >> rafael where the user can send and receive files. zip.I also >> have a >> default rule where users can not send or receive files.zip. >> When I send >> an email with file.zip attached to a default user the >> attachment is >> blocked, but if sending the same email to the user rafael cc >> with a >> default user to both receive the email with the attachment. >> >> Can anyone tell me if this is a bug? >> >> MailScanner Version: MailScanner-4.84.5-2 >> >> Thanks >> Oliveiros Peixoto! >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> >> >> -- -- Martin Hepworth, CISSP >> Oxford, UK >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> >> >> > > > > -- Ken Anderson Pacific Internet - http://www.pacific.net Latest Pacific.Net Status - http://twitter.com/pacnetstatus From ssilva at sgvwater.com Wed Jan 9 17:42:33 2013 From: ssilva at sgvwater.com (Scott Silva) Date: Wed, 09 Jan 2013 09:42:33 -0800 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50EC6EC00200002D0000FFE0@sparky.asdm.net> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B0DF7A95@city-exchange07> <4A09477D575C2C4B86497161427DD94C27B0DF7AB7@city-exchange07> <50EC6EC00200002D0000FFE0@sparky.asdm.net> Message-ID: on 1/8/2013 4:08 PM Gary Faith spake the following: > You can find it here: > > http://wiki.mailscanner.info/doku.php?id=maq:index > > Gary > >>>> Kevin Miller 1/8/2013 5:36 PM >>> >>The backup system is not part of MailScanner, but is in the howto... If you > have it, it was added by someone... > > Where's the howto? I checked my MailScanner source directory, the > mailscanner.info site and the wiki but didn't see anything there. Could > easily have missed it but figured if someone has it at their "fingertips" it > would expedite things. > > Thanks... > Thank you for posting the link... I added that complete solution section, feel free to modify it to suit yourself... From ssilva at sgvwater.com Wed Jan 9 17:44:38 2013 From: ssilva at sgvwater.com (Scott Silva) Date: Wed, 09 Jan 2013 09:44:38 -0800 Subject: /usr/sbin/MailScanner.xxxxxx files In-Reply-To: <50ED03D2.8070006@nurdog.com> References: <50EBAC0C.6080503@nurdog.com> <50EC3C4F0200002D0000FFDA@sparky.asdm.net> <50ED03D2.8070006@nurdog.com> Message-ID: on 1/8/2013 9:44 PM Paul R. Ganci spake the following: > On 01/08/2013 01:33 PM, Gary Faith wrote: >> Hey, this is something that even I can answer! These are backups of >> MailScanner. Check /root/bin and you will probably see files like these >> with the main one being bold below. There should be a cron job in >> /etc/cron.monthly that run the /root/bin/mailscanner-backup.sh script. >> >> -rwxr-xr-x 1 root root 186 Jan 8 2012 delmsback-20120108.sh > > I should point something else out. The files created are 0 bytes in size! > >> ls -alt /usr/sbin/MailScanner.* > -rw------- 1 root root 0 Jan 8 22:41 /usr/sbin/MailScanner.6BGzQA > -rw------- 1 root root 0 Jan 8 22:37 /usr/sbin/MailScanner.RkVPkt > -rw------- 1 root root 0 Jan 8 22:34 /usr/sbin/MailScanner.9v5JJv > -rw------- 1 root root 0 Jan 8 20:47 /usr/sbin/MailScanner.5P2C5B > -rw------- 1 root root 0 Jan 8 18:12 /usr/sbin/MailScanner.IZtAsp > -rw------- 1 root root 0 Jan 8 17:56 /usr/sbin/MailScanner.SOwYNL > -rw------- 1 root root 0 Jan 8 17:43 /usr/sbin/MailScanner.EKLmlK > -rw------- 1 root root 0 Jan 8 17:40 /usr/sbin/MailScanner.KnUr6t > -rw------- 1 root root 0 Jan 8 14:39 /usr/sbin/MailScanner.g8oJNI > -rw------- 1 root root 0 Jan 8 14:06 /usr/sbin/MailScanner.2x9cE2 > -rw------- 1 root root 0 Jan 8 13:41 /usr/sbin/MailScanner.cHGFXx > -rw------- 1 root root 0 Jan 8 13:30 /usr/sbin/MailScanner.z48IF9 > -rw------- 1 root root 0 Jan 8 13:24 /usr/sbin/MailScanner.NRdPRc > -rw------- 1 root root 0 Jan 8 10:03 /usr/sbin/MailScanner.TIBPVu > -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.zslUc8 > -rw------- 1 root root 0 Jan 8 09:28 /usr/sbin/MailScanner.mAZ7bO > -rw------- 1 root root 0 Jan 8 09:22 /usr/sbin/MailScanner.jbaTZo > -rw------- 1 root root 0 Jan 8 09:17 /usr/sbin/MailScanner.2YU9Jh > -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.Owyr1U > -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.gGf0Tl > -rw------- 1 root root 0 Jan 8 05:17 /usr/sbin/MailScanner.X1EWsk > -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.4UIj80 > -rw------- 1 root root 0 Jan 8 05:16 /usr/sbin/MailScanner.ZC6aHh > -rw------- 1 root root 0 Jan 8 02:53 /usr/sbin/MailScanner.ODat5b > -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.vQoJLR > -rw------- 1 root root 0 Jan 8 02:50 /usr/sbin/MailScanner.VbXibw > -rw------- 1 root root 0 Jan 8 02:40 /usr/sbin/MailScanner.fsaN9V > -rw------- 1 root root 0 Jan 8 02:31 /usr/sbin/MailScanner.m4BWwd > > I would really love to turn this off. > > -- > Paul (ganci at nurdog.com) > > > That is very strange..... Maybe a cron job to clean them out until you figure out what is doing it... From alex at vidadigital.com.pa Thu Jan 10 02:26:09 2013 From: alex at vidadigital.com.pa (Alex Neuman) Date: Wed, 9 Jan 2013 18:26:09 -0800 Subject: Attachment block In-Reply-To: References: <50E7195C.7090504@gmail.com> Message-ID: I *do* think it matters. >From mailscanner.conf: # This can also point to a ruleset, but the ruleset filename must end in # ".rules" so that MailScanner can determine if the filename given is # a ruleset or not! On Sun, Jan 6, 2013 at 6:23 AM, Mailborder at Gmail wrote: > I don't think it matters as long as it is defined in the MailScanner.conf. > > > On Sun, Jan 6, 2013 at 1:49 PM, Alex Neuman wrote: >> >> Aren't rules supposed to end in ".rules" and not ".rules.conf"? >> >> On Fri, Jan 4, 2013 at 1:03 PM, Oliveiros Peixoto (Netinho) >> wrote: >> > Hello All. >> > >> > I would like to notify you that I am having some problems in attachment >> > blocking. I set the Filename Rules mailscanner.conf policy. I have two >> > rules in this file. >> > >> > FromOrTo: rafael at mymail.com % >> > etc-dir%/rules/filename.liberado.rules.conf >> > FromOrTo: default %etc-dir%/regras/filename.restrito.rules.conf >> > >> > rafael where the user can send and receive files. zip.I also have a >> > default rule where users can not send or receive files.zip. When I send >> > an email with file.zip attached to a default user the attachment is >> > blocked, but if sending the same email to the user rafael cc with a >> > default user to both receive the email with the attachment. >> > >> > Can anyone tell me if this is a bug? >> > >> > MailScanner Version: MailScanner-4.84.5-2 >> > >> > Thanks >> > Oliveiros Peixoto! >> > -- >> > MailScanner mailing list >> > mailscanner at lists.mailscanner.info >> > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > >> > Before posting, read http://wiki.mailscanner.info/posting >> > >> > Support MailScanner development - buy the book off the website! >> >> >> >> -- >> >> -- >> >> Alex Neuman van der Hans >> Reliant Technologies / Vida Digital >> http://vidadigital.com.pa/ >> >> +507-6781-9505 >> +507-832-6725 >> +1-440-253-9789 (USA) >> >> Follow @AlexNeuman on Twitter >> http://facebook.com/vidadigital >> >> >> -- So-called "legal disclaimers" are not legally binding, so don't >> bother. A cute graphic saying "save the planet, don't print this" can >> potentially create more CO2, not less, so don't bother either. >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- -- Alex Neuman van der Hans Reliant Technologies / Vida Digital http://vidadigital.com.pa/ +507-6781-9505 +507-832-6725 +1-440-253-9789 (USA) Follow @AlexNeuman on Twitter http://facebook.com/vidadigital -- So-called "legal disclaimers" are not legally binding, so don't bother. A cute graphic saying "save the planet, don't print this" can potentially create more CO2, not less, so don't bother either. From mailborder at gmail.com Fri Jan 11 08:31:15 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 11 Jan 2013 09:31:15 +0100 Subject: Mailborder Beta In-Reply-To: <50D369BC.3050209@lheureux.be> References: <50D369BC.3050209@lheureux.be> Message-ID: Hello All, I wanted to send out a last reminder for those interested in using or testing Mailborder. The issuance of free licenses will end one week from today, Friday, 18 Jan 2013. If you haven't created your licenses yet, please do so by next week. If you have feedback, feature requests, or improved MailScanner integration ideas please leave your feedback in the Mailborder forums. Voucher codes: BETA323 or Beta323 (case sensitive) Website: https://www.mailborder.com Thank you to those that have already installed Mailborder and have been giving feedback. And thank you again to Jules for allowing me to invite the MailScanner users to use and test Mailborder. Jerry Benton On Thu, Dec 20, 2012 at 8:40 PM, Bernard Lheureux wrote: > On 12/20/2012 08:24 PM, Mailborder at Gmail wrote: > Warning: Coupon is either invalid, expired or reached it's usage limit! > > Hello All, > > I spoke to Jules about emailing the list on this topic. This is the > second and last email regarding the Mailborder beta that you will see. > > The Mailborder open beta will be closing December 31, 2012. This open > beta is open only to members of this list. If you don't have time to try > out Mailborder before the holidays, you can do a quick registration and > claim your keys to use later. Use the coupon code Beta323 (case sensitive) > in the store's shopping cart to reduce the cost to zero. You can also try > out the standard fully-functional trial at a later date. > > If you haven't heard of Mailborder yet, Mailborder is a clusterable > email gateway solution that utilizes MailScanner as its processing engine. > It is configurable via a web interface with numerous reporting features. > > > Best Regards, > > Jerry Benton > > > > -- > (?- Bernard Lheureux Gestionnaire des MailingLists ML, TechML, LinuxML > //\ http://www.bbsoft4.org/Mailinglists.htm ** MailTo:root at bbsoft4.org > v_/_ http://www.bbsoft4.org/ <<<<<< * >>>>>> http://www.portalinux.org/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130111/664e8217/attachment.html From mark at msapiro.net Sun Jan 13 04:10:39 2013 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 12 Jan 2013 20:10:39 -0800 Subject: KAM.cf.sh script is not working Message-ID: <50F233BF.9040505@msapiro.net> The KAM.cf.sh script downloaded from http://www.mailscanner.info/files/4/KAM.cf.sh fails to update the latest /etc/mail/spamassassin/KAM.cf file. The script searches for a line at the end of the downloaded file matching the pattern '^#.*EOF' to determine if the downloaded file is complete. If it doesn't find that line, it doesn't update the working file. It seems that the latest KAM.cf file has a '#END' line rather than '#EOF' to indicate the end. Thus the script thinks the download was incomplete. This patch fixes the problem. --- .cron/KAM.cf.sh.orig 2009-09-08 08:41:50.000000000 -0700 +++ .cron/KAM.cf.sh 2013-01-12 18:08:15.000000000 -0800 @@ -27,7 +27,7 @@ echo It completed okay. if [ -r KAM.cf.backup ]; then if [ KAM.cf -nt KAM.cf.backup ]; then - if ( tail -10 KAM.cf | grep -q '^#.*EOF' ); then + if ( tail -10 KAM.cf | grep -qE '^#.*(EOF|END)' ); then echo It succeeded, so make a backup cp -f KAM.cf KAM.cf.backup else -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan From arthur.stephens at ptera.net Tue Jan 15 03:05:18 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Mon, 14 Jan 2013 19:05:18 -0800 Subject: New install MailScanner will not start Fedora 12 Message-ID: Followed two sets of instructions for MailScanner and Postfix. Have successively installed other systems before. Postfix starts and promptly puts emails on HOLD But MailScanner does nothing - no processes running at all - no messages in the maillog file or messages file. Even copied config from working MailScanner and it does the same thing. [root at mailgate log]# service MailScanner start Starting MailScanner daemons: incoming postfix: [ OK ] outgoing postfix: [ OK ] MailScanner: [ OK ] [root at mailgate log]# service MailScanner stop Shutting down MailScanner daemons: MailScanner: [FAILED] incoming postfix: [ OK ] outgoing postfix: [ OK ] Help - my HOLD directory is filling up and a lot of customers are really upset! System hostname mailgate (127.0.0.1) Operating system Fedora Linux 12 Webmin version 1.610 Time on system Mon Jan 14 11:00:03 2013 Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores System uptime 2 hours, 30 minutes Running processes 130 CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) CPU usage 0% user, 0% kernel, 0% IO, 100% idle Real memory 1.97 GB total, 152.35 MB used Virtual memory 3.94 GB total, 0 bytes used Local disk space 96.22 GB total, 7 GB used Package updates All installed packages are up to date -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130114/86d55ce1/attachment.html From ecasarero at gmail.com Tue Jan 15 03:35:55 2013 From: ecasarero at gmail.com (Eduardo Casarero) Date: Tue, 15 Jan 2013 00:35:55 -0300 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: References: Message-ID: Hi, please give us some detail, may be running MailScanner --lint first, and MailScanner --debug so we can have an idea of whats going on. regards, 2013/1/15 Arthur Stephens > Followed two sets of instructions for MailScanner and Postfix. > Have successively installed other systems before. > > Postfix starts and promptly puts emails on HOLD > But MailScanner does nothing - no processes running at all - no messages > in the maillog file or messages file. > Even copied config from working MailScanner and it does the same thing. > > [root at mailgate log]# service MailScanner start > Starting MailScanner daemons: > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > MailScanner: [ OK ] > > [root at mailgate log]# service MailScanner stop > Shutting down MailScanner daemons: > MailScanner: [FAILED] > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > > > Help - my HOLD directory is filling up and a lot of customers are really > upset! > > System hostname mailgate (127.0.0.1) > Operating system Fedora Linux 12 > Webmin version 1.610 > Time on system Mon Jan 14 11:00:03 2013 > Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 > Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores > System uptime 2 hours, 30 minutes > Running processes 130 > CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) > CPU usage 0% user, 0% kernel, 0% IO, 100% idle > Real memory 1.97 GB total, 152.35 MB used > > Virtual memory 3.94 GB total, 0 bytes used > > Local disk space 96.22 GB total, 7 GB used > > Package updates All installed packages are up to date > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > ----------------------------------------------------------------------------- > > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/0f0e44a0/attachment.html From Ove at itandnet.co.uk Tue Jan 15 09:32:16 2013 From: Ove at itandnet.co.uk (Ove JK. Evensen) Date: Tue, 15 Jan 2013 09:32:16 +0000 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: References: Message-ID: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> Just from looking on what you sent, it looks like Mailscanner starts but something is killing it. SO do use debug to get more info about this, and with a syslog server would help a lot, I do that when I have problems. But also MUST say that you have done a HUGH mistake of moving this in to production BEFORE testing that everything works. So saying the customers are really upset, just stats that you did not plan this, and are not going to help you get help quicken. From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Eduardo Casarero Sent: 15 January 2013 03:36 To: MailScanner discussion Subject: Re: New install MailScanner will not start Fedora 12 Hi, please give us some detail, may be running MailScanner --lint first, and MailScanner --debug so we can have an idea of whats going on. regards, 2013/1/15 Arthur Stephens Followed two sets of instructions for MailScanner and Postfix.? Have?successively?installed other systems before.? Postfix starts and?promptly?puts emails on HOLD But MailScanner does nothing - no processes running at all - no messages in the maillog file or messages file. Even copied config from working MailScanner and it does the same thing. [root at mailgate log]# service MailScanner start Starting MailScanner daemons: ? ? ? ? ?incoming postfix: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] ? ? ? ? ?outgoing postfix: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] ? ? ? ? ?MailScanner: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?] [root at mailgate log]# service MailScanner stop Shutting down MailScanner daemons: ? ? ? ? ?MailScanner: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[FAILED] ? ? ? ? ?incoming postfix: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] ? ? ? ? ?outgoing postfix: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] Help - my HOLD directory is filling up and a lot of customers are really upset! System hostname mailgate (127.0.0.1) Operating system Fedora Linux 12 Webmin version 1.610 Time on system Mon Jan 14 11:00:03 2013 Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores System uptime 2 hours, 30 minutes Running processes 130 CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) CPU usage 0% user, 0% kernel, 0% IO, 100% idle Real memory 1.97 GB total, 152.35 MB used Virtual memory 3.94 GB total, 0 bytes used Local disk space 96.22 GB total, 7 GB used Package updates All installed packages are up to date -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ?----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company."? -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! From m.a.young at durham.ac.uk Tue Jan 15 10:53:19 2013 From: m.a.young at durham.ac.uk (M A Young) Date: Tue, 15 Jan 2013 10:53:19 +0000 (GMT) Subject: New install MailScanner will not start Fedora 12 In-Reply-To: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> References: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> Message-ID: On Tue, 15 Jan 2013, Ove JK. Evensen wrote: > Just from looking on what you sent, it looks like Mailscanner starts but > something is killing it. SO do use debug to get more info about this, > and with a syslog server would help a lot, I do that when I have > problems. > > But also MUST say that you have done a HUGH mistake of moving this in to > production BEFORE testing that everything works. So saying the customers > are really upset, just stats that you did not plan this, and are not > going to help you get help quicken. It is also a mistake to use Fedora 12 in production as support ended on it a couple of years ago, so there are bound to be security holes. It would be a better idea to use one of the Red Hat clones such as CentOS or Scientific Linux (if I remember rightly RHEL6 was based on Fedora 12 or thereabouts so they should be similar, but you will get security fixes, etc.). Michael Young From maxsec at gmail.com Tue Jan 15 10:53:56 2013 From: maxsec at gmail.com (Martin Hepworth) Date: Tue, 15 Jan 2013 10:53:56 +0000 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> References: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> Message-ID: Not to mention running production stuff on (very old) Fedora - there I said it ;-) I'd look at Centos which has a longer lifecycle and hasnt got bleeding edge stuff in it in the first place. But yes the debug and lint may give you a help. -- Martin Hepworth, CISSP Oxford, UK On 15 January 2013 09:32, Ove JK. Evensen wrote: > Just from looking on what you sent, it looks like Mailscanner starts but > something is killing it. > SO do use debug to get more info about this, and with a syslog server > would help a lot, I do that when I have problems. > > But also MUST say that you have done a HUGH mistake of moving this in to > production BEFORE testing that everything works. > So saying the customers are really upset, just stats that you did not plan > this, and are not going to help you get help quicken. > > > From: mailscanner-bounces at lists.mailscanner.info [mailto: > mailscanner-bounces at lists.mailscanner.info] On Behalf Of Eduardo Casarero > Sent: 15 January 2013 03:36 > To: MailScanner discussion > Subject: Re: New install MailScanner will not start Fedora 12 > > Hi, please give us some detail, may be running MailScanner --lint first, > and MailScanner --debug so we can have an idea of whats going on. > > regards, > > 2013/1/15 Arthur Stephens > Followed two sets of instructions for MailScanner and Postfix. > Have successively installed other systems before. > > Postfix starts and promptly puts emails on HOLD > But MailScanner does nothing - no processes running at all - no messages > in the maillog file or messages file. > Even copied config from working MailScanner and it does the same thing. > > [root at mailgate log]# service MailScanner start > Starting MailScanner daemons: > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > MailScanner: [ OK ] > > [root at mailgate log]# service MailScanner stop > Shutting down MailScanner daemons: > MailScanner: [FAILED] > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > > > Help - my HOLD directory is filling up and a lot of customers are really > upset! > > > System hostname mailgate (127.0.0.1) > Operating system Fedora Linux 12 > Webmin version 1.610 > Time on system Mon Jan 14 11:00:03 2013 > Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 > Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores > System uptime 2 hours, 30 minutes > Running processes 130 > CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) > CPU usage 0% user, 0% kernel, 0% IO, 100% idle > Real memory 1.97 GB total, 152.35 MB used > > Virtual memory 3.94 GB total, 0 bytes used > > Local disk space 96.22 GB total, 7 GB used > > Package updates All installed packages are up to date > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > > ----------------------------------------------------------------------------- > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/38e03471/attachment.html From arthur.stephens at ptera.net Tue Jan 15 16:10:25 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 08:10:25 -0800 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: References: Message-ID: MailScanner -v Can't locate Filesys/Df.pm in @INC (@INC contains: /usr/lib/MailScanner /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl /usr/lib/MailScanner) at /usr/sbin/MailScanner line 91. BEGIN failed--compilation aborted at /usr/sbin/MailScanner line 91. [root at mailgate log]# MailScanner --lint Can't locate Filesys/Df.pm in @INC (@INC contains: /usr/lib/MailScanner /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl /usr/lib/MailScanner) at /usr/sbin/MailScanner line 91. BEGIN failed--compilation aborted at /usr/sbin/MailScanner line 91. On Mon, Jan 14, 2013 at 7:35 PM, Eduardo Casarero wrote: > Hi, please give us some detail, may be running MailScanner --lint first, > and MailScanner --debug so we can have an idea of whats going on. > > regards, > > > 2013/1/15 Arthur Stephens > >> Followed two sets of instructions for MailScanner and Postfix. >> Have successively installed other systems before. >> >> Postfix starts and promptly puts emails on HOLD >> But MailScanner does nothing - no processes running at all - no messages >> in the maillog file or messages file. >> Even copied config from working MailScanner and it does the same thing. >> >> [root at mailgate log]# service MailScanner start >> Starting MailScanner daemons: >> incoming postfix: [ OK ] >> outgoing postfix: [ OK ] >> MailScanner: [ OK ] >> >> [root at mailgate log]# service MailScanner stop >> Shutting down MailScanner daemons: >> MailScanner: [FAILED] >> incoming postfix: [ OK ] >> outgoing postfix: [ OK ] >> >> >> Help - my HOLD directory is filling up and a lot of customers are really >> upset! >> >> System hostname mailgate (127.0.0.1) >> Operating system Fedora Linux 12 >> Webmin version 1.610 >> Time on system Mon Jan 14 11:00:03 2013 >> Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 >> Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores >> System uptime 2 hours, 30 minutes >> Running processes 130 >> CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) >> CPU usage 0% user, 0% kernel, 0% IO, 100% idle >> Real memory 1.97 GB total, 152.35 MB used >> >> Virtual memory 3.94 GB total, 0 bytes used >> >> Local disk space 96.22 GB total, 7 GB used >> >> Package updates All installed packages are up to date >> -- >> Arthur Stephens >> Senior Sales Technician >> Ptera Wireless Inc. >> PO Box 135 >> 24001 E Mission Suite 50 >> Liberty Lake, WA 99019 >> 509-927-7837 >> For technical support visit http://www.ptera.net/support >> ----------------------------------------------------------------------------- >> >> "This message may contain confidential and/or propriety information, and >> is intended for the person/entity to whom it was originally addressed. >> Any use by others is strictly prohibited. Please note that any views or >> opinions presented in this email are solely those of the author and are not >> intended to represent those of the company." >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/16c4a711/attachment.html From arthur.stephens at ptera.net Tue Jan 15 16:11:52 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 08:11:52 -0800 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> References: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> Message-ID: Gee I guess I was over confident since I had installed it other times with out any hitches - sorry On Tue, Jan 15, 2013 at 1:32 AM, Ove JK. Evensen wrote: > Just from looking on what you sent, it looks like Mailscanner starts but > something is killing it. > SO do use debug to get more info about this, and with a syslog server > would help a lot, I do that when I have problems. > > But also MUST say that you have done a HUGH mistake of moving this in to > production BEFORE testing that everything works. > So saying the customers are really upset, just stats that you did not plan > this, and are not going to help you get help quicken. > > > From: mailscanner-bounces at lists.mailscanner.info [mailto: > mailscanner-bounces at lists.mailscanner.info] On Behalf Of Eduardo Casarero > Sent: 15 January 2013 03:36 > To: MailScanner discussion > Subject: Re: New install MailScanner will not start Fedora 12 > > Hi, please give us some detail, may be running MailScanner --lint first, > and MailScanner --debug so we can have an idea of whats going on. > > regards, > > 2013/1/15 Arthur Stephens > Followed two sets of instructions for MailScanner and Postfix. > Have successively installed other systems before. > > Postfix starts and promptly puts emails on HOLD > But MailScanner does nothing - no processes running at all - no messages > in the maillog file or messages file. > Even copied config from working MailScanner and it does the same thing. > > [root at mailgate log]# service MailScanner start > Starting MailScanner daemons: > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > MailScanner: [ OK ] > > [root at mailgate log]# service MailScanner stop > Shutting down MailScanner daemons: > MailScanner: [FAILED] > incoming postfix: [ OK ] > outgoing postfix: [ OK ] > > > Help - my HOLD directory is filling up and a lot of customers are really > upset! > > > System hostname mailgate (127.0.0.1) > Operating system Fedora Linux 12 > Webmin version 1.610 > Time on system Mon Jan 14 11:00:03 2013 > Kernel and CPU Linux 2.6.32.26-175.fc12.i686.PAE on i686 > Processor information Intel(R) XEON(TM) CPU 2.00GHz, 4 cores > System uptime 2 hours, 30 minutes > Running processes 130 > CPU load averages 0.01 (1 min) 0.05 (5 mins) 0.01 (15 mins) > CPU usage 0% user, 0% kernel, 0% IO, 100% idle > Real memory 1.97 GB total, 152.35 MB used > > Virtual memory 3.94 GB total, 0 bytes used > > Local disk space 96.22 GB total, 7 GB used > > Package updates All installed packages are up to date > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > > ----------------------------------------------------------------------------- > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/5f069a48/attachment.html From arthur.stephens at ptera.net Tue Jan 15 16:17:44 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 08:17:44 -0800 Subject: New install MailScanner will not start Fedora 12 In-Reply-To: References: <245806C7A526C84EBBF2730AE305E455053C5E9B@MailMan.itandnet.local> Message-ID: Ok good point but here what happened before I went back to Fedora 12 Ubuntu 12.04 - Using the instructions Mailscanner supporting files would not install and every time I tried to do an aptget -f it would uninstall Mailscanner and then still fail to install the other programs. Centos 5 - would not recognize the SCSI Raid system drives on our Dell 2560 Poweredge. On Tue, Jan 15, 2013 at 2:53 AM, M A Young wrote: > On Tue, 15 Jan 2013, Ove JK. Evensen wrote: > > > Just from looking on what you sent, it looks like Mailscanner starts but > > something is killing it. SO do use debug to get more info about this, > > and with a syslog server would help a lot, I do that when I have > > problems. > > > > But also MUST say that you have done a HUGH mistake of moving this in to > > production BEFORE testing that everything works. So saying the customers > > are really upset, just stats that you did not plan this, and are not > > going to help you get help quicken. > > It is also a mistake to use Fedora 12 in production as support ended on it > a couple of years ago, so there are bound to be security holes. It would > be a better idea to use one of the Red Hat clones such as CentOS or > Scientific Linux (if I remember rightly RHEL6 was based on Fedora 12 or > thereabouts so they should be similar, but you will get security fixes, > etc.). > > Michael Young > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/81ccbce6/attachment.html From arthur.stephens at ptera.net Tue Jan 15 17:23:47 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 09:23:47 -0800 Subject: Fixed Message-ID: -v -lint awesome guys thanks - founf the missing perl file installed it and now it works! -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/43e66884/attachment.html From Ove at itandnet.co.uk Tue Jan 15 18:06:24 2013 From: Ove at itandnet.co.uk (Ove JK. Evensen) Date: Tue, 15 Jan 2013 18:06:24 +0000 Subject: Fixed In-Reply-To: References: Message-ID: <245806C7A526C84EBBF2730AE305E455053C643D@MailMan.itandnet.local> Glad you got it to work, but I guess you always have to think about the security concerns mentioned by others here on the list. OVE From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Arthur Stephens Sent: 15 January 2013 17:24 To: MailScanner discussion Subject: Fixed -v -lint awesome guys thanks - founf the missing perl file installed it and now it works! -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ?----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company."? From arthur.stephens at ptera.net Tue Jan 15 18:19:26 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 10:19:26 -0800 Subject: MailScanner ERROR: Can't create temporary directory Message-ID: This one is so generic - I will not tell me what directory it can't create. Any ideas? I will keep googling it to see if I can guess what directory this is. -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/88fd0fc0/attachment.html From arthur.stephens at ptera.net Tue Jan 15 18:59:56 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 10:59:56 -0800 Subject: ERROR: Can't create temporary directory Message-ID: Found more info but do not know what to do with it. LibClamAV Error: cli_cvdload(): Can't create temporary directory /var/spool/MailScanner/incoming/SpamAssassin-Temp/tmp.MEXKt7tBWN/clamav-0ae6d431f2c479eaf47e7a3ea69ff06b LibClamAV Error: Can't load /var/lib/clamav/daily.cvd: Can't create temporary directory And when I look in the SpamAssassin-Temp folder I see a file called tmp.MEXKt7tBWN but not a folder Any ideas? -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/95f218ba/attachment.html From ecasarero at gmail.com Tue Jan 15 19:21:31 2013 From: ecasarero at gmail.com (Eduardo Casarero) Date: Tue, 15 Jan 2013 16:21:31 -0300 Subject: MailScanner ERROR: Can't create temporary directory In-Reply-To: References: Message-ID: As i remember, check /var/spool/MailScanner/incoming/ but i dont use the rpm so the path may be different. 2013/1/15 Arthur Stephens > This one is so generic - I will not tell me what directory it can't create. > Any ideas? > I will keep googling it to see if I can guess what directory this is. > > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > ----------------------------------------------------------------------------- > > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/8c1ae348/attachment.html From maxsec at gmail.com Tue Jan 15 19:23:03 2013 From: maxsec at gmail.com (Martin Hepworth) Date: Tue, 15 Jan 2013 19:23:03 +0000 Subject: MailScanner ERROR: Can't create temporary directory In-Reply-To: References: Message-ID: You tried running in debug mode? On Tuesday, 15 January 2013, Arthur Stephens wrote: > This one is so generic - I will not tell me what directory it can't create. > Any ideas? > I will keep googling it to see if I can guess what directory this is. > > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > ----------------------------------------------------------------------------- > > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > -- -- Martin Hepworth, CISSP Oxford, UK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/c3c7b8b3/attachment.html From maxsec at gmail.com Tue Jan 15 19:25:19 2013 From: maxsec at gmail.com (Martin Hepworth) Date: Tue, 15 Jan 2013 19:25:19 +0000 Subject: ERROR: Can't create temporary directory In-Reply-To: References: Message-ID: Read the comments in mailscanner.conf regarding run as group and also the clamav sections Martin On Tuesday, 15 January 2013, Arthur Stephens wrote: > Found more info but do not know what to do with it. > > LibClamAV Error: cli_cvdload(): Can't create temporary directory > /var/spool/MailScanner/incoming/SpamAssassin-Temp/tmp.MEXKt7tBWN/clamav-0ae6d431f2c479eaf47e7a3ea69ff06b > LibClamAV Error: Can't load /var/lib/clamav/daily.cvd: Can't create > temporary directory > > And when I look in the SpamAssassin-Temp folder I see a file called > tmp.MEXKt7tBWN but not a folder > > Any ideas? > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > ----------------------------------------------------------------------------- > > "This message may contain confidential and/or propriety information, and > is intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > -- -- Martin Hepworth, CISSP Oxford, UK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/3df2c9b5/attachment.html From arthur.stephens at ptera.net Tue Jan 15 22:03:31 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 14:03:31 -0800 Subject: ERROR: Can't create temporary directory In-Reply-To: References: Message-ID: # User to run as (not normally used for sendmail) Run As User = postfix # Group to run as (not normally used for sendmail) Run As Group = postifx # Incoming Work Dir Settings # -------------------------- # # You should not normally need to touch these settings at all, # unless you are using ClamAV and need to be able to use the # external archive unpackers instead of ClamAV's built-in ones. # If you want to create the temporary working files so they are owned # by a user other than the "Run As User" setting at the top of this file, # you can change that here. # # Note: If the "Run As User" is not "root" you cannot change the # user but may still be able to change the group, if the # "Run As User" is a member of both of the groups "Run As Group" # and "Incoming Work Group" # Note: If the "Run As User" is "root" (or not set at all) and you are # using the "clamd" virus scanner AND clamd is not running as root, # then this must be set to the group clamd is using (from your # clamd.conf), example: # Incoming Work Group = clamav # Incoming Work Permissions = 0640 Incoming Work User = Incoming Work Group = # If you want processes running under the same *group* as MailScanner to # be able to read the working files (and list what is in the # directories, of course), set to 0640. If you want *all* other users to # be able to read them, set to 0644. For a detailed description, if # you're not already familiar with it, refer to `man 2 chmod`. # Typical use: external helper programs of virus scanners (notably ClamAV), # like unpackers. # Use with care, you may well open security holes. # # Note: If the "Run As User" is "root" (or not set at all) and you are # using the "clamd" virus scanner, then this must be set: # Incoming Work Group = clamav # Incoming Work Permissions = 0640 Incoming Work Permissions = 0640 I have tried both defaults and what is seen here with no change in behavior... localhost MailScanner[24926]: ERROR: Can't create temporary directory On Tue, Jan 15, 2013 at 11:25 AM, Martin Hepworth wrote: > Read the comments in mailscanner.conf regarding run as group and also the > clamav sections > > Martin > > On Tuesday, 15 January 2013, Arthur Stephens wrote: > >> Found more info but do not know what to do with it. >> >> LibClamAV Error: cli_cvdload(): Can't create temporary directory >> /var/spool/MailScanner/incoming/SpamAssassin-Temp/tmp.MEXKt7tBWN/clamav-0ae6d431f2c479eaf47e7a3ea69ff06b >> LibClamAV Error: Can't load /var/lib/clamav/daily.cvd: Can't create >> temporary directory >> >> And when I look in the SpamAssassin-Temp folder I see a file called >> tmp.MEXKt7tBWN but not a folder >> >> Any ideas? >> -- >> Arthur Stephens >> Senior Sales Technician >> Ptera Wireless Inc. >> PO Box 135 >> 24001 E Mission Suite 50 >> Liberty Lake, WA 99019 >> 509-927-7837 >> For technical support visit http://www.ptera.net/support >> ----------------------------------------------------------------------------- >> >> "This message may contain confidential and/or propriety information, and >> is intended for the person/entity to whom it was originally addressed. >> Any use by others is strictly prohibited. Please note that any views or >> opinions presented in this email are solely those of the author and are not >> intended to represent those of the company." >> > > > -- > -- > Martin Hepworth, CISSP > Oxford, UK > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/e0593d21/attachment.html From andrew at topdog.za.net Tue Jan 15 23:00:29 2013 From: andrew at topdog.za.net (Andrew Colin Kissa) Date: Wed, 16 Jan 2013 01:00:29 +0200 Subject: ERROR: Can't create temporary directory In-Reply-To: References: Message-ID: <59D4EE9E-A4ED-4C0D-8FA2-350275637870@topdog.za.net> On 16 Jan 2013, at 12:03 AM, Arthur Stephens wrote: > I have tried both defaults and what is seen here with no change in behavior... > localhost MailScanner[24926]: ERROR: Can't create temporary directory sestatus ? -- www.baruwa.org From arthur.stephens at ptera.net Wed Jan 16 00:52:02 2013 From: arthur.stephens at ptera.net (Arthur Stephens) Date: Tue, 15 Jan 2013 16:52:02 -0800 Subject: ERROR: Can't create temporary directory In-Reply-To: <59D4EE9E-A4ED-4C0D-8FA2-350275637870@topdog.za.net> References: <59D4EE9E-A4ED-4C0D-8FA2-350275637870@topdog.za.net> Message-ID: The old server was repaired today so I did side by side the MS configs to make sure they were exactly the same. Yes of course I forgot SELinux - was enforcing but not anymore. Waiting for the server to reboot... Nope still getting Jan 15 08:48:43 mailgate MailScanner[1612]: ERROR: Can't create temporary directory On Tue, Jan 15, 2013 at 3:00 PM, Andrew Colin Kissa wrote: > > On 16 Jan 2013, at 12:03 AM, Arthur Stephens wrote: > > > I have tried both defaults and what is seen here with no change in > behavior... > > localhost MailScanner[24926]: ERROR: Can't create temporary directory > > sestatus ? > > -- > www.baruwa.org > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- Arthur Stephens Senior Sales Technician Ptera Wireless Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 For technical support visit http://www.ptera.net/support ----------------------------------------------------------------------------- "This message may contain confidential and/or propriety information, and is intended for the person/entity to whom it was originally addressed. Any use by others is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130115/3ad3fecf/attachment-0001.html From jancarel.putter at gmail.com Wed Jan 16 20:52:57 2013 From: jancarel.putter at gmail.com (JC Putter) Date: Wed, 16 Jan 2013 22:52:57 +0200 Subject: ERROR: Can't create temporary directory In-Reply-To: References: <59D4EE9E-A4ED-4C0D-8FA2-350275637870@topdog.za.net> Message-ID: Arthur, Maybe you want to look at this https://github.com/akissa/baruwa/wiki/CentOS-6--Postfix its a step by step guide to setup Baruwa on CentOS 6. On 1/16/13, Arthur Stephens wrote: > The old server was repaired today so I did side by side the MS configs to > make sure they were exactly the same. > > Yes of course I forgot SELinux - was enforcing but not anymore. > Waiting for the server to reboot... > Nope still getting > Jan 15 08:48:43 mailgate MailScanner[1612]: ERROR: Can't create temporary > directory > > > On Tue, Jan 15, 2013 at 3:00 PM, Andrew Colin Kissa > wrote: > >> >> On 16 Jan 2013, at 12:03 AM, Arthur Stephens wrote: >> >> > I have tried both defaults and what is seen here with no change in >> behavior... >> > localhost MailScanner[24926]: ERROR: Can't create temporary directory >> >> sestatus ? >> >> -- >> www.baruwa.org >> >> >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> > > > > -- > Arthur Stephens > Senior Sales Technician > Ptera Wireless Inc. > PO Box 135 > 24001 E Mission Suite 50 > Liberty Lake, WA 99019 > 509-927-7837 > For technical support visit http://www.ptera.net/support > ----------------------------------------------------------------------------- > > "This message may contain confidential and/or propriety information, and is > intended for the person/entity to whom it was originally addressed. > Any use by others is strictly prohibited. Please note that any views or > opinions presented in this email are solely those of the author and are not > intended to represent those of the company." > From mailscanner at romehosting.com Thu Jan 17 17:22:11 2013 From: mailscanner at romehosting.com (Dave Gattis) Date: Thu, 17 Jan 2013 12:22:11 -0500 Subject: MailScanner is using all memory Message-ID: I'm not sure what has happened to MailScanner, but it now eats all memory in the system. I installed 16 Gb of ram and reduced the child processes to zero as a test. As soon as I start it up, it slowly climbs until all memory is exhausted. This is a debian system. Any help greatly appreciated. -- Dave Gattis From andrew at topdog.za.net Thu Jan 17 18:02:34 2013 From: andrew at topdog.za.net (Andrew Colin Kissa) Date: Thu, 17 Jan 2013 20:02:34 +0200 Subject: MailScanner is using all memory In-Reply-To: References: Message-ID: <7C40C942-D265-4E2F-9E43-B7C9FEBCB232@topdog.za.net> On 17 Jan 2013, at 7:22 PM, Dave Gattis wrote: > I'm not sure what has happened to MailScanner, but it now eats all memory > in the system. I installed 16 Gb of ram and reduced the child processes > to zero as a test. As soon as I start it up, it slowly climbs until all > memory is exhausted. This is a debian system. Any help greatly > appreciated. There is a bug in the debian supplied version of mailscanner that causes this, basically what happens is several mailscanner processes are continuously started until the machine runs out of resources and crashes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649835 -- www.baruwa.org From mailscanner at romehosting.com Thu Jan 17 18:33:50 2013 From: mailscanner at romehosting.com (Dave Gattis) Date: Thu, 17 Jan 2013 13:33:50 -0500 Subject: MailScanner is using all memory In-Reply-To: References: Message-ID: I figured it out. There was a strange file stuck on the hold directory. I deleted it and all is well. I wonder how it got there??? -- Dave Gattis > I'm not sure what has happened to MailScanner, but it now eats all memory > in the system. I installed 16 Gb of ram and reduced the child processes > to zero as a test. As soon as I start it up, it slowly climbs until all > memory is exhausted. This is a debian system. Any help greatly > appreciated. > -- > Dave Gattis > > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From eric.le.corre at voila.fr Tue Jan 22 18:57:17 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Tue, 22 Jan 2013 19:57:17 +0100 (CET) Subject: Impossible de read message in mailwatch Message-ID: <62718928.862991358881037694.JavaMail.www@wwinf7116> Hello and sorry for my english, I reinstalled my server mailscanner to get the latest version. I reinstalled Ubuntu server, and mailscanner mailwatch Here are the versions I used: MailWatch Version = 1.2.0 MailScanner Version = 4.84.5 PHP Version = 5.4.6-1ubuntu1.1 MySQL Version = 5.5.28-0ubuntu0.12.10.2 Spamassassin = 3.3.2 Mail_mimeDecode 1.5.5 everything works, I can send and receive emails. concern that I have is in mailwatch when I click an email, I cannot read the message body, if I click on the mail, I have mailwatch menu but a blank page where should s' display the contents of the mail. A priori it is not a problem of right on mailwatch folders and all my emails are quarantined. I just see this in apache log, there is no error in syslog: [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php on line 741, referer: http://10.10.12.58/mailscanner/status.php [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php on line 741, referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/mailscanner/viewmail.php on line 46, referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict Standards: Non-static method Mail_mimeDecode::decode() should not be called statically in /var/www/mailscanner/viewmail.php on line 108, referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not be called statically in /var/www/mailscanner/viewmail.php on line 109, referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict Standards: Non-static method Mail_mimeDecode::decode() should not be called statically in /var/www/mailscanner/viewpart.php on line 90, referer: http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not be called statically in /var/www/mailscanner/viewpart.php on line 91, referer: http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A thanks ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Wed Jan 23 06:46:48 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Wed, 23 Jan 2013 07:46:48 +0100 Subject: Impossible de read message in mailwatch In-Reply-To: <62718928.862991358881037694.JavaMail.www@wwinf7116> References: <62718928.862991358881037694.JavaMail.www@wwinf7116> Message-ID: PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded the OS and thus the PHP version (probably from 5.3), the older methods in the Mailwatch PHP scripts no longer work. I had the same problem with my own PHP scripts when 5.4 came out. I had to go through all of the code and update it. Try going into the CLI of mysql. You should be able to view the records by doing a "select * from maillog\G". If the data is there but not showing up on the web front end, the E_STRICT is definitely your problem. You can try disabling it through either a .htaccess file or in the php.ini itself. Jerry Benton www.mailborder.com On Tue, Jan 22, 2013 at 7:57 PM, wrote: > Hello and sorry for my english, > > I reinstalled my server mailscanner to get the latest version. > I reinstalled Ubuntu server, and mailscanner mailwatch > > Here are the versions I used: > MailWatch Version = 1.2.0 > MailScanner Version = 4.84.5 > PHP Version = 5.4.6-1ubuntu1.1 > MySQL Version = 5.5.28-0ubuntu0.12.10.2 > Spamassassin = 3.3.2 > Mail_mimeDecode 1.5.5 > > everything works, I can send and receive emails. > > concern that I have is in mailwatch when I click an email, I cannot read > the message body, if I click on the mail, I have mailwatch menu but a blank > page where should s' display the contents of the mail. > > > A priori it is not a problem of right on mailwatch folders and all my > emails are quarantined. > I just see this in apache log, there is no error in syslog: > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > mysql_escape_string(): This function is deprecated; use > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > on line 741, referer: http://10.10.12.58/mailscanner/status.php > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > mysql_escape_string(): This function is deprecated; use > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > on line 741, referer: > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > mysql_escape_string(): This function is deprecated; use > mysql_real_escape_string() instead. in /var/www/mailscanner/viewmail.php on > line 46, referer: > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > Standards: Non-static method Mail_mimeDecode::decode() should not be called > statically in /var/www/mailscanner/viewmail.php on line 108, referer: > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > be called statically in /var/www/mailscanner/viewmail.php on line 109, > referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > Standards: Non-static method Mail_mimeDecode::decode() should not be called > statically in /var/www/mailscanner/viewpart.php on line 90, referer: > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > be called statically in /var/www/mailscanner/viewpart.php on line 91, > referer: > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > > thanks > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130123/bc31a9b1/attachment.html From eric.le.corre at voila.fr Wed Jan 23 08:03:05 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Wed, 23 Jan 2013 09:03:05 +0100 (CET) Subject: Impossible de read message in mailwatch In-Reply-To: Message-ID: <732577351.18751358928185064.JavaMail.www@wwinf7116> I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > Message du 23/01/13 ? 08h56 > De : "Mailborder at Gmail" > A : "MailScanner discussion" > Copie ? : > Objet : Re: Impossible de read message in mailwatch > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded the OS > and thus the PHP version (probably from 5.3), the older methods in the > Mailwatch PHP scripts no longer work. I had the same problem with my own > PHP scripts when 5.4 came out. I had to go through all of the code and > update it. > > Try going into the CLI of mysql. You should be able to view the records by > doing a "select * from maillog\G". If the data is there but not showing up > on the web front end, the E_STRICT is definitely your problem. You can try > disabling it through either a .htaccess file or in the php.ini itself. > > > Jerry Benton > www.mailborder.com > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > Hello and sorry for my english, > > > > I reinstalled my server mailscanner to get the latest version. > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > Here are the versions I used: > > MailWatch Version = 1.2.0 > > MailScanner Version = 4.84.5 > > PHP Version = 5.4.6-1ubuntu1.1 > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 > > Spamassassin = 3.3.2 > > Mail_mimeDecode 1.5.5 > > > > everything works, I can send and receive emails. > > > > concern that I have is in mailwatch when I click an email, I cannot read > > the message body, if I click on the mail, I have mailwatch menu but a blank > > page where should s' display the contents of the mail. > > > > > > A priori it is not a problem of right on mailwatch folders and all my > > emails are quarantined. > > I just see this in apache log, there is no error in syslog: > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > mysql_escape_string(): This function is deprecated; use > > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > mysql_escape_string(): This function is deprecated; use > > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > > on line 741, referer: > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > mysql_escape_string(): This function is deprecated; use > > mysql_real_escape_string() instead. in /var/www/mailscanner/viewmail.php on > > line 46, referer: > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > Standards: Non-static method Mail_mimeDecode::decode() should not be called > > statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > > be called statically in /var/www/mailscanner/viewmail.php on line 109, > > referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > Standards: Non-static method Mail_mimeDecode::decode() should not be called > > statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > > be called statically in /var/www/mailscanner/viewpart.php on line 91, > > referer: > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > > > > thanks > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From aberndt at studio-hamburg.de Wed Jan 23 08:51:40 2013 From: aberndt at studio-hamburg.de (Berndt, Achim) Date: Wed, 23 Jan 2013 08:51:40 +0000 Subject: Problem to stop MailScanner with the init-script Message-ID: Hi, I have installed the MailScanner Version 4.84.5-3 on openSUSE 12.2. Now we have a Problem to stop MailScanner with the init-script. Following command doesn?t work: ?killproc -p $mspid -TERM MailScanner?. Any ideas? regards Achim From eric.le.corre at voila.fr Wed Jan 23 11:20:54 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Wed, 23 Jan 2013 12:20:54 +0100 (CET) Subject: Impossible de read message in mailwatch In-Reply-To: <732577351.18751358928185064.JavaMail.www@wwinf7116> Message-ID: <1309773605.68871358940054803.JavaMail.www@wwinf7116> If i release email from quarantine, i receive email to postmaster at xxx.fr with email quarantine attach but if i open it, it is also blank > Message du 23/01/13 ? 10h22 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie ? : > Objet : Re: Impossible de read message in mailwatch > > I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > > > > Message du 23/01/13 ? 08h56 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Impossible de read message in mailwatch > > > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded the OS > > and thus the PHP version (probably from 5.3), the older methods in the > > Mailwatch PHP scripts no longer work. I had the same problem with my own > > PHP scripts when 5.4 came out. I had to go through all of the code and > > update it. > > > > Try going into the CLI of mysql. You should be able to view the records by > > doing a "select * from maillog\G". If the data is there but not showing up > > on the web front end, the E_STRICT is definitely your problem. You can try > > disabling it through either a .htaccess file or in the php.ini itself. > > > > > > Jerry Benton > > www.mailborder.com > > > > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > > > Hello and sorry for my english, > > > > > > I reinstalled my server mailscanner to get the latest version. > > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > > > Here are the versions I used: > > > MailWatch Version = 1.2.0 > > > MailScanner Version = 4.84.5 > > > PHP Version = 5.4.6-1ubuntu1.1 > > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 > > > Spamassassin = 3.3.2 > > > Mail_mimeDecode 1.5.5 > > > > > > everything works, I can send and receive emails. > > > > > > concern that I have is in mailwatch when I click an email, I cannot read > > > the message body, if I click on the mail, I have mailwatch menu but a blank > > > page where should s' display the contents of the mail. > > > > > > > > > A priori it is not a problem of right on mailwatch folders and all my > > > emails are quarantined. > > > I just see this in apache log, there is no error in syslog: > > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in /var/www/mailscanner/functions.php > > > on line 741, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in /var/www/mailscanner/viewmail.php on > > > line 46, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::decode() should not be called > > > statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > > > be called statically in /var/www/mailscanner/viewmail.php on line 109, > > > referer: http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::decode() should not be called > > > statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() should not > > > be called statically in /var/www/mailscanner/viewpart.php on line 91, > > > referer: > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&filename=20130122/nonspam/138F4A0852.ACC8A > > > > > > thanks > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > > Voila.fr > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From Ove at itandnet.co.uk Wed Jan 23 12:17:51 2013 From: Ove at itandnet.co.uk (Ove JK. Evensen) Date: Wed, 23 Jan 2013 12:17:51 +0000 Subject: Impossible de read message in mailwatch In-Reply-To: <1309773605.68871358940054803.JavaMail.www@wwinf7116> References: <732577351.18751358928185064.JavaMail.www@wwinf7116> <1309773605.68871358940054803.JavaMail.www@wwinf7116> Message-ID: <245806C7A526C84EBBF2730AE305E455053CC22F@MailMan.itandnet.local> What have you set Quarantine Whole Message to yes in the conf file? Default is no OVE JK. EVENSEN?|?CHIEF ENGINEER -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr Sent: 23 January 2013 11:21 To: MailScanner discussion Subject: Re: Impossible de read message in mailwatch If i release email from quarantine, i receive email to postmaster at xxx.fr with email quarantine attach but if i open it, it is also blank > Message du 23/01/13 ? 10h22 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie ? : > Objet : Re: Impossible de read message in mailwatch > > I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > > > > Message du 23/01/13 ? 08h56 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Impossible de read message in mailwatch > > > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded > > the OS and thus the PHP version (probably from 5.3), the older > > methods in the Mailwatch PHP scripts no longer work. I had the same > > problem with my own PHP scripts when 5.4 came out. I had to go > > through all of the code and update it. > > > > Try going into the CLI of mysql. You should be able to view the > > records by doing a "select * from maillog\G". If the data is there > > but not showing up on the web front end, the E_STRICT is definitely > > your problem. You can try disabling it through either a .htaccess file or in the php.ini itself. > > > > > > Jerry Benton > > www.mailborder.com > > > > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > > > Hello and sorry for my english, > > > > > > I reinstalled my server mailscanner to get the latest version. > > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > > > Here are the versions I used: > > > MailWatch Version = 1.2.0 > > > MailScanner Version = 4.84.5 > > > PHP Version = 5.4.6-1ubuntu1.1 > > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 Spamassassin = 3.3.2 > > > Mail_mimeDecode 1.5.5 > > > > > > everything works, I can send and receive emails. > > > > > > concern that I have is in mailwatch when I click an email, I > > > cannot read the message body, if I click on the mail, I have > > > mailwatch menu but a blank page where should s' display the contents of the mail. > > > > > > > > > A priori it is not a problem of right on mailwatch folders and all > > > my emails are quarantined. > > > I just see this in apache log, there is no error in syslog: > > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in > > > /var/www/mailscanner/functions.php > > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in > > > /var/www/mailscanner/functions.php > > > on line 741, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > mysql_escape_string(): This function is deprecated; use > > > mysql_real_escape_string() instead. in > > > /var/www/mailscanner/viewmail.php on line 46, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > be called statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > should not be called statically in > > > /var/www/mailscanner/viewmail.php on line 109, > > > referer: > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > be called statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > should not be called statically in > > > /var/www/mailscanner/viewpart.php on line 91, > > > referer: > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > > > thanks > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > > > disparus sur Voila.fr > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-qu > > > ittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > s-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! From eric.le.corre at voila.fr Thu Jan 24 08:04:18 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Thu, 24 Jan 2013 09:04:18 +0100 (CET) Subject: Impossible de read message in mailwatch In-Reply-To: <245806C7A526C84EBBF2730AE305E455053CC22F@MailMan.itandnet.local> Message-ID: <1257483104.246711359014658217.JavaMail.www@wwinf7109> yes, "Quarantine Whole Message" is set to yes I have downgrade my php version to php5.3. Now i have no erros in apache logs and syslog but it is still the same, i can t read messages ! > Message du 23/01/13 ? 14h36 > De : "Ove JK. Evensen" > A : "MailScanner discussion" > Copie ? : > Objet : RE: Impossible de read message in mailwatch > > What have you set Quarantine Whole Message to yes in the conf file? > > > Default is no > > > OVE JK. EVENSEN?|?CHIEF ENGINEER > > -----Original Message----- > From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr > Sent: 23 January 2013 11:21 > To: MailScanner discussion > Subject: Re: Impossible de read message in mailwatch > > If i release email from quarantine, i receive email to postmaster at xxx.fr with email quarantine attach but if i open it, it is also blank > > > > Message du 23/01/13 ? 10h22 > > De : eric.le.corre at voila.fr > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Impossible de read message in mailwatch > > > > I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > > > > > > > Message du 23/01/13 ? 08h56 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Impossible de read message in mailwatch > > > > > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded > > > the OS and thus the PHP version (probably from 5.3), the older > > > methods in the Mailwatch PHP scripts no longer work. I had the same > > > problem with my own PHP scripts when 5.4 came out. I had to go > > > through all of the code and update it. > > > > > > Try going into the CLI of mysql. You should be able to view the > > > records by doing a "select * from maillog\G". If the data is there > > > but not showing up on the web front end, the E_STRICT is definitely > > > your problem. You can try disabling it through either a .htaccess file or in the php.ini itself. > > > > > > > > > Jerry Benton > > > www.mailborder.com > > > > > > > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > > > > > Hello and sorry for my english, > > > > > > > > I reinstalled my server mailscanner to get the latest version. > > > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > > > > > Here are the versions I used: > > > > MailWatch Version = 1.2.0 > > > > MailScanner Version = 4.84.5 > > > > PHP Version = 5.4.6-1ubuntu1.1 > > > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 Spamassassin = 3.3.2 > > > > Mail_mimeDecode 1.5.5 > > > > > > > > everything works, I can send and receive emails. > > > > > > > > concern that I have is in mailwatch when I click an email, I > > > > cannot read the message body, if I click on the mail, I have > > > > mailwatch menu but a blank page where should s' display the contents of the mail. > > > > > > > > > > > > A priori it is not a problem of right on mailwatch folders and all > > > > my emails are quarantined. > > > > I just see this in apache log, there is no error in syslog: > > > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/functions.php > > > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/functions.php > > > > on line 741, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/viewmail.php on line 46, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > be called statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > should not be called statically in > > > > /var/www/mailscanner/viewmail.php on line 109, > > > > referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > be called statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > should not be called statically in > > > > /var/www/mailscanner/viewpart.php on line 91, > > > > referer: > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > > > > > thanks > > > > > > > > > > > > ___________________________________________________________ > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > > > > disparus sur Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-qu > > > > ittes-en-2012/ > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > > sur Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > > s-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From andrew at topdog.za.net Thu Jan 24 08:26:58 2013 From: andrew at topdog.za.net (Andrew Colin Kissa) Date: Thu, 24 Jan 2013 10:26:58 +0200 Subject: MailScanner now on Transifex Message-ID: Hi All MailScanner is now on Transifex, making it very easy to submit translations. Translations can be done online using the easy to use Editor. Join[1] the Translation effort and contribute to making MailScanner even more accessible. [1] https://www.transifex.com/projects/p/mailscanner/ - Andrew -- www.baruwa.org From eric.le.corre at voila.fr Thu Jan 24 08:28:02 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Thu, 24 Jan 2013 09:28:02 +0100 (CET) Subject: Impossible de read message in mailwatch In-Reply-To: <245806C7A526C84EBBF2730AE305E455053CC22F@MailMan.itandnet.local> Message-ID: <407545402.251791359016082594.JavaMail.www@wwinf7109> I tried also with older version of mailwatch. (1.1.5.1) and no good ! > Message du 23/01/13 ? 14h36 > De : "Ove JK. Evensen" > A : "MailScanner discussion" > Copie ? : > Objet : RE: Impossible de read message in mailwatch > > What have you set Quarantine Whole Message to yes in the conf file? > > > Default is no > > > OVE JK. EVENSEN?|?CHIEF ENGINEER > > -----Original Message----- > From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr > Sent: 23 January 2013 11:21 > To: MailScanner discussion > Subject: Re: Impossible de read message in mailwatch > > If i release email from quarantine, i receive email to postmaster at xxx.fr with email quarantine attach but if i open it, it is also blank > > > > Message du 23/01/13 ? 10h22 > > De : eric.le.corre at voila.fr > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Impossible de read message in mailwatch > > > > I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > > > > > > > Message du 23/01/13 ? 08h56 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Impossible de read message in mailwatch > > > > > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded > > > the OS and thus the PHP version (probably from 5.3), the older > > > methods in the Mailwatch PHP scripts no longer work. I had the same > > > problem with my own PHP scripts when 5.4 came out. I had to go > > > through all of the code and update it. > > > > > > Try going into the CLI of mysql. You should be able to view the > > > records by doing a "select * from maillog\G". If the data is there > > > but not showing up on the web front end, the E_STRICT is definitely > > > your problem. You can try disabling it through either a .htaccess file or in the php.ini itself. > > > > > > > > > Jerry Benton > > > www.mailborder.com > > > > > > > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > > > > > Hello and sorry for my english, > > > > > > > > I reinstalled my server mailscanner to get the latest version. > > > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > > > > > Here are the versions I used: > > > > MailWatch Version = 1.2.0 > > > > MailScanner Version = 4.84.5 > > > > PHP Version = 5.4.6-1ubuntu1.1 > > > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 Spamassassin = 3.3.2 > > > > Mail_mimeDecode 1.5.5 > > > > > > > > everything works, I can send and receive emails. > > > > > > > > concern that I have is in mailwatch when I click an email, I > > > > cannot read the message body, if I click on the mail, I have > > > > mailwatch menu but a blank page where should s' display the contents of the mail. > > > > > > > > > > > > A priori it is not a problem of right on mailwatch folders and all > > > > my emails are quarantined. > > > > I just see this in apache log, there is no error in syslog: > > > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/functions.php > > > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/functions.php > > > > on line 741, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > mysql_escape_string(): This function is deprecated; use > > > > mysql_real_escape_string() instead. in > > > > /var/www/mailscanner/viewmail.php on line 46, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > be called statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > should not be called statically in > > > > /var/www/mailscanner/viewmail.php on line 109, > > > > referer: > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > be called statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > should not be called statically in > > > > /var/www/mailscanner/viewpart.php on line 91, > > > > referer: > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > > > > > thanks > > > > > > > > > > > > ___________________________________________________________ > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > > > > disparus sur Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-qu > > > > ittes-en-2012/ > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > > sur Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > > s-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From eric.le.corre at voila.fr Thu Jan 24 12:52:10 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Thu, 24 Jan 2013 13:52:10 +0100 (CET) Subject: Impossible de read message in mailwatch In-Reply-To: <1257483104.246711359014658217.JavaMail.www@wwinf7109> Message-ID: <1138469296.308941359031930078.JavaMail.www@wwinf7109> i have find others erros in syslog : Jan 24 13:49:23 SSGVSMTP apache2: PHP Notice: Undefined index: %rules-dir% in /var/www/mailscanner/functions.php on line 1135 Jan 24 13:49:23 SSGVSMTP apache2: PHP Notice: Undefined index: %org-name% in /var/www/mailscanner/functions.php on line 1135 Jan 24 13:49:23 SSGVSMTP apache2: PHP Notice: Undefined index: %mcp-dir% in /var/www/mailscanner/functions.php on line 1135 > Message du 24/01/13 ? 11h31 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie ? : > Objet : RE: Impossible de read message in mailwatch > > yes, "Quarantine Whole Message" is set to yes > > I have downgrade my php version to php5.3. Now i have no erros in apache logs and syslog but it is still the same, i can t read messages ! > > > > Message du 23/01/13 ? 14h36 > > De : "Ove JK. Evensen" > > A : "MailScanner discussion" > > Copie ? : > > Objet : RE: Impossible de read message in mailwatch > > > > What have you set Quarantine Whole Message to yes in the conf file? > > > > > > Default is no > > > > > > OVE JK. EVENSEN?|?CHIEF ENGINEER > > > > -----Original Message----- > > From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr > > Sent: 23 January 2013 11:21 > > To: MailScanner discussion > > Subject: Re: Impossible de read message in mailwatch > > > > If i release email from quarantine, i receive email to postmaster at xxx.fr with email quarantine attach but if i open it, it is also blank > > > > > > > Message du 23/01/13 ? 10h22 > > > De : eric.le.corre at voila.fr > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Impossible de read message in mailwatch > > > > > > I can read data in SQL cli mode. I tried disable E_STRICT in php.ini but not better ! > > > > > > > > > > Message du 23/01/13 ? 08h56 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Impossible de read message in mailwatch > > > > > > > > PHP 5.4 combines E_ALL and E_STRICT by default. When you upgraded > > > > the OS and thus the PHP version (probably from 5.3), the older > > > > methods in the Mailwatch PHP scripts no longer work. I had the same > > > > problem with my own PHP scripts when 5.4 came out. I had to go > > > > through all of the code and update it. > > > > > > > > Try going into the CLI of mysql. You should be able to view the > > > > records by doing a "select * from maillog\G". If the data is there > > > > but not showing up on the web front end, the E_STRICT is definitely > > > > your problem. You can try disabling it through either a .htaccess file or in the php.ini itself. > > > > > > > > > > > > Jerry Benton > > > > www.mailborder.com > > > > > > > > > > > > On Tue, Jan 22, 2013 at 7:57 PM, wrote: > > > > > > > > > Hello and sorry for my english, > > > > > > > > > > I reinstalled my server mailscanner to get the latest version. > > > > > I reinstalled Ubuntu server, and mailscanner mailwatch > > > > > > > > > > Here are the versions I used: > > > > > MailWatch Version = 1.2.0 > > > > > MailScanner Version = 4.84.5 > > > > > PHP Version = 5.4.6-1ubuntu1.1 > > > > > MySQL Version = 5.5.28-0ubuntu0.12.10.2 Spamassassin = 3.3.2 > > > > > Mail_mimeDecode 1.5.5 > > > > > > > > > > everything works, I can send and receive emails. > > > > > > > > > > concern that I have is in mailwatch when I click an email, I > > > > > cannot read the message body, if I click on the mail, I have > > > > > mailwatch menu but a blank page where should s' display the contents of the mail. > > > > > > > > > > > > > > > A priori it is not a problem of right on mailwatch folders and all > > > > > my emails are quarantined. > > > > > I just see this in apache log, there is no error in syslog: > > > > > [Tue Jan 22 14:44:54 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > > mysql_escape_string(): This function is deprecated; use > > > > > mysql_real_escape_string() instead. in > > > > > /var/www/mailscanner/functions.php > > > > > on line 741, referer: http://10.10.12.58/mailscanner/status.php > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > > mysql_escape_string(): This function is deprecated; use > > > > > mysql_real_escape_string() instead. in > > > > > /var/www/mailscanner/functions.php > > > > > on line 741, referer: > > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Deprecated: > > > > > mysql_escape_string(): This function is deprecated; use > > > > > mysql_real_escape_string() instead. in > > > > > /var/www/mailscanner/viewmail.php on line 46, referer: > > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > > be called statically in /var/www/mailscanner/viewmail.php on line 108, referer: > > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > > should not be called statically in > > > > > /var/www/mailscanner/viewmail.php on line 109, > > > > > referer: > > > > > http://10.10.12.58/mailscanner/detail.php?id=138F4A0852.ACC8A > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > > Standards: Non-static method Mail_mimeDecode::decode() should not > > > > > be called statically in /var/www/mailscanner/viewpart.php on line 90, referer: > > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > > [Tue Jan 22 14:44:57 2013] [error] [client 10.10.10.9] PHP Strict > > > > > Standards: Non-static method Mail_mimeDecode::getMimeNumbers() > > > > > should not be called statically in > > > > > /var/www/mailscanner/viewpart.php on line 91, > > > > > referer: > > > > > http://10.10.12.58/mailscanner/viewmail.php?id=138F4A0852.ACC8A&fi > > > > > lename=20130122/nonspam/138F4A0852.ACC8A > > > > > > > > > > thanks > > > > > > > > > > > > > > > ___________________________________________________________ > > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > > > > > disparus sur Voila.fr > > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-qu > > > > > ittes-en-2012/ > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > > > sur Voila.fr > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > > > s-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From tim at nwohiobb.com Fri Jan 25 04:26:36 2013 From: tim at nwohiobb.com (tim at nwohiobb.com) Date: Thu, 24 Jan 2013 23:26:36 -0500 Subject: Does Mailscanner have webgui for =?UTF-8?Q?login=3F?= Message-ID: <96ae59bd2a78c46e23bd5b65c7bf236c@nwohiobb.com> Hi Guys I am just wondering if mail scanner have an webgui for login or not? because I plan on using this for my wisp (wireless internet service provider) spam box and I need to know if my customers can login and manage there spam settings or not. Thanks Tim From mailscanner at romehosting.com Fri Jan 25 05:26:03 2013 From: mailscanner at romehosting.com (Dave Gattis) Date: Fri, 25 Jan 2013 00:26:03 -0500 Subject: Does Mailscanner have webgui for login? In-Reply-To: <96ae59bd2a78c46e23bd5b65c7bf236c@nwohiobb.com> References: <96ae59bd2a78c46e23bd5b65c7bf236c@nwohiobb.com> Message-ID: <68ba40c773bc4ea3e0484b48d21626fd.squirrel@mail.romehosting.com> Have a look at MailWatch. http://mailwatch.sourceforge.net/doku.php -- Dave Gattis > Hi Guys > I am just wondering if mail scanner have an webgui for login or not? > because I plan on using this for my wisp (wireless internet service > provider) spam box and I need to know if my customers can login and > manage there spam settings or not. > > Thanks Tim > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From mailborder at gmail.com Fri Jan 25 07:21:36 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Fri, 25 Jan 2013 08:21:36 +0100 Subject: Does Mailscanner have webgui for login? In-Reply-To: <68ba40c773bc4ea3e0484b48d21626fd.squirrel@mail.romehosting.com> References: <96ae59bd2a78c46e23bd5b65c7bf236c@nwohiobb.com> <68ba40c773bc4ea3e0484b48d21626fd.squirrel@mail.romehosting.com> Message-ID: Or Mailborder: https://www.mailborder.com On Fri, Jan 25, 2013 at 6:26 AM, Dave Gattis wrote: > Have a look at MailWatch. > http://mailwatch.sourceforge.net/doku.php > -- > Dave Gattis > > > > Hi Guys > > I am just wondering if mail scanner have an webgui for login or not? > > because I plan on using this for my wisp (wireless internet service > > provider) spam box and I need to know if my customers can login and > > manage there spam settings or not. > > > > Thanks Tim > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130125/9c25f4cd/attachment.html From Ove at itandnet.co.uk Fri Jan 25 09:10:04 2013 From: Ove at itandnet.co.uk (Ove JK. Evensen) Date: Fri, 25 Jan 2013 09:10:04 +0000 Subject: MailScanner now on Transifex In-Reply-To: References: Message-ID: <245806C7A526C84EBBF2730AE305E455053CCB95@MailMan.itandnet.local> Nice one, have joined and will be helping on the Norwegian part OVE JK. EVENSEN?|?CHIEF ENGINEER -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Andrew Colin Kissa Sent: 24 January 2013 08:27 To: MailScanner discussion Subject: MailScanner now on Transifex Hi All MailScanner is now on Transifex, making it very easy to submit translations. Translations can be done online using the easy to use Editor. Join[1] the Translation effort and contribute to making MailScanner even more accessible. [1] https://www.transifex.com/projects/p/mailscanner/ - Andrew -- www.baruwa.org -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! From eric.le.corre at voila.fr Fri Jan 25 11:18:31 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Fri, 25 Jan 2013 12:18:31 +0100 (CET) Subject: Need help to modify code viewmail.php In-Reply-To: Message-ID: <2131543253.58021359112711515.JavaMail.www@wwinf7134> Hello, I can t see emails in mailwatch about this error : Non-static method Mail_mimeDecode::decode() should not be called statically in /var/www/mailscanner/viewpart.php on line 90 Non-static method Mail_mimeDecode::getMimeNumbers() should not be called statically in /var/www/mailscanner/viewpart.php on line 91 So, i tred unable E-STRICT but this method is not better so, the best way is change this code not compatible with php5, i need some help : ---------------------------------------------------------------------------- $params['include_bodies'] = false; $params['decode_bodies'] = true; $params['decode_headers'] = true; $params['input'] = $file; $structure = Mail_mimeDecode::decode($params); $mime_struct = Mail_mimeDecode::getMimeNumbers($structure); ----------------------------------------------------------------------------------- the full code of viewmail.php is here : http://www.phpkode.com/source/p/mailwatch-for-mailscanner/mailwatch-1.0.5/mailscanner/viewmail.php ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From eric.le.corre at voila.fr Fri Jan 25 14:33:07 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Fri, 25 Jan 2013 15:33:07 +0100 (CET) Subject: Need help to modify code viewmail.php In-Reply-To: <2131543253.58021359112711515.JavaMail.www@wwinf7134> Message-ID: <1624924667.95021359124387051.JavaMail.www@wwinf7135> i this code, after $structure = Mail_mimeDecode::decode($params); $mime_struct = Mail_mimeDecode::getMimeNumbers($structure); i did echo $structure; echo $mime_struct; echo $file; the result dor $file is : i can see the email the result for $mime_struc is : "array" the result for $structure is : nothing, no data so Mail_mimeDecode seems dont work ! > Message du 25/01/13 ? 13h30 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie ? : > Objet : Need help to modify code viewmail.php > > Hello, > > I can t see emails in mailwatch about this error : > Non-static method Mail_mimeDecode::decode() should not be called statically in /var/www/mailscanner/viewpart.php on line 90 > Non-static method Mail_mimeDecode::getMimeNumbers() should not be called statically in /var/www/mailscanner/viewpart.php on line 91 > > So, i tred unable E-STRICT but this method is not better > > so, the best way is change this code not compatible with php5, i need some help : > > ---------------------------------------------------------------------------- > $params['include_bodies'] = false; > $params['decode_bodies'] = true; > $params['decode_headers'] = true; > $params['input'] = $file; > > $structure = Mail_mimeDecode::decode($params); > $mime_struct = Mail_mimeDecode::getMimeNumbers($structure); > ----------------------------------------------------------------------------------- > the full code of viewmail.php is here : http://www.phpkode.com/source/p/mailwatch-for-mailscanner/mailwatch-1.0.5/mailscanner/viewmail.php > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Sun Jan 27 10:55:02 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Sun, 27 Jan 2013 11:55:02 +0100 Subject: Mailborder is Now Free Message-ID: Due to a change in my professional career Mailborder will now be free. In short, it needs to remain as a hobby and make no money beyond donations. The structure of the Mailborder website remains the same, but licenses are now priced at $0 in the store. I will still continue to develop and improve upon Mailborder. It will not become a dead project. I will also continue to provide support via the forums. The current version is stable and is suitable for production environments. I do ask that you still continue to provide me with feedback. It would be better for those of you that have been doing so move it do the forums instead of email. If you have a feature request or improvement, just ask. I am currently looking at a few improvements as well as support for the Debian platform. I am hoping to have this complete within the next couple of weeks. Best Regards, Jerry Benton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130127/d104e840/attachment.html From jtbober at argentassociates.com Sun Jan 27 12:24:02 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:24:02 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271224.r0RCO2i1032442@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 12:30:54 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:30:54 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271231.r0RCUs1L032533@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 12:37:01 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:37:01 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271237.r0RCb1Jc032604@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 12:42:57 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:42:57 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271243.r0RCgvRo032717@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 12:48:45 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:48:45 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271248.r0RCmjLQ000438@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 12:54:45 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 12:54:45 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271254.r0RCsjGv000608@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:00:35 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:00:35 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271300.r0RD0ZJC000772@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:06:45 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:06:45 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271306.r0RD6j8p000989@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:12:59 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:12:59 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271313.r0RDCxV5001167@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:18:56 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:18:56 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271319.r0RDIusk001407@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:25:41 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:25:41 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271325.r0RDPfNC001717@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:31:36 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:31:36 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271331.r0RDVaDJ001973@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:37:39 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:37:39 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271337.r0RDbdfN002179@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:43:27 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:43:27 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271343.r0RDhRYY002376@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:49:25 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:49:25 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271349.r0RDnPOs002592@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 13:55:34 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 13:55:34 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271355.r0RDtYA7002783@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 14:02:05 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 14:02:05 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271402.r0RE25Pc003073@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 14:08:03 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 14:08:03 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271408.r0RE8370003288@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 14:14:03 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 14:14:03 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271414.r0REE36N003513@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From mailscanner at joolee.nl Sun Jan 27 15:45:07 2013 From: mailscanner at joolee.nl (Joolee) Date: Sun, 27 Jan 2013 16:45:07 +0100 Subject: Mailborder is Now Free In-Reply-To: References: Message-ID: I will try making a ubutu LTS installation as soon as Debian support is ready. On 27 January 2013 11:55, Mailborder at Gmail wrote: > Due to a change in my professional career Mailborder will now be free. In > short, it needs to remain as a hobby and make no money beyond donations. > > The structure of the Mailborder website remains the same, but licenses are > now priced at $0 in the store. I will still continue to develop and improve > upon Mailborder. It will not become a dead project. > > I will also continue to provide support via the forums. The current > version is stable and is suitable for production environments. I do ask > that you still continue to provide me with feedback. It would be better for > those of you that have been doing so move it do the forums instead of > email. > > If you have a feature request or improvement, just ask. I am currently > looking at a few improvements as well as support for the Debian platform. I > am hoping to have this complete within the next couple of weeks. > > > Best Regards, > > Jerry Benton > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130127/79f29af0/attachment.html From jtbober at argentassociates.com Sun Jan 27 17:14:45 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:14:45 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271714.r0RHEjwM005236@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:21:07 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:21:07 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271721.r0RHL7R7005339@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:27:09 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:27:09 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271727.r0RHR9jt005438@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:30:49 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:30:49 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271730.r0RHUnYX005606@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:33:14 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:33:14 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271733.r0RHXEjp005666@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From peter at farrows.org Sun Jan 27 16:14:00 2013 From: peter at farrows.org (Peter Farrow) Date: Sun, 27 Jan 2013 16:14:00 +0000 Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> This is intensely annoying ------Original Message------ From: jtbober at argentassociates.com Sender: mailscanner-bounces at lists.mailscanner.info To: mailscanner at lists.mailscanner.info ReplyTo: MailScanner discussion Subject: Out of Office 1/25/2013 & 1/28/2013 Sent: 27 Jan 2013 22:51 I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- This message has been scanned for viruses and dangerous content by the Togethia MailScanner, and is believed to be clean. Scanner:local Sent on the move by Pete Farrow peter at togethia.tv http://facebook.togethia.tv http://youtube.togethia.tv From jtbober at argentassociates.com Sun Jan 27 17:37:49 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:37:49 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271737.r0RHbnE9005774@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:42:44 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:42:44 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271742.r0RHgisw005958@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From niles at atheos.net Sun Jan 27 16:25:46 2013 From: niles at atheos.net (Niles Ingalls) Date: Sun, 27 Jan 2013 11:25:46 -0500 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> Message-ID: <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> Agreed, maybe we should give him a friendly call :) On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > From jtbober at argentassociates.com Sun Jan 27 17:47:23 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:47:23 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271747.r0RHlNl7006104@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:51:32 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:51:32 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271751.r0RHpW9T006214@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 17:56:15 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 17:56:15 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271756.r0RHuFjA006431@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:00:22 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:00:22 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271800.r0RI0M4N006547@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:04:44 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:04:44 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271804.r0RI4iJO006760@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:04:51 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:04:51 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271804.r0RI4pMm006773@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:09:19 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:09:19 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271809.r0RI9JtQ006937@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:15:06 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:15:06 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271815.r0RIF6KZ007204@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:19:46 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:19:46 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271819.r0RIJkru007464@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:25:00 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:25:00 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271825.r0RIP0Rj007689@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:30:11 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:30:11 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271830.r0RIUBsY007905@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:34:10 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:34:10 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271834.r0RIYAHA008078@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From peter at farrows.org Sun Jan 27 17:14:05 2013 From: peter at farrows.org (Peter Farrow) Date: Sun, 27 Jan 2013 17:14:05 +0000 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> Message-ID: <1965886488-1359306841-cardhu_decombobulator_blackberry.rim.net-1915589179-@b2.c11.bise7.blackberry> I am in Mumbai right now, I would have to take a loan first to fund that call on my cell phone :-) Sent on the move by Pete Farrow peter at togethia.tv http://facebook.togethia.tv http://youtube.togethia.tv -----Original Message----- From: Niles Ingalls Sender: mailscanner-bounces at lists.mailscanner.info Date: Sun, 27 Jan 2013 11:25:46 To: MailScanner discussion Reply-To: MailScanner discussion Subject: Re: Out of Office 1/25/2013 & 1/28/2013 Agreed, maybe we should give him a friendly call :) On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- This message has been scanned for viruses and dangerous content by the Togethia MailScanner, and is believed to be clean. Scanner:local From jtbober at argentassociates.com Sun Jan 27 18:39:13 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:39:13 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271839.r0RIdD5A008276@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:43:27 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:43:27 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271843.r0RIhRCi008471@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From peter at farrows.org Sun Jan 27 17:26:16 2013 From: peter at farrows.org (Peter Farrow) Date: Sun, 27 Jan 2013 17:26:16 +0000 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> Message-ID: <1821483904-1359307573-cardhu_decombobulator_blackberry.rim.net-1632201137-@b2.c11.bise7.blackberry> I suggest everyone forward each auto reply to avaldez at argentassociates.com Sent on the move by Pete Farrow peter at togethia.tv http://facebook.togethia.tv http://youtube.togethia.tv -----Original Message----- From: Niles Ingalls Sender: mailscanner-bounces at lists.mailscanner.info Date: Sun, 27 Jan 2013 11:25:46 To: MailScanner discussion Reply-To: MailScanner discussion Subject: Re: Out of Office 1/25/2013 & 1/28/2013 Agreed, maybe we should give him a friendly call :) On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- This message has been scanned for viruses and dangerous content by the Togethia MailScanner, and is believed to be clean. Scanner:local From jtbober at argentassociates.com Sun Jan 27 18:48:15 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:48:15 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271848.r0RImFDI008740@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:52:18 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:52:18 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271852.r0RIqIcr008931@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 18:56:48 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 18:56:48 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271856.r0RIumsP009134@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:01:11 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:01:11 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271901.r0RJ1Bgq009352@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From Jamie.Stallwood at imerja.com Sun Jan 27 17:43:29 2013 From: Jamie.Stallwood at imerja.com (Jamie Stallwood) Date: Sun, 27 Jan 2013 17:43:29 -0000 Subject: Out of Office 1/25/2013 & 1/28/2013 References: <201301271830.r0RIUBsY007905@listserver.mailscanner.info> Message-ID: <7B640CC73C18D94F83479A1D0B9A140405307FE2@bhw-srv-dc1.imerja.com> Oh for pity's sake this is at least the 25th out of office today from this idiot! Kind regards Jamie Stallwood -- Jamie Stallwood Security Specialist Imerja Limited Tel: 07795 840385 jamie.stallwood at imerja.com -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info on behalf of jtbober at argentassociates.com Sent: Sun 1/27/2013 18:30 To: mailscanner at lists.mailscanner.info Subject: Out of Office 1/25/2013 & 1/28/2013 I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- Imerja Limited Tel: 0870 8611488 | Fax: 0870 8611489 | 24x7 ISOC: 0870 8611490 | Web: www.imerja.com Registered Office: Paragon House, Paragon Business Park, Chorley New Road, Horwich, Bolton BL6 6HG Registered in England and Wales No. 5180119 VAT Registered No. 845 0647 22 ISO Registered Firm No. GB2001527 This email is confidential and intended solely for the person or organisation to which it is addressed. It may contain privileged and confidential information. If you are not the intended recipient(s) you should not use, copy, distribute or take any action or reliance on it, since to do so is strictly prohibited and may be unlawful. If you have received this transmission in error please notify the sender immediately by email reply and delete it from your system. E-mail messages are not secure and attachments could contain software viruses which may damage your system. Whilst every reasonable precaution has been taken to minimise this risk, Imerja Limited cannot accept any liability for any damage sustained as a result of these factors. You are advised to carry out your own virus checks before opening any attachment. Any views or opinions expressed in this e-mail are solely those of the author and do not represent those of Imerja Limited unless otherwise stated. From jtbober at argentassociates.com Sun Jan 27 19:11:07 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:11:07 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271911.r0RJB7f1009791@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:16:43 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:16:43 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271916.r0RJGhhI010032@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:22:25 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:22:25 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271922.r0RJMPNg010278@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:26:33 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:26:33 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271926.r0RJQX4a010422@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:35:40 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:35:40 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271935.r0RJZeO2010758@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:40:19 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:40:19 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271940.r0RJeJfj010981@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:49:47 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:49:47 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271949.r0RJnlhH011411@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:54:10 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:54:10 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271954.r0RJsAfY011605@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From jtbober at argentassociates.com Sun Jan 27 19:59:08 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 19:59:08 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301271959.r0RJx8UP011831@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From michael at huntley.net Sun Jan 27 18:39:11 2013 From: michael at huntley.net (Michael Huntley) Date: Sun, 27 Jan 2013 10:39:11 -0800 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <1821483904-1359307573-cardhu_decombobulator_blackberry.rim.net-1632201137-@b2.c11.bise7.blackberry> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> <1821483904-1359307573-cardhu_decombobulator_blackberry.rim.net-1632201137-@b2.c11.bise7.blackberry> Message-ID: <108DAD08-6198-44C2-AD26-9B24B5B45962@huntley.net> I sent a text message to his cell. M On Jan 27, 2013, at 9:26 AM, "Peter Farrow" wrote: > I suggest everyone forward each auto reply to avaldez at argentassociates.com > > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > > -----Original Message----- > From: Niles Ingalls > Sender: mailscanner-bounces at lists.mailscanner.info > Date: Sun, 27 Jan 2013 11:25:46 > To: MailScanner discussion > Reply-To: MailScanner discussion > Subject: Re: Out of Office 1/25/2013 & 1/28/2013 > > Agreed, maybe we should give him a friendly call :) > > On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > >> This is intensely annoying >> >> ------Original Message------ >> From: jtbober at argentassociates.com >> Sender: mailscanner-bounces at lists.mailscanner.info >> To: mailscanner at lists.mailscanner.info >> ReplyTo: MailScanner discussion >> Subject: Out of Office 1/25/2013 & 1/28/2013 >> Sent: 27 Jan 2013 22:51 >> >> I will be out of the office on 1/25/2013 and 1/28/2013. >> >> Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. >> >> If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. >> >> For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. >> >> If immediate assistance is required please contact me via cell phone at 908-625-9564. >> >> Thank you, >> >> Jonathan Bober >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> -- >> This message has been scanned for viruses and >> dangerous content by the Togethia MailScanner, >> and is believed to be clean. >> Scanner:local >> >> Sent on the move by Pete Farrow >> peter at togethia.tv >> http://facebook.togethia.tv >> http://youtube.togethia.tv >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From jtbober at argentassociates.com Sun Jan 27 20:03:07 2013 From: jtbober at argentassociates.com (jtbober at argentassociates.com) Date: Sun, 27 Jan 2013 20:03:07 GMT Subject: Out of Office 1/25/2013 & 1/28/2013 Message-ID: <201301272003.r0RK37Y9011983@listserver.mailscanner.info> I will be out of the office on 1/25/2013 and 1/28/2013. Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. If immediate assistance is required please contact me via cell phone at 908-625-9564. Thank you, Jonathan Bober From lhaig at haigmail.com Sun Jan 27 18:59:48 2013 From: lhaig at haigmail.com (Lance Haig) Date: Sun, 27 Jan 2013 20:59:48 +0200 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <1821483904-1359307573-cardhu_decombobulator_blackberry.rim.net-1632201137-@b2.c11.bise7.blackberry> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> <1821483904-1359307573-cardhu_decombobulator_blackberry.rim.net-1632201137-@b2.c11.bise7.blackberry> Message-ID: <51057924.4030200@haigmail.com> Now I am gettin angry Lance On 27/01/2013 19:26, Peter Farrow wrote: > I suggest everyone forward each auto reply to avaldez at argentassociates.com > > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > > -----Original Message----- > From: Niles Ingalls > Sender: mailscanner-bounces at lists.mailscanner.info > Date: Sun, 27 Jan 2013 11:25:46 > To: MailScanner discussion > Reply-To: MailScanner discussion > Subject: Re: Out of Office 1/25/2013 & 1/28/2013 > > Agreed, maybe we should give him a friendly call :) > > On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > >> This is intensely annoying >> >> ------Original Message------ >> From: jtbober at argentassociates.com >> Sender: mailscanner-bounces at lists.mailscanner.info >> To: mailscanner at lists.mailscanner.info >> ReplyTo: MailScanner discussion >> Subject: Out of Office 1/25/2013 & 1/28/2013 >> Sent: 27 Jan 2013 22:51 >> >> I will be out of the office on 1/25/2013 and 1/28/2013. >> >> Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. >> >> If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. >> >> For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. >> >> If immediate assistance is required please contact me via cell phone at 908-625-9564. >> >> Thank you, >> >> Jonathan Bober >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> -- >> This message has been scanned for viruses and >> dangerous content by the Togethia MailScanner, >> and is believed to be clean. >> Scanner:local >> >> Sent on the move by Pete Farrow >> peter at togethia.tv >> http://facebook.togethia.tv >> http://youtube.togethia.tv >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From frankd at iaw.on.ca Sun Jan 27 19:24:53 2013 From: frankd at iaw.on.ca (Frank DeChellis) Date: Sun, 27 Jan 2013 14:24:53 -0500 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <201301271916.r0RJGhhI010032@listserver.mailscanner.info> References: <201301271916.r0RJGhhI010032@listserver.mailscanner.info> Message-ID: I am sure we've all screwed up our vacation setup at some point. :) Frank DeChellis On 2013-01-27, at 7:16 PM, jtbober at argentassociates.com wrote: > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! From michael at huntley.net Sun Jan 27 19:25:39 2013 From: michael at huntley.net (Michael Huntley) Date: Sun, 27 Jan 2013 11:25:39 -0800 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <201301271959.r0RJx8UP011831@listserver.mailscanner.info> References: <201301271959.r0RJx8UP011831@listserver.mailscanner.info> Message-ID: <9B362D17-D6E2-4231-970E-04543E8F0316@huntley.net> Perhaps our friendly list admin can suspend his account. M On Jan 27, 2013, at 7:59 PM, jtbober at argentassociates.com wrote: > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From gafaith at asdm.net Sun Jan 27 19:25:58 2013 From: gafaith at asdm.net (Gary Faith) Date: Sun, 27 Jan 2013 14:25:58 -0500 Subject: Mailborder is Now Free In-Reply-To: References: Message-ID: <510538F60200002D00012FEF@sparky.asdm.net> Jerry, Do you have a version for people running SuSE? Thanks, Gary Faith >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> Due to a change in my professional career Mailborder will now be free. In short, it needs to remain as a hobby and make no money beyond donations. The structure of the Mailborder website remains the same, but licenses are now priced at $0 in the store. I will still continue to develop and improve upon Mailborder. It will not become a dead project. I will also continue to provide support via the forums. The current version is stable and is suitable for production environments. I do ask that you still continue to provide me with feedback. It would be better for those of you that have been doing so move it do the forums instead of email. If you have a feature request or improvement, just ask. I am currently looking at a few improvements as well as support for the Debian platform. I am hoping to have this complete within the next couple of weeks. Best Regards, Jerry Benton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130127/aa17f824/attachment.html From jtbober at argentassociates.com Sun Jan 27 19:39:14 2013 From: jtbober at argentassociates.com (Jonathan Bober) Date: Sun, 27 Jan 2013 14:39:14 -0500 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <9B362D17-D6E2-4231-970E-04543E8F0316@huntley.net> References: <201301271959.r0RJx8UP011831@listserver.mailscanner.info> <9B362D17-D6E2-4231-970E-04543E8F0316@huntley.net> Message-ID: <013801cdfcc5$ffb5bdf0$ff2139d0$@com> I am so terribly sorry about this I put up an out of office and thought I exempt this list from the message. I corrected it this morning, so sorry again about this. Jonathan -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Michael Huntley Sent: Sunday, January 27, 2013 2:26 PM To: MailScanner discussion Subject: Re: Out of Office 1/25/2013 & 1/28/2013 Perhaps our friendly list admin can suspend his account. M On Jan 27, 2013, at 7:59 PM, jtbober at argentassociates.com wrote: > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! From lists at tatorz.com Sun Jan 27 20:02:41 2013 From: lists at tatorz.com (Mail Lists) Date: Sun, 27 Jan 2013 15:02:41 -0500 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <9B362D17-D6E2-4231-970E-04543E8F0316@huntley.net> References: <201301271959.r0RJx8UP011831@listserver.mailscanner.info> <9B362D17-D6E2-4231-970E-04543E8F0316@huntley.net> Message-ID: <510587E1.3050407@Tatorz.com> On 01/27/2013 02:25 PM, Michael Huntley wrote: > Perhaps our friendly list admin can suspend his account. > > M > > On Jan 27, 2013, at 7:59 PM, jtbober at argentassociates.com wrote: > >> I will be out of the office on 1/25/2013 and 1/28/2013. >> >> Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. >> >> If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. >> >> For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. >> >> If immediate assistance is required please contact me via cell phone at 908-625-9564. >> >> Thank you, >> >> Jonathan Bober >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> I just spoke to him on the phone, He believes he has it fixed but, we might be seeing residual mail. -- Brian ----- Get the latest Fremont, OH Weather @ http://www.Fremont-OH-Weather.com Also available Port Clinton Ohio Weather @ http://www.pc-weather.Tatorz.com From mailborder at gmail.com Sun Jan 27 21:12:38 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Sun, 27 Jan 2013 22:12:38 +0100 Subject: Mailborder is Now Free In-Reply-To: <510538F60200002D00012FEF@sparky.asdm.net> References: <510538F60200002D00012FEF@sparky.asdm.net> Message-ID: Gary, Not yet. The last time I used SuSE was around 2003. However, I will spin up a VM at some point and do it. It is simply a matter of updating the source to support SuSE formatted CLI. Jerry Benton On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: > Jerry, > > Do you have a version for people running SuSE? > > Thanks, > > Gary Faith > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> > Due to a change in my professional career Mailborder will now be free. In > short, it needs to remain as a hobby and make no money beyond donations. > > The structure of the Mailborder website remains the same, but licenses are > now priced at $0 in the store. I will still continue to develop and improve > upon Mailborder. It will not become a dead project. > > I will also continue to provide support via the forums. The current > version is stable and is suitable for production environments. I do ask > that you still continue to provide me with feedback. It would be better for > those of you that have been doing so move it do the forums instead of > email. > > If you have a feature request or improvement, just ask. I am currently > looking at a few improvements as well as support for the Debian platform. I > am hoping to have this complete within the next couple of weeks. > > > Best Regards, > > Jerry Benton > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130127/39fedad3/attachment.html From mailborder at gmail.com Sun Jan 27 21:16:20 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Sun, 27 Jan 2013 22:16:20 +0100 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> Message-ID: I think we should call not limiting out of office replies to 1 per email a Bober. I like it. Ok, I decided to make it official. I'll document it somewhere. On Sun, Jan 27, 2013 at 5:14 PM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at > 732-512-9009 if you have any questions regarding the Ericsson Converged > Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at > toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at > msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at > 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130127/f27a50aa/attachment.html From mark at msapiro.net Sun Jan 27 23:57:52 2013 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 27 Jan 2013 15:57:52 -0800 Subject: Brain dead autoresponder In-Reply-To: References: Message-ID: Someone needs to set this guy moderated. Any list admins there? -- Mark Sapiro Sent from my Android phone with K-9 Mail. Please excuse my brevity. From james at mindman.com.tw Mon Jan 28 01:42:24 2013 From: james at mindman.com.tw (James C.C. Chien) Date: Mon, 28 Jan 2013 09:42:24 +0800 Subject: Need help to modify code viewmail.php In-Reply-To: <1624924667.95021359124387051.JavaMail.www@wwinf7135> References: <2131543253.58021359112711515.JavaMail.www@wwinf7134> <1624924667.95021359124387051.JavaMail.www@wwinf7135> Message-ID: <76548CCB92ED479CA418231D3BAE81C8@mindman.com> Hi eric, Maybe you can try these patches from Himler Daniel for mailwatch 1.2beta. James -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr Sent: Friday, January 25, 2013 10:33 PM To: MailScanner discussion Subject: re: Need help to modify code viewmail.php i this code, after $structure = Mail_mimeDecode::decode($params); $mime_struct = Mail_mimeDecode::getMimeNumbers($structure); i did echo $structure; echo $mime_struct; echo $file; the result dor $file is : i can see the email the result for $mime_struc is : "array" the result for $structure is : nothing, no data so Mail_mimeDecode seems dont work ! > Message du 25/01/13 a 13h30 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie a : > Objet : Need help to modify code viewmail.php > > Hello, > > I can t see emails in mailwatch about this error : > Non-static method Mail_mimeDecode::decode() should not be called > statically in /var/www/mailscanner/viewpart.php on line 90 Non-static > method Mail_mimeDecode::getMimeNumbers() should not be called > statically in /var/www/mailscanner/viewpart.php on line 91 > > So, i tred unable E-STRICT but this method is not better > > so, the best way is change this code not compatible with php5, i need some help : > > ---------------------------------------------------------------------- > ------ > $params['include_bodies'] = false; > $params['decode_bodies'] = true; > $params['decode_headers'] = true; > $params['input'] = $file; > > $structure = Mail_mimeDecode::decode($params); $mime_struct = > Mail_mimeDecode::getMimeNumbers($structure); > ---------------------------------------------------------------------- > ------------- the full code of viewmail.php is here : > http://www.phpkode.com/source/p/mailwatch-for-mailscanner/mailwatch-1. > 0.5/mailscanner/viewmail.php > > ___________________________________________________________ > Ils nous ont quittes en 2012. Voir le diaporama de nos chers disparus > sur Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > s-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ Ils nous ont quittes en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-db_clean.patch Type: application/octet-stream Size: 899 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0012.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-detail.patch Type: application/octet-stream Size: 1398 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0013.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-filters.patch Type: application/octet-stream Size: 4403 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0014.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-geoip_update.patch Type: application/octet-stream Size: 776 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0015.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-ldap.patch Type: application/octet-stream Size: 6729 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0016.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-lists.patch Type: application/octet-stream Size: 2426 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0017.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-mailq.patch Type: application/octet-stream Size: 474 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0018.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-php5.patch Type: application/octet-stream Size: 2719 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0019.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-quarantine.patch Type: application/octet-stream Size: 583 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0020.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-utf8.patch Type: application/octet-stream Size: 4600 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0021.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-viewmail.patch Type: application/octet-stream Size: 480 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0022.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: mailwatch-1.2.0-beta-4-viewpart.patch Type: application/octet-stream Size: 470 bytes Desc: not available Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/b24cf787/attachment-0023.obj From mailborder at gmail.com Mon Jan 28 04:52:57 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 05:52:57 +0100 Subject: Brain dead autoresponder In-Reply-To: References: Message-ID: He already fixed it, Mark. On Mon, Jan 28, 2013 at 12:57 AM, Mark Sapiro wrote: > Someone needs to set this guy moderated. Any list admins there? > > -- > Mark Sapiro > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/f4686ca9/attachment.html From gafaith at asdm.net Mon Jan 28 15:45:12 2013 From: gafaith at asdm.net (Gary Faith) Date: Mon, 28 Jan 2013 10:45:12 -0500 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> Message-ID: <510656B80200002D00013016@sparky.asdm.net> I don't think it is that easy. The paths to the web directory and a few others are different. For example, the web directory on fedora/redhat is: /var/www/html where in SuSE it is in: /srv/www So, I think the scripts have to have their locations changed. Also, SuSE doesn't use YUM to update. mscan:/etc # yum -bash: yum: command not found It uses zypper and there has to be a pointer to the installation source. Just to point out a few difference. Gary >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> Gary, Not yet. The last time I used SuSE was around 2003. However, I will spin up a VM at some point and do it. It is simply a matter of updating the source to support SuSE formatted CLI. Jerry Benton On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: Jerry, Do you have a version for people running SuSE? Thanks, Gary Faith >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> Due to a change in my professional career Mailborder will now be free. In short, it needs to remain as a hobby and make no money beyond donations. The structure of the Mailborder website remains the same, but licenses are now priced at $0 in the store. I will still continue to develop and improve upon Mailborder. It will not become a dead project. I will also continue to provide support via the forums. The current version is stable and is suitable for production environments. I do ask that you still continue to provide me with feedback. It would be better for those of you that have been doing so move it do the forums instead of email. If you have a feature request or improvement, just ask. I am currently looking at a few improvements as well as support for the Debian platform. I am hoping to have this complete within the next couple of weeks. Best Regards, Jerry Benton -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/134d215c/attachment.html From eric.le.corre at voila.fr Mon Jan 28 16:27:01 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Mon, 28 Jan 2013 17:27:01 +0100 (CET) Subject: Need help to modify code viewmail.php In-Reply-To: <76548CCB92ED479CA418231D3BAE81C8@mindman.com> Message-ID: <998255001.133231359390421711.JavaMail.www@wwinf7144> hello, not better. I tried everything but i didn t find. the really problem is mimeDecode.php (Mail_mimeDecode::decode) return no data. i viewmail.php, if i do echo $file return all the email, it is good ! after : "$params['input'] = $file; no problem for that after : $structure = Mail_mimeDecode::decode($params); <--- can t decode echo $structure return nothing ! > Message du 28/01/13 ? 03h50 > De : "James C.C. Chien" > A : "'MailScanner discussion'" > Copie ? : > Objet : RE: Need help to modify code viewmail.php > > Hi eric, > > Maybe you can try these patches from Himler Daniel for mailwatch 1.2beta. > > James > -----Original Message----- > From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of eric.le.corre at voila.fr > Sent: Friday, January 25, 2013 10:33 PM > To: MailScanner discussion > Subject: re: Need help to modify code viewmail.php > > i this code, after > $structure = Mail_mimeDecode::decode($params); $mime_struct = Mail_mimeDecode::getMimeNumbers($structure); > > i did > > echo $structure; > echo $mime_struct; > echo $file; > > the result dor $file is : i can see the email the result for $mime_struc is : "array" > the result for $structure is : nothing, no data > > so Mail_mimeDecode seems dont work ! > > > Message du 25/01/13 a 13h30 > > De : eric.le.corre at voila.fr > > A : "MailScanner discussion" > > Copie a : > > Objet : Need help to modify code viewmail.php > > > > Hello, > > > > I can t see emails in mailwatch about this error : > > Non-static method Mail_mimeDecode::decode() should not be called > > statically in /var/www/mailscanner/viewpart.php on line 90 Non-static > > method Mail_mimeDecode::getMimeNumbers() should not be called > > statically in /var/www/mailscanner/viewpart.php on line 91 > > > > So, i tred unable E-STRICT but this method is not better > > > > so, the best way is change this code not compatible with php5, i need some help : > > > > ---------------------------------------------------------------------- > > ------ > > $params['include_bodies'] = false; > > $params['decode_bodies'] = true; > > $params['decode_headers'] = true; > > $params['input'] = $file; > > > > $structure = Mail_mimeDecode::decode($params); $mime_struct = > > Mail_mimeDecode::getMimeNumbers($structure); > > ---------------------------------------------------------------------- > > ------------- the full code of viewmail.php is here : > > http://www.phpkode.com/source/p/mailwatch-for-mailscanner/mailwatch-1. > > 0.5/mailscanner/viewmail.php > > > > ___________________________________________________________ > > Ils nous ont quittes en 2012. Voir le diaporama de nos chers disparus > > sur Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quitte > > s-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > ___________________________________________________________ > Ils nous ont quittes en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > > [ mailwatch-1.2.0-beta-4-db_clean.patch (1.0 Ko) ] > [ mailwatch-1.2.0-beta-4-detail.patch (1.5 Ko) ] > [ mailwatch-1.2.0-beta-4-filters.patch (5.2 Ko) ] > [ mailwatch-1.2.0-beta-4-geoip_update.patch (0.9 Ko) ] > [ mailwatch-1.2.0-beta-4-ldap.patch (7.6 Ko) ] > [ mailwatch-1.2.0-beta-4-lists.patch (2.8 Ko) ] > [ mailwatch-1.2.0-beta-4-mailq.patch (0.5 Ko) ] > [ mailwatch-1.2.0-beta-4-php5.patch (3.0 Ko) ] > [ mailwatch-1.2.0-beta-4-quarantine.patch (0.7 Ko) ] > [ mailwatch-1.2.0-beta-4-utf8.patch (5.1 Ko) ] > [ mailwatch-1.2.0-beta-4-viewmail.patch (0.5 Ko) ] > [ mailwatch-1.2.0-beta-4-viewpart.patch (0.5 Ko) ] ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Mon Jan 28 17:26:41 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 18:26:41 +0100 Subject: Mailborder is Now Free In-Reply-To: <510656B80200002D00013016@sparky.asdm.net> References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: Gary, That is what i meant really. It is still easy, just a pain in the ass. Jerry On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote: > I don't think it is that easy. The paths to the web directory and a few > others are different. For example, the web directory on fedora/redhat is: > > /var/www/html > > where in SuSE it is in: > > /srv/www > > So, I think the scripts have to have their locations changed. Also, SuSE > doesn't use YUM to update. > > mscan:/etc # yum > -bash: yum: command not found > It uses zypper and there has to be a pointer to the installation source. > Just to point out a few difference. > > Gary > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > Gary, > > Not yet. The last time I used SuSE was around 2003. However, I will spin > up a VM at some point and do it. It is simply a matter of updating the > source to support SuSE formatted CLI. > > Jerry Benton > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: > >> Jerry, >> Do you have a version for people running SuSE? >> Thanks, >> >> Gary Faith >> >> >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> >> Due to a change in my professional career Mailborder will now be free. >> In short, it needs to remain as a hobby and make no money beyond donations. >> >> The structure of the Mailborder website remains the same, but licenses >> are now priced at $0 in the store. I will still continue to develop and >> improve upon Mailborder. It will not become a dead project. >> >> I will also continue to provide support via the forums. The current >> version is stable and is suitable for production environments. I do ask >> that you still continue to provide me with feedback. It would be better for >> those of you that have been doing so move it do the forums instead of >> email. >> >> If you have a feature request or improvement, just ask. I am currently >> looking at a few improvements as well as support for the Debian platform. I >> am hoping to have this complete within the next couple of weeks. >> >> >> Best Regards, >> >> Jerry Benton >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> >> > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/edc3c50c/attachment.html From mikael at syska.dk Mon Jan 28 18:32:37 2013 From: mikael at syska.dk (Mikael Syska) Date: Mon, 28 Jan 2013 19:32:37 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: Hi, What about freebsd? I guess that also will be a bigger pain in the behind :-P But I guess I could go for the Centos or what ever flavor that I like that is going to be supported in the future. mvh On Mon, Jan 28, 2013 at 6:26 PM, Mailborder at Gmail wrote: > Gary, > > That is what i meant really. It is still easy, just a pain in the ass. > > Jerry > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote: >> >> I don't think it is that easy. The paths to the web directory and a few >> others are different. For example, the web directory on fedora/redhat is: >> >> /var/www/html >> >> where in SuSE it is in: >> >> /srv/www >> >> So, I think the scripts have to have their locations changed. Also, SuSE >> doesn't use YUM to update. >> >> mscan:/etc # yum >> -bash: yum: command not found >> It uses zypper and there has to be a pointer to the installation source. >> Just to point out a few difference. >> >> Gary >> >> >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> >> Gary, >> >> Not yet. The last time I used SuSE was around 2003. However, I will spin >> up a VM at some point and do it. It is simply a matter of updating the >> source to support SuSE formatted CLI. >> >> Jerry Benton >> >> >> On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: >>> >>> Jerry, >>> Do you have a version for people running SuSE? >>> Thanks, >>> >>> Gary Faith >>> >>> >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> >>> Due to a change in my professional career Mailborder will now be free. In >>> short, it needs to remain as a hobby and make no money beyond donations. >>> >>> The structure of the Mailborder website remains the same, but licenses >>> are now priced at $0 in the store. I will still continue to develop and >>> improve upon Mailborder. It will not become a dead project. >>> >>> I will also continue to provide support via the forums. The current >>> version is stable and is suitable for production environments. I do ask that >>> you still continue to provide me with feedback. It would be better for those >>> of you that have been doing so move it do the forums instead of email. >>> >>> If you have a feature request or improvement, just ask. I am currently >>> looking at a few improvements as well as support for the Debian platform. I >>> am hoping to have this complete within the next couple of weeks. >>> >>> >>> Best Regards, >>> >>> Jerry Benton >>> >>> -- >>> MailScanner mailing list >>> mailscanner at lists.mailscanner.info >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner >>> >>> Before posting, read http://wiki.mailscanner.info/posting >>> >>> Support MailScanner development - buy the book off the website! >>> >> >> >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From mailborder at gmail.com Mon Jan 28 18:54:50 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 19:54:50 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: My plan: Debian / Unbuntu Suse RedHat 6.3 Free BSD Don't ask for Slackware. Haven't even looked at it since the 90s. On Mon, Jan 28, 2013 at 7:32 PM, Mikael Syska wrote: > Hi, > > What about freebsd? I guess that also will be a bigger pain in the behind > :-P > > But I guess I could go for the Centos or what ever flavor that I like > that is going to be supported in the future. > > mvh > > On Mon, Jan 28, 2013 at 6:26 PM, Mailborder at Gmail > wrote: > > Gary, > > > > That is what i meant really. It is still easy, just a pain in the ass. > > > > Jerry > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote: > >> > >> I don't think it is that easy. The paths to the web directory and a few > >> others are different. For example, the web directory on fedora/redhat > is: > >> > >> /var/www/html > >> > >> where in SuSE it is in: > >> > >> /srv/www > >> > >> So, I think the scripts have to have their locations changed. Also, > SuSE > >> doesn't use YUM to update. > >> > >> mscan:/etc # yum > >> -bash: yum: command not found > >> It uses zypper and there has to be a pointer to the installation source. > >> Just to point out a few difference. > >> > >> Gary > >> > >> >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > >> Gary, > >> > >> Not yet. The last time I used SuSE was around 2003. However, I will spin > >> up a VM at some point and do it. It is simply a matter of updating the > >> source to support SuSE formatted CLI. > >> > >> Jerry Benton > >> > >> > >> On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: > >>> > >>> Jerry, > >>> Do you have a version for people running SuSE? > >>> Thanks, > >>> > >>> Gary Faith > >>> > >>> >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> > >>> Due to a change in my professional career Mailborder will now be free. > In > >>> short, it needs to remain as a hobby and make no money beyond > donations. > >>> > >>> The structure of the Mailborder website remains the same, but licenses > >>> are now priced at $0 in the store. I will still continue to develop and > >>> improve upon Mailborder. It will not become a dead project. > >>> > >>> I will also continue to provide support via the forums. The current > >>> version is stable and is suitable for production environments. I do > ask that > >>> you still continue to provide me with feedback. It would be better for > those > >>> of you that have been doing so move it do the forums instead of email. > >>> > >>> If you have a feature request or improvement, just ask. I am currently > >>> looking at a few improvements as well as support for the Debian > platform. I > >>> am hoping to have this complete within the next couple of weeks. > >>> > >>> > >>> Best Regards, > >>> > >>> Jerry Benton > >>> > >>> -- > >>> MailScanner mailing list > >>> mailscanner at lists.mailscanner.info > >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner > >>> > >>> Before posting, read http://wiki.mailscanner.info/posting > >>> > >>> Support MailScanner development - buy the book off the website! > >>> > >> > >> > >> -- > >> MailScanner mailing list > >> mailscanner at lists.mailscanner.info > >> http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > >> Before posting, read http://wiki.mailscanner.info/posting > >> > >> Support MailScanner development - buy the book off the website! > >> > > > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/c0ddc938/attachment.html From mailborder at gmail.com Mon Jan 28 18:56:21 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 19:56:21 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: Idea ... I provide you the install script, you update it for BSD. I like it. On Mon, Jan 28, 2013 at 7:54 PM, Mailborder at Gmail wrote: > My plan: > > Debian / Unbuntu > Suse > RedHat 6.3 > Free BSD > > > Don't ask for Slackware. Haven't even looked at it since the 90s. > > > > On Mon, Jan 28, 2013 at 7:32 PM, Mikael Syska wrote: > >> Hi, >> >> What about freebsd? I guess that also will be a bigger pain in the behind >> :-P >> >> But I guess I could go for the Centos or what ever flavor that I like >> that is going to be supported in the future. >> >> mvh >> >> On Mon, Jan 28, 2013 at 6:26 PM, Mailborder at Gmail >> wrote: >> > Gary, >> > >> > That is what i meant really. It is still easy, just a pain in the ass. >> > >> > Jerry >> > >> > >> > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote: >> >> >> >> I don't think it is that easy. The paths to the web directory and a >> few >> >> others are different. For example, the web directory on fedora/redhat >> is: >> >> >> >> /var/www/html >> >> >> >> where in SuSE it is in: >> >> >> >> /srv/www >> >> >> >> So, I think the scripts have to have their locations changed. Also, >> SuSE >> >> doesn't use YUM to update. >> >> >> >> mscan:/etc # yum >> >> -bash: yum: command not found >> >> It uses zypper and there has to be a pointer to the installation >> source. >> >> Just to point out a few difference. >> >> >> >> Gary >> >> >> >> >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> >> >> Gary, >> >> >> >> Not yet. The last time I used SuSE was around 2003. However, I will >> spin >> >> up a VM at some point and do it. It is simply a matter of updating the >> >> source to support SuSE formatted CLI. >> >> >> >> Jerry Benton >> >> >> >> >> >> On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: >> >>> >> >>> Jerry, >> >>> Do you have a version for people running SuSE? >> >>> Thanks, >> >>> >> >>> Gary Faith >> >>> >> >>> >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> >> >>> Due to a change in my professional career Mailborder will now be >> free. In >> >>> short, it needs to remain as a hobby and make no money beyond >> donations. >> >>> >> >>> The structure of the Mailborder website remains the same, but licenses >> >>> are now priced at $0 in the store. I will still continue to develop >> and >> >>> improve upon Mailborder. It will not become a dead project. >> >>> >> >>> I will also continue to provide support via the forums. The current >> >>> version is stable and is suitable for production environments. I do >> ask that >> >>> you still continue to provide me with feedback. It would be better >> for those >> >>> of you that have been doing so move it do the forums instead of email. >> >>> >> >>> If you have a feature request or improvement, just ask. I am currently >> >>> looking at a few improvements as well as support for the Debian >> platform. I >> >>> am hoping to have this complete within the next couple of weeks. >> >>> >> >>> >> >>> Best Regards, >> >>> >> >>> Jerry Benton >> >>> >> >>> -- >> >>> MailScanner mailing list >> >>> mailscanner at lists.mailscanner.info >> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >>> >> >>> Before posting, read http://wiki.mailscanner.info/posting >> >>> >> >>> Support MailScanner development - buy the book off the website! >> >>> >> >> >> >> >> >> -- >> >> MailScanner mailing list >> >> mailscanner at lists.mailscanner.info >> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> >> >> Support MailScanner development - buy the book off the website! >> >> >> > >> > >> > -- >> > MailScanner mailing list >> > mailscanner at lists.mailscanner.info >> > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > >> > Before posting, read http://wiki.mailscanner.info/posting >> > >> > Support MailScanner development - buy the book off the website! >> > >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/3d70cd6e/attachment.html From mailborder at gmail.com Mon Jan 28 18:58:27 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 19:58:27 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: Hey you could do GNUsteve (Mac OSX) while you are at it.... I love it when I have great ideas. On Mon, Jan 28, 2013 at 7:56 PM, Mailborder at Gmail wrote: > Idea ... > > I provide you the install script, you update it for BSD. > > I like it. > > > > On Mon, Jan 28, 2013 at 7:54 PM, Mailborder at Gmail > wrote: > >> My plan: >> >> Debian / Unbuntu >> Suse >> RedHat 6.3 >> Free BSD >> >> >> Don't ask for Slackware. Haven't even looked at it since the 90s. >> >> >> >> On Mon, Jan 28, 2013 at 7:32 PM, Mikael Syska wrote: >> >>> Hi, >>> >>> What about freebsd? I guess that also will be a bigger pain in the >>> behind :-P >>> >>> But I guess I could go for the Centos or what ever flavor that I like >>> that is going to be supported in the future. >>> >>> mvh >>> >>> On Mon, Jan 28, 2013 at 6:26 PM, Mailborder at Gmail >>> wrote: >>> > Gary, >>> > >>> > That is what i meant really. It is still easy, just a pain in the ass. >>> > >>> > Jerry >>> > >>> > >>> > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote: >>> >> >>> >> I don't think it is that easy. The paths to the web directory and a >>> few >>> >> others are different. For example, the web directory on >>> fedora/redhat is: >>> >> >>> >> /var/www/html >>> >> >>> >> where in SuSE it is in: >>> >> >>> >> /srv/www >>> >> >>> >> So, I think the scripts have to have their locations changed. Also, >>> SuSE >>> >> doesn't use YUM to update. >>> >> >>> >> mscan:/etc # yum >>> >> -bash: yum: command not found >>> >> It uses zypper and there has to be a pointer to the installation >>> source. >>> >> Just to point out a few difference. >>> >> >>> >> Gary >>> >> >>> >> >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> >>> >> Gary, >>> >> >>> >> Not yet. The last time I used SuSE was around 2003. However, I will >>> spin >>> >> up a VM at some point and do it. It is simply a matter of updating the >>> >> source to support SuSE formatted CLI. >>> >> >>> >> Jerry Benton >>> >> >>> >> >>> >> On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote: >>> >>> >>> >>> Jerry, >>> >>> Do you have a version for people running SuSE? >>> >>> Thanks, >>> >>> >>> >>> Gary Faith >>> >>> >>> >>> >>> Mailborder at Gmail 1/27/2013 5:55 AM >>> >>> >>> Due to a change in my professional career Mailborder will now be >>> free. In >>> >>> short, it needs to remain as a hobby and make no money beyond >>> donations. >>> >>> >>> >>> The structure of the Mailborder website remains the same, but >>> licenses >>> >>> are now priced at $0 in the store. I will still continue to develop >>> and >>> >>> improve upon Mailborder. It will not become a dead project. >>> >>> >>> >>> I will also continue to provide support via the forums. The current >>> >>> version is stable and is suitable for production environments. I do >>> ask that >>> >>> you still continue to provide me with feedback. It would be better >>> for those >>> >>> of you that have been doing so move it do the forums instead of >>> email. >>> >>> >>> >>> If you have a feature request or improvement, just ask. I am >>> currently >>> >>> looking at a few improvements as well as support for the Debian >>> platform. I >>> >>> am hoping to have this complete within the next couple of weeks. >>> >>> >>> >>> >>> >>> Best Regards, >>> >>> >>> >>> Jerry Benton >>> >>> >>> >>> -- >>> >>> MailScanner mailing list >>> >>> mailscanner at lists.mailscanner.info >>> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner >>> >>> >>> >>> Before posting, read http://wiki.mailscanner.info/posting >>> >>> >>> >>> Support MailScanner development - buy the book off the website! >>> >>> >>> >> >>> >> >>> >> -- >>> >> MailScanner mailing list >>> >> mailscanner at lists.mailscanner.info >>> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >>> >> >>> >> Before posting, read http://wiki.mailscanner.info/posting >>> >> >>> >> Support MailScanner development - buy the book off the website! >>> >> >>> > >>> > >>> > -- >>> > MailScanner mailing list >>> > mailscanner at lists.mailscanner.info >>> > http://lists.mailscanner.info/mailman/listinfo/mailscanner >>> > >>> > Before posting, read http://wiki.mailscanner.info/posting >>> > >>> > Support MailScanner development - buy the book off the website! >>> > >>> -- >>> MailScanner mailing list >>> mailscanner at lists.mailscanner.info >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner >>> >>> Before posting, read http://wiki.mailscanner.info/posting >>> >>> Support MailScanner development - buy the book off the website! >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/71579153/attachment.html From Kevin_Miller at ci.juneau.ak.us Mon Jan 28 19:07:07 2013 From: Kevin_Miller at ci.juneau.ak.us (Kevin Miller) Date: Mon, 28 Jan 2013 10:07:07 -0900 Subject: Mailborder is Now Free In-Reply-To: References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> Message-ID: <4A09477D575C2C4B86497161427DD94C27B573E7F5@city-exchange07> It would be pretty easy to replace the path with a pre-defined variable that expands to either /var/www/html or srv/www/htdocs (or whatever). Set /var/www/html as the default and folks can then just edit one line if their distribution does things differently. Or better yet, have multiple options in the config file and users just uncomment the appropriate one and drop a "#" in front of the default. ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User No: 307357 From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Mailborder at Gmail Sent: Monday, January 28, 2013 8:27 AM To: MailScanner discussion Subject: Re: Mailborder is Now Free Gary, That is what i meant really. It is still easy, just a pain in the ass. Jerry On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith > wrote: I don't think it is that easy. The paths to the web directory and a few others are different. For example, the web directory on fedora/redhat is: /var/www/html where in SuSE it is in: /srv/www So, I think the scripts have to have their locations changed. Also, SuSE doesn't use YUM to update. mscan:/etc # yum -bash: yum: command not found It uses zypper and there has to be a pointer to the installation source. Just to point out a few difference. Gary >>> Mailborder at Gmail > 1/27/2013 4:12 PM >>> Gary, Not yet. The last time I used SuSE was around 2003. However, I will spin up a VM at some point and do it. It is simply a matter of updating the source to support SuSE formatted CLI. Jerry Benton On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith > wrote: Jerry, Do you have a version for people running SuSE? Thanks, Gary Faith >>> Mailborder at Gmail > 1/27/2013 5:55 AM >>> Due to a change in my professional career Mailborder will now be free. In short, it needs to remain as a hobby and make no money beyond donations. The structure of the Mailborder website remains the same, but licenses are now priced at $0 in the store. I will still continue to develop and improve upon Mailborder. It will not become a dead project. I will also continue to provide support via the forums. The current version is stable and is suitable for production environments. I do ask that you still continue to provide me with feedback. It would be better for those of you that have been doing so move it do the forums instead of email. If you have a feature request or improvement, just ask. I am currently looking at a few improvements as well as support for the Debian platform. I am hoping to have this complete within the next couple of weeks. Best Regards, Jerry Benton -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/f7023b31/attachment.html From mailborder at gmail.com Mon Jan 28 19:32:06 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 20:32:06 +0100 Subject: Mailborder is Now Free In-Reply-To: <4A09477D575C2C4B86497161427DD94C27B573E7F5@city-exchange07> References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B573E7F5@city-exchange07> Message-ID: Yes. On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller wrote: > It would be pretty easy to replace the path with a pre-defined variable > that expands to either /var/www/html or srv/www/htdocs (or whatever). Set > /var/www/html as the default and folks can then just edit one line if their > distribution does things differently. Or better yet, have multiple options > in the config file and users just uncomment the appropriate one and drop a > ?#? in front of the default.**** > > ** ** > > ...Kevin > -- > Kevin Miller > Network/email Administrator, CBJ MIS Dept. > 155 South Seward Street > Juneau, Alaska 99801 > Phone: (907) 586-0242, Fax: (907) 586-4500 > Registered Linux User No: 307357 **** > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder at > Gmail > *Sent:* Monday, January 28, 2013 8:27 AM > *To:* MailScanner discussion > *Subject:* Re: Mailborder is Now Free**** > > ** ** > > Gary,**** > > ** ** > > That is what i meant really. It is still easy, just a pain in the ass.**** > > ** ** > > Jerry**** > > ** ** > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > I don't think it is that easy. The paths to the web directory and a few > others are different. For example, the web directory on fedora/redhat is: > **** > > **** > > /var/www/html**** > > **** > > where in SuSE it is in:**** > > **** > > /srv/www**** > > **** > > So, I think the scripts have to have their locations changed. Also, SuSE > doesn't use YUM to update.**** > > **** > > mscan:/etc # yum > -bash: yum: command not found**** > > It uses zypper and there has to be a pointer to the installation source. > Just to point out a few difference.**** > > **** > > Gary > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > Gary,**** > > ** ** > > Not yet. The last time I used SuSE was around 2003. However, I will spin > up a VM at some point and do it. It is simply a matter of updating the > source to support SuSE formatted CLI. **** > > ** ** > > Jerry Benton**** > > ** ** > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > Jerry,**** > > Do you have a version for people running SuSE?**** > > Thanks,**** > > > Gary Faith > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > Due to a change in my professional career Mailborder will now be free. In > short, it needs to remain as a hobby and make no money beyond donations.** > ** > > ** ** > > The structure of the Mailborder website remains the same, but licenses are > now priced at $0 in the store. I will still continue to develop and improve > upon Mailborder. It will not become a dead project.**** > > ** ** > > I will also continue to provide support via the forums. The current > version is stable and is suitable for production environments. I do ask > that you still continue to provide me with feedback. It would be better for > those of you that have been doing so move it do the forums instead of > email. **** > > ** ** > > If you have a feature request or improvement, just ask. I am currently > looking at a few improvements as well as support for the Debian platform. I > am hoping to have this complete within the next couple of weeks. **** > > ** ** > > ** ** > > Best Regards,**** > > ** ** > > Jerry Benton **** > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website!**** > > ** ** > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website!**** > > ** ** > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/9fd27bf8/attachment-0001.html From mailborder at gmail.com Mon Jan 28 19:54:13 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 20:54:13 +0100 Subject: Mailborder is Now Free In-Reply-To: <4A09477D575C2C4B86497161427DD94C27B573E7F5@city-exchange07> References: <510538F60200002D00012FEF@sparky.asdm.net> <510656B80200002D00013016@sparky.asdm.net> <4A09477D575C2C4B86497161427DD94C27B573E7F5@city-exchange07> Message-ID: I was on the phone when I replied to this. Actually, the answer is no. For the install scripts each must be unique to the OS it is being installed on. Why? My mother should be able to install Mailborder. Her current computer experience is a Light Bright from the 1930s. The idea is to automate everything. If you have installed Mailborder, you know that the current Red Hat install sets up everything on the entire server for you. All the user needs to do is login and add their domain. That's the goal. Anyway ... On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller wrote: > It would be pretty easy to replace the path with a pre-defined variable > that expands to either /var/www/html or srv/www/htdocs (or whatever). Set > /var/www/html as the default and folks can then just edit one line if their > distribution does things differently. Or better yet, have multiple options > in the config file and users just uncomment the appropriate one and drop a > ?#? in front of the default.**** > > ** ** > > ...Kevin > -- > Kevin Miller > Network/email Administrator, CBJ MIS Dept. > 155 South Seward Street > Juneau, Alaska 99801 > Phone: (907) 586-0242, Fax: (907) 586-4500 > Registered Linux User No: 307357 **** > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder at > Gmail > *Sent:* Monday, January 28, 2013 8:27 AM > *To:* MailScanner discussion > *Subject:* Re: Mailborder is Now Free**** > > ** ** > > Gary,**** > > ** ** > > That is what i meant really. It is still easy, just a pain in the ass.**** > > ** ** > > Jerry**** > > ** ** > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > I don't think it is that easy. The paths to the web directory and a few > others are different. For example, the web directory on fedora/redhat is: > **** > > **** > > /var/www/html**** > > **** > > where in SuSE it is in:**** > > **** > > /srv/www**** > > **** > > So, I think the scripts have to have their locations changed. Also, SuSE > doesn't use YUM to update.**** > > **** > > mscan:/etc # yum > -bash: yum: command not found**** > > It uses zypper and there has to be a pointer to the installation source. > Just to point out a few difference.**** > > **** > > Gary > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > Gary,**** > > ** ** > > Not yet. The last time I used SuSE was around 2003. However, I will spin > up a VM at some point and do it. It is simply a matter of updating the > source to support SuSE formatted CLI. **** > > ** ** > > Jerry Benton**** > > ** ** > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > Jerry,**** > > Do you have a version for people running SuSE?**** > > Thanks,**** > > > Gary Faith > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > Due to a change in my professional career Mailborder will now be free. In > short, it needs to remain as a hobby and make no money beyond donations.** > ** > > ** ** > > The structure of the Mailborder website remains the same, but licenses are > now priced at $0 in the store. I will still continue to develop and improve > upon Mailborder. It will not become a dead project.**** > > ** ** > > I will also continue to provide support via the forums. The current > version is stable and is suitable for production environments. I do ask > that you still continue to provide me with feedback. It would be better for > those of you that have been doing so move it do the forums instead of > email. **** > > ** ** > > If you have a feature request or improvement, just ask. I am currently > looking at a few improvements as well as support for the Debian platform. I > am hoping to have this complete within the next couple of weeks. **** > > ** ** > > ** ** > > Best Regards,**** > > ** ** > > Jerry Benton **** > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website!**** > > ** ** > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website!**** > > ** ** > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/62fa8139/attachment.html From mailborder at gmail.com Mon Jan 28 20:08:53 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Mon, 28 Jan 2013 21:08:53 +0100 Subject: SpaceX Message-ID: I just got off the phone with SpaceX. (Elon's space company currently launching commercial shit into space.) I turned them down an offer, but told them I would ask around. The job requires heavy NIX, hence why I am emailing this list. I know that no one I work with will take this, but someone on this list might be independently wealthy and interested: The Job: Technical IA Fortunately, they don't use Microsoft Windows on space ships, so you need to know NIX. Requirements: - US Citizen - Top Secret SCI clearance (current) - Technical IA background - Move to Los Angeles The Pay: 110k That ain't much for LA folks, but if you want to try and be a Star Trek guy, this is your chance. If you are interested (and qualified) let me know and I will put you in touch with the guy. I won't vouch for you unless your name is Julian Field, but he's out anyway since he's a Brit. So, you are on your own when it comes to interview grilling. I'd also pay attention to the reviews on glassdoor.com. They ain't good. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/d000e053/attachment.html From markee at bandwidthco.com Tue Jan 29 00:52:16 2013 From: markee at bandwidthco.com (Mark E. Donaldson) Date: Tue, 29 Jan 2013 00:52:16 +0000 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> <38BC70A4-91C8-4D2F-9874-FA19A9C895D4@atheos.net> Message-ID: Don't try and call him at the office. Just a hunch but he may be out of the office. -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Niles Ingalls Sent: Sunday, January 27, 2013 8:26 AM To: MailScanner discussion Subject: Re: Out of Office 1/25/2013 & 1/28/2013 Agreed, maybe we should give him a friendly call :) On Jan 27, 2013, at 11:14 AM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and dangerous content by the > Togethia MailScanner, and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and dangerous content by > MailScanner, and is believed to be clean. > -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! ######################################################## This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. postmaster at bandwidthco.com MailScanner at Bandwidthco Computer Security is for your absolute protection. ######################################################## ######################################################## This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. postmaster at bandwidthco.com MailScanner at Bandwidthco Computer Security is for your absolute protection. ######################################################## From michael at huntley.net Tue Jan 29 05:12:04 2013 From: michael at huntley.net (Michael Huntley) Date: Mon, 28 Jan 2013 21:12:04 -0800 Subject: Out of Office 1/25/2013 & 1/28/2013 In-Reply-To: References: <1936672784-1359303237-cardhu_decombobulator_blackberry.rim.net-693918062-@b2.c11.bise7.blackberry> Message-ID: A Bober it is. ;-) M On Jan 27, 2013, at 1:16 PM, Mailborder at Gmail wrote: > I think we should call not limiting out of office replies to 1 per email a Bober. > > I like it. Ok, I decided to make it official. I'll document it somewhere. > > > On Sun, Jan 27, 2013 at 5:14 PM, Peter Farrow wrote: > This is intensely annoying > > ------Original Message------ > From: jtbober at argentassociates.com > Sender: mailscanner-bounces at lists.mailscanner.info > To: mailscanner at lists.mailscanner.info > ReplyTo: MailScanner discussion > Subject: Out of Office 1/25/2013 & 1/28/2013 > Sent: 27 Jan 2013 22:51 > > I will be out of the office on 1/25/2013 and 1/28/2013. > > Please contact Andy Valdez at avaldez at argentassociates.com or at 732-512-9009 if you have any questions regarding the Ericsson Converged Workspace. > > If this is a DAS inquiry please contact Tom Azydzik at toma at argentassociates.com or at 732-512-9009. > > For ISO or TL9000 quality control matters please contact Mike Sanzo at msanzo at argentassociates.com or at 732-512-9009. > > If immediate assistance is required please contact me via cell phone at 908-625-9564. > > Thank you, > > Jonathan Bober > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > This message has been scanned for viruses and > dangerous content by the Togethia MailScanner, > and is believed to be clean. > Scanner:local > > Sent on the move by Pete Farrow > peter at togethia.tv > http://facebook.togethia.tv > http://youtube.togethia.tv > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130128/f6dc7f8c/attachment.html From eric.le.corre at voila.fr Tue Jan 29 10:51:20 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Tue, 29 Jan 2013 11:51:20 +0100 (CET) Subject: Mailborder is Now Free In-Reply-To: Message-ID: <1640689054.308801359456680345.JavaMail.www@wwinf7125> i will test also mailborder. it will be always free ? > Message du 28/01/13 ? 21h59 > De : "Mailborder at Gmail" > A : "MailScanner discussion" > Copie ? : > Objet : Re: Mailborder is Now Free > > I was on the phone when I replied to this. Actually, the answer is no. > > For the install scripts each must be unique to the OS it is being installed > on. Why? My mother should be able to install Mailborder. Her current > computer experience is a Light Bright from the 1930s. > > The idea is to automate everything. If you have installed Mailborder, you > know that the current Red Hat install sets up everything on the entire > server for you. All the user needs to do is login and add their domain. > That's the goal. > > Anyway ... > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > wrote: > > > It would be pretty easy to replace the path with a pre-defined variable > > that expands to either /var/www/html or srv/www/htdocs (or whatever). Set > > /var/www/html as the default and folks can then just edit one line if their > > distribution does things differently. Or better yet, have multiple options > > in the config file and users just uncomment the appropriate one and drop a > > ?#? in front of the default.**** > > > > ** ** > > > > ...Kevin > > -- > > Kevin Miller > > Network/email Administrator, CBJ MIS Dept. > > 155 South Seward Street > > Juneau, Alaska 99801 > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > Registered Linux User No: 307357 **** > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder at > > Gmail > > *Sent:* Monday, January 28, 2013 8:27 AM > > *To:* MailScanner discussion > > *Subject:* Re: Mailborder is Now Free**** > > > > ** ** > > > > Gary,**** > > > > ** ** > > > > That is what i meant really. It is still easy, just a pain in the ass.**** > > > > ** ** > > > > Jerry**** > > > > ** ** > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > I don't think it is that easy. The paths to the web directory and a few > > others are different. For example, the web directory on fedora/redhat is: > > **** > > > > **** > > > > /var/www/html**** > > > > **** > > > > where in SuSE it is in:**** > > > > **** > > > > /srv/www**** > > > > **** > > > > So, I think the scripts have to have their locations changed. Also, SuSE > > doesn't use YUM to update.**** > > > > **** > > > > mscan:/etc # yum > > -bash: yum: command not found**** > > > > It uses zypper and there has to be a pointer to the installation source. > > Just to point out a few difference.**** > > > > **** > > > > Gary > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > Gary,**** > > > > ** ** > > > > Not yet. The last time I used SuSE was around 2003. However, I will spin > > up a VM at some point and do it. It is simply a matter of updating the > > source to support SuSE formatted CLI. **** > > > > ** ** > > > > Jerry Benton**** > > > > ** ** > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > Jerry,**** > > > > Do you have a version for people running SuSE?**** > > > > Thanks,**** > > > > > > Gary Faith > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > Due to a change in my professional career Mailborder will now be free. In > > short, it needs to remain as a hobby and make no money beyond donations.** > > ** > > > > ** ** > > > > The structure of the Mailborder website remains the same, but licenses are > > now priced at $0 in the store. I will still continue to develop and improve > > upon Mailborder. It will not become a dead project.**** > > > > ** ** > > > > I will also continue to provide support via the forums. The current > > version is stable and is suitable for production environments. I do ask > > that you still continue to provide me with feedback. It would be better for > > those of you that have been doing so move it do the forums instead of > > email. **** > > > > ** ** > > > > If you have a feature request or improvement, just ask. I am currently > > looking at a few improvements as well as support for the Debian platform. I > > am hoping to have this complete within the next couple of weeks. **** > > > > ** ** > > > > ** ** > > > > Best Regards,**** > > > > ** ** > > > > Jerry Benton **** > > > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website!**** > > > > ** ** > > > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website!**** > > > > ** ** > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Tue Jan 29 11:32:55 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 12:32:55 +0100 Subject: Mailborder is Now Free In-Reply-To: <1640689054.308801359456680345.JavaMail.www@wwinf7125> References: <1640689054.308801359456680345.JavaMail.www@wwinf7125> Message-ID: There will always be a free version. I will probably release a paid version in the future that has more features. On Tue, Jan 29, 2013 at 11:51 AM, wrote: > i will test also mailborder. > > it will be always free ? > > > > Message du 28/01/13 ? 21h59 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > I was on the phone when I replied to this. Actually, the answer is no. > > > > For the install scripts each must be unique to the OS it is being > installed > > on. Why? My mother should be able to install Mailborder. Her current > > computer experience is a Light Bright from the 1930s. > > > > The idea is to automate everything. If you have installed Mailborder, you > > know that the current Red Hat install sets up everything on the entire > > server for you. All the user needs to do is login and add their domain. > > That's the goal. > > > > Anyway ... > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > wrote: > > > > > It would be pretty easy to replace the path with a pre-defined variable > > > that expands to either /var/www/html or srv/www/htdocs (or whatever). > Set > > > /var/www/html as the default and folks can then just edit one line if > their > > > distribution does things differently. Or better yet, have multiple > options > > > in the config file and users just uncomment the appropriate one and > drop a > > > ?#? in front of the default.**** > > > > > > ** ** > > > > > > ...Kevin > > > -- > > > Kevin Miller > > > Network/email Administrator, CBJ MIS Dept. > > > 155 South Seward Street > > > Juneau, Alaska 99801 > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > Registered Linux User No: 307357 **** > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder > at > > > Gmail > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > *To:* MailScanner discussion > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > ** ** > > > > > > Gary,**** > > > > > > ** ** > > > > > > That is what i meant really. It is still easy, just a pain in the > ass.**** > > > > > > ** ** > > > > > > Jerry**** > > > > > > ** ** > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > I don't think it is that easy. The paths to the web directory and a few > > > others are different. For example, the web directory on fedora/redhat > is: > > > **** > > > > > > **** > > > > > > /var/www/html**** > > > > > > **** > > > > > > where in SuSE it is in:**** > > > > > > **** > > > > > > /srv/www**** > > > > > > **** > > > > > > So, I think the scripts have to have their locations changed. Also, > SuSE > > > doesn't use YUM to update.**** > > > > > > **** > > > > > > mscan:/etc # yum > > > -bash: yum: command not found**** > > > > > > It uses zypper and there has to be a pointer to the installation > source. > > > Just to point out a few difference.**** > > > > > > **** > > > > > > Gary > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > Gary,**** > > > > > > ** ** > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > spin > > > up a VM at some point and do it. It is simply a matter of updating the > > > source to support SuSE formatted CLI. **** > > > > > > ** ** > > > > > > Jerry Benton**** > > > > > > ** ** > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > Jerry,**** > > > > > > Do you have a version for people running SuSE?**** > > > > > > Thanks,**** > > > > > > > > > Gary Faith > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > Due to a change in my professional career Mailborder will now be free. > In > > > short, it needs to remain as a hobby and make no money beyond > donations.** > > > ** > > > > > > ** ** > > > > > > The structure of the Mailborder website remains the same, but licenses > are > > > now priced at $0 in the store. I will still continue to develop and > improve > > > upon Mailborder. It will not become a dead project.**** > > > > > > ** ** > > > > > > I will also continue to provide support via the forums. The current > > > version is stable and is suitable for production environments. I do ask > > > that you still continue to provide me with feedback. It would be > better for > > > those of you that have been doing so move it do the forums instead of > > > email. **** > > > > > > ** ** > > > > > > If you have a feature request or improvement, just ask. I am currently > > > looking at a few improvements as well as support for the Debian > platform. I > > > am hoping to have this complete within the next couple of weeks. **** > > > > > > ** ** > > > > > > ** ** > > > > > > Best Regards,**** > > > > > > ** ** > > > > > > Jerry Benton **** > > > > > > > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > ** ** > > > > > > > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > ** ** > > > > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/84d40bf3/attachment.html From mikael at syska.dk Tue Jan 29 12:38:38 2013 From: mikael at syska.dk (Mikael Syska) Date: Tue, 29 Jan 2013 13:38:38 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <1640689054.308801359456680345.JavaMail.www@wwinf7125> Message-ID: Hi, What is the used language in MailBorder? mvh On Tue, Jan 29, 2013 at 12:32 PM, Mailborder at Gmail wrote: > There will always be a free version. I will probably release a paid version > in the future that has more features. > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: >> >> i will test also mailborder. >> >> it will be always free ? >> >> >> > Message du 28/01/13 ? 21h59 >> > De : "Mailborder at Gmail" >> > A : "MailScanner discussion" >> > Copie ? : >> > Objet : Re: Mailborder is Now Free >> > >> > I was on the phone when I replied to this. Actually, the answer is no. >> > >> > For the install scripts each must be unique to the OS it is being >> > installed >> > on. Why? My mother should be able to install Mailborder. Her current >> > computer experience is a Light Bright from the 1930s. >> > >> > The idea is to automate everything. If you have installed Mailborder, >> > you >> > know that the current Red Hat install sets up everything on the entire >> > server for you. All the user needs to do is login and add their domain. >> > That's the goal. >> > >> > Anyway ... >> > >> > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller >> > wrote: >> > >> > > It would be pretty easy to replace the path with a pre-defined >> > > variable >> > > that expands to either /var/www/html or srv/www/htdocs (or whatever). >> > > Set >> > > /var/www/html as the default and folks can then just edit one line if >> > > their >> > > distribution does things differently. Or better yet, have multiple >> > > options >> > > in the config file and users just uncomment the appropriate one and >> > > drop a >> > > ?#? in front of the default.**** >> > > >> > > ** ** >> > > >> > > ...Kevin >> > > -- >> > > Kevin Miller >> > > Network/email Administrator, CBJ MIS Dept. >> > > 155 South Seward Street >> > > Juneau, Alaska 99801 >> > > Phone: (907) 586-0242, Fax: (907) 586-4500 >> > > Registered Linux User No: 307357 **** >> > > >> > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: >> > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder >> > > at >> > > Gmail >> > > *Sent:* Monday, January 28, 2013 8:27 AM >> > > *To:* MailScanner discussion >> > > *Subject:* Re: Mailborder is Now Free**** >> > > >> > > ** ** >> > > >> > > Gary,**** >> > > >> > > ** ** >> > > >> > > That is what i meant really. It is still easy, just a pain in the >> > > ass.**** >> > > >> > > ** ** >> > > >> > > Jerry**** >> > > >> > > ** ** >> > > >> > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** >> > > >> > > I don't think it is that easy. The paths to the web directory and a >> > > few >> > > others are different. For example, the web directory on fedora/redhat >> > > is: >> > > **** >> > > >> > > **** >> > > >> > > /var/www/html**** >> > > >> > > **** >> > > >> > > where in SuSE it is in:**** >> > > >> > > **** >> > > >> > > /srv/www**** >> > > >> > > **** >> > > >> > > So, I think the scripts have to have their locations changed. Also, >> > > SuSE >> > > doesn't use YUM to update.**** >> > > >> > > **** >> > > >> > > mscan:/etc # yum >> > > -bash: yum: command not found**** >> > > >> > > It uses zypper and there has to be a pointer to the installation >> > > source. >> > > Just to point out a few difference.**** >> > > >> > > **** >> > > >> > > Gary >> > > >> > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> >> > > Gary,**** >> > > >> > > ** ** >> > > >> > > Not yet. The last time I used SuSE was around 2003. However, I will >> > > spin >> > > up a VM at some point and do it. It is simply a matter of updating the >> > > source to support SuSE formatted CLI. **** >> > > >> > > ** ** >> > > >> > > Jerry Benton**** >> > > >> > > ** ** >> > > >> > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** >> > > >> > > Jerry,**** >> > > >> > > Do you have a version for people running SuSE?**** >> > > >> > > Thanks,**** >> > > >> > > >> > > Gary Faith >> > > >> > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** >> > > >> > > Due to a change in my professional career Mailborder will now be free. >> > > In >> > > short, it needs to remain as a hobby and make no money beyond >> > > donations.** >> > > ** >> > > >> > > ** ** >> > > >> > > The structure of the Mailborder website remains the same, but licenses >> > > are >> > > now priced at $0 in the store. I will still continue to develop and >> > > improve >> > > upon Mailborder. It will not become a dead project.**** >> > > >> > > ** ** >> > > >> > > I will also continue to provide support via the forums. The current >> > > version is stable and is suitable for production environments. I do >> > > ask >> > > that you still continue to provide me with feedback. It would be >> > > better for >> > > those of you that have been doing so move it do the forums instead of >> > > email. **** >> > > >> > > ** ** >> > > >> > > If you have a feature request or improvement, just ask. I am currently >> > > looking at a few improvements as well as support for the Debian >> > > platform. I >> > > am hoping to have this complete within the next couple of weeks. **** >> > > >> > > ** ** >> > > >> > > ** ** >> > > >> > > Best Regards,**** >> > > >> > > ** ** >> > > >> > > Jerry Benton **** >> > > >> > > >> > > -- >> > > MailScanner mailing list >> > > mailscanner at lists.mailscanner.info >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > > >> > > Before posting, read http://wiki.mailscanner.info/posting >> > > >> > > Support MailScanner development - buy the book off the website!**** >> > > >> > > ** ** >> > > >> > > >> > > -- >> > > MailScanner mailing list >> > > mailscanner at lists.mailscanner.info >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > > >> > > Before posting, read http://wiki.mailscanner.info/posting >> > > >> > > Support MailScanner development - buy the book off the website!**** >> > > >> > > ** ** >> > > >> > > -- >> > > MailScanner mailing list >> > > mailscanner at lists.mailscanner.info >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > > >> > > Before posting, read http://wiki.mailscanner.info/posting >> > > >> > > Support MailScanner development - buy the book off the website! >> > > >> > > >> > >> >> ___________________________________________________________ >> Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur >> Voila.fr >> http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From eric.le.corre at voila.fr Tue Jan 29 13:05:48 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Tue, 29 Jan 2013 14:05:48 +0100 (CET) Subject: Mailborder is Now Free In-Reply-To: Message-ID: <931415244.340411359464748789.JavaMail.www@wwinf7125> i have email blacklist and whitelist store in my SQL server, use also with mailwatch. it is possible import black and white list ? > Message du 29/01/13 ? 13h39 > De : "Mailborder at Gmail" > A : "MailScanner discussion" > Copie ? : > Objet : Re: Mailborder is Now Free > > There will always be a free version. I will probably release a paid version > in the future that has more features. > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > i will test also mailborder. > > > > it will be always free ? > > > > > > > Message du 28/01/13 ? 21h59 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Mailborder is Now Free > > > > > > I was on the phone when I replied to this. Actually, the answer is no. > > > > > > For the install scripts each must be unique to the OS it is being > > installed > > > on. Why? My mother should be able to install Mailborder. Her current > > > computer experience is a Light Bright from the 1930s. > > > > > > The idea is to automate everything. If you have installed Mailborder, you > > > know that the current Red Hat install sets up everything on the entire > > > server for you. All the user needs to do is login and add their domain. > > > That's the goal. > > > > > > Anyway ... > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > wrote: > > > > > > > It would be pretty easy to replace the path with a pre-defined variable > > > > that expands to either /var/www/html or srv/www/htdocs (or whatever). > > Set > > > > /var/www/html as the default and folks can then just edit one line if > > their > > > > distribution does things differently. Or better yet, have multiple > > options > > > > in the config file and users just uncomment the appropriate one and > > drop a > > > > ?#? in front of the default.**** > > > > > > > > ** ** > > > > > > > > ...Kevin > > > > -- > > > > Kevin Miller > > > > Network/email Administrator, CBJ MIS Dept. > > > > 155 South Seward Street > > > > Juneau, Alaska 99801 > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > Registered Linux User No: 307357 **** > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder > > at > > > > Gmail > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > *To:* MailScanner discussion > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > ** ** > > > > > > > > Gary,**** > > > > > > > > ** ** > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > ass.**** > > > > > > > > ** ** > > > > > > > > Jerry**** > > > > > > > > ** ** > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > I don't think it is that easy. The paths to the web directory and a few > > > > others are different. For example, the web directory on fedora/redhat > > is: > > > > **** > > > > > > > > **** > > > > > > > > /var/www/html**** > > > > > > > > **** > > > > > > > > where in SuSE it is in:**** > > > > > > > > **** > > > > > > > > /srv/www**** > > > > > > > > **** > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > SuSE > > > > doesn't use YUM to update.**** > > > > > > > > **** > > > > > > > > mscan:/etc # yum > > > > -bash: yum: command not found**** > > > > > > > > It uses zypper and there has to be a pointer to the installation > > source. > > > > Just to point out a few difference.**** > > > > > > > > **** > > > > > > > > Gary > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > Gary,**** > > > > > > > > ** ** > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > spin > > > > up a VM at some point and do it. It is simply a matter of updating the > > > > source to support SuSE formatted CLI. **** > > > > > > > > ** ** > > > > > > > > Jerry Benton**** > > > > > > > > ** ** > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > Jerry,**** > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > Thanks,**** > > > > > > > > > > > > Gary Faith > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > Due to a change in my professional career Mailborder will now be free. > > In > > > > short, it needs to remain as a hobby and make no money beyond > > donations.** > > > > ** > > > > > > > > ** ** > > > > > > > > The structure of the Mailborder website remains the same, but licenses > > are > > > > now priced at $0 in the store. I will still continue to develop and > > improve > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > ** ** > > > > > > > > I will also continue to provide support via the forums. The current > > > > version is stable and is suitable for production environments. I do ask > > > > that you still continue to provide me with feedback. It would be > > better for > > > > those of you that have been doing so move it do the forums instead of > > > > email. **** > > > > > > > > ** ** > > > > > > > > If you have a feature request or improvement, just ask. I am currently > > > > looking at a few improvements as well as support for the Debian > > platform. I > > > > am hoping to have this complete within the next couple of weeks. **** > > > > > > > > ** ** > > > > > > > > ** ** > > > > > > > > Best Regards,**** > > > > > > > > ** ** > > > > > > > > Jerry Benton **** > > > > > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > ** ** > > > > > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > ** ** > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Tue Jan 29 13:30:17 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 14:30:17 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <1640689054.308801359456680345.JavaMail.www@wwinf7125> Message-ID: English. The MailScanner notice language is selectable and editable. At some point I will create language files for the interface. On Tue, Jan 29, 2013 at 1:38 PM, Mikael Syska wrote: > Hi, > > What is the used language in MailBorder? > > mvh > > On Tue, Jan 29, 2013 at 12:32 PM, Mailborder at Gmail > wrote: > > There will always be a free version. I will probably release a paid > version > > in the future that has more features. > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > >> > >> i will test also mailborder. > >> > >> it will be always free ? > >> > >> > >> > Message du 28/01/13 ? 21h59 > >> > De : "Mailborder at Gmail" > >> > A : "MailScanner discussion" > >> > Copie ? : > >> > Objet : Re: Mailborder is Now Free > >> > > >> > I was on the phone when I replied to this. Actually, the answer is no. > >> > > >> > For the install scripts each must be unique to the OS it is being > >> > installed > >> > on. Why? My mother should be able to install Mailborder. Her current > >> > computer experience is a Light Bright from the 1930s. > >> > > >> > The idea is to automate everything. If you have installed Mailborder, > >> > you > >> > know that the current Red Hat install sets up everything on the entire > >> > server for you. All the user needs to do is login and add their > domain. > >> > That's the goal. > >> > > >> > Anyway ... > >> > > >> > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > >> > wrote: > >> > > >> > > It would be pretty easy to replace the path with a pre-defined > >> > > variable > >> > > that expands to either /var/www/html or srv/www/htdocs (or > whatever). > >> > > Set > >> > > /var/www/html as the default and folks can then just edit one line > if > >> > > their > >> > > distribution does things differently. Or better yet, have multiple > >> > > options > >> > > in the config file and users just uncomment the appropriate one and > >> > > drop a > >> > > ?#? in front of the default.**** > >> > > > >> > > ** ** > >> > > > >> > > ...Kevin > >> > > -- > >> > > Kevin Miller > >> > > Network/email Administrator, CBJ MIS Dept. > >> > > 155 South Seward Street > >> > > Juneau, Alaska 99801 > >> > > Phone: (907) 586-0242, Fax: (907) 586-4500 > >> > > Registered Linux User No: 307357 **** > >> > > > >> > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > >> > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > *Mailborder > >> > > at > >> > > Gmail > >> > > *Sent:* Monday, January 28, 2013 8:27 AM > >> > > *To:* MailScanner discussion > >> > > *Subject:* Re: Mailborder is Now Free**** > >> > > > >> > > ** ** > >> > > > >> > > Gary,**** > >> > > > >> > > ** ** > >> > > > >> > > That is what i meant really. It is still easy, just a pain in the > >> > > ass.**** > >> > > > >> > > ** ** > >> > > > >> > > Jerry**** > >> > > > >> > > ** ** > >> > > > >> > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > >> > > > >> > > I don't think it is that easy. The paths to the web directory and a > >> > > few > >> > > others are different. For example, the web directory on > fedora/redhat > >> > > is: > >> > > **** > >> > > > >> > > **** > >> > > > >> > > /var/www/html**** > >> > > > >> > > **** > >> > > > >> > > where in SuSE it is in:**** > >> > > > >> > > **** > >> > > > >> > > /srv/www**** > >> > > > >> > > **** > >> > > > >> > > So, I think the scripts have to have their locations changed. Also, > >> > > SuSE > >> > > doesn't use YUM to update.**** > >> > > > >> > > **** > >> > > > >> > > mscan:/etc # yum > >> > > -bash: yum: command not found**** > >> > > > >> > > It uses zypper and there has to be a pointer to the installation > >> > > source. > >> > > Just to point out a few difference.**** > >> > > > >> > > **** > >> > > > >> > > Gary > >> > > > >> > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > >> > > Gary,**** > >> > > > >> > > ** ** > >> > > > >> > > Not yet. The last time I used SuSE was around 2003. However, I will > >> > > spin > >> > > up a VM at some point and do it. It is simply a matter of updating > the > >> > > source to support SuSE formatted CLI. **** > >> > > > >> > > ** ** > >> > > > >> > > Jerry Benton**** > >> > > > >> > > ** ** > >> > > > >> > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > >> > > > >> > > Jerry,**** > >> > > > >> > > Do you have a version for people running SuSE?**** > >> > > > >> > > Thanks,**** > >> > > > >> > > > >> > > Gary Faith > >> > > > >> > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > >> > > > >> > > Due to a change in my professional career Mailborder will now be > free. > >> > > In > >> > > short, it needs to remain as a hobby and make no money beyond > >> > > donations.** > >> > > ** > >> > > > >> > > ** ** > >> > > > >> > > The structure of the Mailborder website remains the same, but > licenses > >> > > are > >> > > now priced at $0 in the store. I will still continue to develop and > >> > > improve > >> > > upon Mailborder. It will not become a dead project.**** > >> > > > >> > > ** ** > >> > > > >> > > I will also continue to provide support via the forums. The current > >> > > version is stable and is suitable for production environments. I do > >> > > ask > >> > > that you still continue to provide me with feedback. It would be > >> > > better for > >> > > those of you that have been doing so move it do the forums instead > of > >> > > email. **** > >> > > > >> > > ** ** > >> > > > >> > > If you have a feature request or improvement, just ask. I am > currently > >> > > looking at a few improvements as well as support for the Debian > >> > > platform. I > >> > > am hoping to have this complete within the next couple of weeks. > **** > >> > > > >> > > ** ** > >> > > > >> > > ** ** > >> > > > >> > > Best Regards,**** > >> > > > >> > > ** ** > >> > > > >> > > Jerry Benton **** > >> > > > >> > > > >> > > -- > >> > > MailScanner mailing list > >> > > mailscanner at lists.mailscanner.info > >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > > > >> > > Before posting, read http://wiki.mailscanner.info/posting > >> > > > >> > > Support MailScanner development - buy the book off the website!**** > >> > > > >> > > ** ** > >> > > > >> > > > >> > > -- > >> > > MailScanner mailing list > >> > > mailscanner at lists.mailscanner.info > >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > > > >> > > Before posting, read http://wiki.mailscanner.info/posting > >> > > > >> > > Support MailScanner development - buy the book off the website!**** > >> > > > >> > > ** ** > >> > > > >> > > -- > >> > > MailScanner mailing list > >> > > mailscanner at lists.mailscanner.info > >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > > > >> > > Before posting, read http://wiki.mailscanner.info/posting > >> > > > >> > > Support MailScanner development - buy the book off the website! > >> > > > >> > > > >> > > >> > >> ___________________________________________________________ > >> Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur > >> Voila.fr > >> > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > >> -- > >> MailScanner mailing list > >> mailscanner at lists.mailscanner.info > >> http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > >> Before posting, read http://wiki.mailscanner.info/posting > >> > >> Support MailScanner development - buy the book off the website! > > > > > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/79c19069/attachment.html From mailborder at gmail.com Tue Jan 29 13:31:13 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 14:31:13 +0100 Subject: Mailborder is Now Free In-Reply-To: <931415244.340411359464748789.JavaMail.www@wwinf7125> References: <931415244.340411359464748789.JavaMail.www@wwinf7125> Message-ID: You would have to do a manual import or enter each item through the web interface. On Tue, Jan 29, 2013 at 2:05 PM, wrote: > i have email blacklist and whitelist store in my SQL server, use also with > mailwatch. > > it is possible import black and white list ? > > > > Message du 29/01/13 ? 13h39 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > There will always be a free version. I will probably release a paid > version > > in the future that has more features. > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > i will test also mailborder. > > > > > > it will be always free ? > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Mailborder is Now Free > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > no. > > > > > > > > For the install scripts each must be unique to the OS it is being > > > installed > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > The idea is to automate everything. If you have installed > Mailborder, you > > > > know that the current Red Hat install sets up everything on the > entire > > > > server for you. All the user needs to do is login and add their > domain. > > > > That's the goal. > > > > > > > > Anyway ... > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > wrote: > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > variable > > > > > that expands to either /var/www/html or srv/www/htdocs (or > whatever). > > > Set > > > > > /var/www/html as the default and folks can then just edit one line > if > > > their > > > > > distribution does things differently. Or better yet, have multiple > > > options > > > > > in the config file and users just uncomment the appropriate one and > > > drop a > > > > > ?#? in front of the default.**** > > > > > > > > > > ** ** > > > > > > > > > > ...Kevin > > > > > -- > > > > > Kevin Miller > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > 155 South Seward Street > > > > > Juneau, Alaska 99801 > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > *Mailborder > > > at > > > > > Gmail > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > *To:* MailScanner discussion > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > ** ** > > > > > > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > ass.**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry**** > > > > > > > > > > ** ** > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > a few > > > > > others are different. For example, the web directory on > fedora/redhat > > > is: > > > > > **** > > > > > > > > > > **** > > > > > > > > > > /var/www/html**** > > > > > > > > > > **** > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > **** > > > > > > > > > > /srv/www**** > > > > > > > > > > **** > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > SuSE > > > > > doesn't use YUM to update.**** > > > > > > > > > > **** > > > > > > > > > > mscan:/etc # yum > > > > > -bash: yum: command not found**** > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > source. > > > > > Just to point out a few difference.**** > > > > > > > > > > **** > > > > > > > > > > Gary > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > spin > > > > > up a VM at some point and do it. It is simply a matter of updating > the > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton**** > > > > > > > > > > ** ** > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > Jerry,**** > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > Due to a change in my professional career Mailborder will now be > free. > > > In > > > > > short, it needs to remain as a hobby and make no money beyond > > > donations.** > > > > > ** > > > > > > > > > > ** ** > > > > > > > > > > The structure of the Mailborder website remains the same, but > licenses > > > are > > > > > now priced at $0 in the store. I will still continue to develop and > > > improve > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > ** ** > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > version is stable and is suitable for production environments. I > do ask > > > > > that you still continue to provide me with feedback. It would be > > > better for > > > > > those of you that have been doing so move it do the forums instead > of > > > > > email. **** > > > > > > > > > > ** ** > > > > > > > > > > If you have a feature request or improvement, just ask. I am > currently > > > > > looking at a few improvements as well as support for the Debian > > > platform. I > > > > > am hoping to have this complete within the next couple of weeks. > **** > > > > > > > > > > ** ** > > > > > > > > > > ** ** > > > > > > > > > > Best Regards,**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur > > > Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/f2d2c5ad/attachment.html From eric.le.corre at voila.fr Tue Jan 29 13:49:40 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Tue, 29 Jan 2013 14:49:40 +0100 (CET) Subject: Mailborder is Now Free In-Reply-To: Message-ID: <366974210.349651359467380644.JavaMail.www@wwinf7125> I tried install but the script stop ! it seems the script stop just before install mailscanner "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or folder of this type" and just after this, the script has stop if i do : "chkconfig MailScanner on" -> no service MailScanner also, i don t understand how get a licence, i created account, add MAC ADRESS and "add to cart", but after i can download nothing Thanks > Message du 29/01/13 ? 13h39 > De : "Mailborder at Gmail" > A : "MailScanner discussion" > Copie ? : > Objet : Re: Mailborder is Now Free > > There will always be a free version. I will probably release a paid version > in the future that has more features. > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > i will test also mailborder. > > > > it will be always free ? > > > > > > > Message du 28/01/13 ? 21h59 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Mailborder is Now Free > > > > > > I was on the phone when I replied to this. Actually, the answer is no. > > > > > > For the install scripts each must be unique to the OS it is being > > installed > > > on. Why? My mother should be able to install Mailborder. Her current > > > computer experience is a Light Bright from the 1930s. > > > > > > The idea is to automate everything. If you have installed Mailborder, you > > > know that the current Red Hat install sets up everything on the entire > > > server for you. All the user needs to do is login and add their domain. > > > That's the goal. > > > > > > Anyway ... > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > wrote: > > > > > > > It would be pretty easy to replace the path with a pre-defined variable > > > > that expands to either /var/www/html or srv/www/htdocs (or whatever). > > Set > > > > /var/www/html as the default and folks can then just edit one line if > > their > > > > distribution does things differently. Or better yet, have multiple > > options > > > > in the config file and users just uncomment the appropriate one and > > drop a > > > > ?#? in front of the default.**** > > > > > > > > ** ** > > > > > > > > ...Kevin > > > > -- > > > > Kevin Miller > > > > Network/email Administrator, CBJ MIS Dept. > > > > 155 South Seward Street > > > > Juneau, Alaska 99801 > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > Registered Linux User No: 307357 **** > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of *Mailborder > > at > > > > Gmail > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > *To:* MailScanner discussion > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > ** ** > > > > > > > > Gary,**** > > > > > > > > ** ** > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > ass.**** > > > > > > > > ** ** > > > > > > > > Jerry**** > > > > > > > > ** ** > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > I don't think it is that easy. The paths to the web directory and a few > > > > others are different. For example, the web directory on fedora/redhat > > is: > > > > **** > > > > > > > > **** > > > > > > > > /var/www/html**** > > > > > > > > **** > > > > > > > > where in SuSE it is in:**** > > > > > > > > **** > > > > > > > > /srv/www**** > > > > > > > > **** > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > SuSE > > > > doesn't use YUM to update.**** > > > > > > > > **** > > > > > > > > mscan:/etc # yum > > > > -bash: yum: command not found**** > > > > > > > > It uses zypper and there has to be a pointer to the installation > > source. > > > > Just to point out a few difference.**** > > > > > > > > **** > > > > > > > > Gary > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > Gary,**** > > > > > > > > ** ** > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > spin > > > > up a VM at some point and do it. It is simply a matter of updating the > > > > source to support SuSE formatted CLI. **** > > > > > > > > ** ** > > > > > > > > Jerry Benton**** > > > > > > > > ** ** > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > Jerry,**** > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > Thanks,**** > > > > > > > > > > > > Gary Faith > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > Due to a change in my professional career Mailborder will now be free. > > In > > > > short, it needs to remain as a hobby and make no money beyond > > donations.** > > > > ** > > > > > > > > ** ** > > > > > > > > The structure of the Mailborder website remains the same, but licenses > > are > > > > now priced at $0 in the store. I will still continue to develop and > > improve > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > ** ** > > > > > > > > I will also continue to provide support via the forums. The current > > > > version is stable and is suitable for production environments. I do ask > > > > that you still continue to provide me with feedback. It would be > > better for > > > > those of you that have been doing so move it do the forums instead of > > > > email. **** > > > > > > > > ** ** > > > > > > > > If you have a feature request or improvement, just ask. I am currently > > > > looking at a few improvements as well as support for the Debian > > platform. I > > > > am hoping to have this complete within the next couple of weeks. **** > > > > > > > > ** ** > > > > > > > > ** ** > > > > > > > > Best Regards,**** > > > > > > > > ** ** > > > > > > > > Jerry Benton **** > > > > > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > ** ** > > > > > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > ** ** > > > > > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > ___________________________________________________________ Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur Voila.fr http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ From mailborder at gmail.com Tue Jan 29 14:20:31 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 15:20:31 +0100 Subject: Mailborder is Now Free In-Reply-To: <366974210.349651359467380644.JavaMail.www@wwinf7125> References: <366974210.349651359467380644.JavaMail.www@wwinf7125> Message-ID: Eric, You did install CentOS v5.8, right? (not 6.3, not ubuntu) There are video tutorials on the site. They explain everything including getting a license. Jerry Benton On Tue, Jan 29, 2013 at 2:49 PM, wrote: > I tried install but the script stop ! > > it seems the script stop just before install mailscanner > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or > folder of this type" and just after this, the script has stop > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > also, i don t understand how get a licence, i created account, add MAC > ADRESS and "add to cart", but after i can download nothing > > Thanks > > > Message du 29/01/13 ? 13h39 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > There will always be a free version. I will probably release a paid > version > > in the future that has more features. > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > i will test also mailborder. > > > > > > it will be always free ? > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Mailborder is Now Free > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > no. > > > > > > > > For the install scripts each must be unique to the OS it is being > > > installed > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > The idea is to automate everything. If you have installed > Mailborder, you > > > > know that the current Red Hat install sets up everything on the > entire > > > > server for you. All the user needs to do is login and add their > domain. > > > > That's the goal. > > > > > > > > Anyway ... > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > wrote: > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > variable > > > > > that expands to either /var/www/html or srv/www/htdocs (or > whatever). > > > Set > > > > > /var/www/html as the default and folks can then just edit one line > if > > > their > > > > > distribution does things differently. Or better yet, have multiple > > > options > > > > > in the config file and users just uncomment the appropriate one and > > > drop a > > > > > ?#? in front of the default.**** > > > > > > > > > > ** ** > > > > > > > > > > ...Kevin > > > > > -- > > > > > Kevin Miller > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > 155 South Seward Street > > > > > Juneau, Alaska 99801 > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > *Mailborder > > > at > > > > > Gmail > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > *To:* MailScanner discussion > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > ** ** > > > > > > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > ass.**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry**** > > > > > > > > > > ** ** > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > a few > > > > > others are different. For example, the web directory on > fedora/redhat > > > is: > > > > > **** > > > > > > > > > > **** > > > > > > > > > > /var/www/html**** > > > > > > > > > > **** > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > **** > > > > > > > > > > /srv/www**** > > > > > > > > > > **** > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > SuSE > > > > > doesn't use YUM to update.**** > > > > > > > > > > **** > > > > > > > > > > mscan:/etc # yum > > > > > -bash: yum: command not found**** > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > source. > > > > > Just to point out a few difference.**** > > > > > > > > > > **** > > > > > > > > > > Gary > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > spin > > > > > up a VM at some point and do it. It is simply a matter of updating > the > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton**** > > > > > > > > > > ** ** > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > Jerry,**** > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > Due to a change in my professional career Mailborder will now be > free. > > > In > > > > > short, it needs to remain as a hobby and make no money beyond > > > donations.** > > > > > ** > > > > > > > > > > ** ** > > > > > > > > > > The structure of the Mailborder website remains the same, but > licenses > > > are > > > > > now priced at $0 in the store. I will still continue to develop and > > > improve > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > ** ** > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > version is stable and is suitable for production environments. I > do ask > > > > > that you still continue to provide me with feedback. It would be > > > better for > > > > > those of you that have been doing so move it do the forums instead > of > > > > > email. **** > > > > > > > > > > ** ** > > > > > > > > > > If you have a feature request or improvement, just ask. I am > currently > > > > > looking at a few improvements as well as support for the Debian > > > platform. I > > > > > am hoping to have this complete within the next couple of weeks. > **** > > > > > > > > > > ** ** > > > > > > > > > > ** ** > > > > > > > > > > Best Regards,**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur > > > Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/05a2ba51/attachment-0001.html From mailborder at gmail.com Tue Jan 29 14:47:17 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 15:47:17 +0100 Subject: Mailborder is Now Free In-Reply-To: <366974210.349651359467380644.JavaMail.www@wwinf7125> References: <366974210.349651359467380644.JavaMail.www@wwinf7125> Message-ID: You have to be logged in to the site for the "Licenses" menu option to show up. Your licenses are listed there. On Tue, Jan 29, 2013 at 2:49 PM, wrote: > I tried install but the script stop ! > > it seems the script stop just before install mailscanner > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or > folder of this type" and just after this, the script has stop > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > also, i don t understand how get a licence, i created account, add MAC > ADRESS and "add to cart", but after i can download nothing > > Thanks > > > Message du 29/01/13 ? 13h39 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > There will always be a free version. I will probably release a paid > version > > in the future that has more features. > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > i will test also mailborder. > > > > > > it will be always free ? > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Mailborder is Now Free > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > no. > > > > > > > > For the install scripts each must be unique to the OS it is being > > > installed > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > The idea is to automate everything. If you have installed > Mailborder, you > > > > know that the current Red Hat install sets up everything on the > entire > > > > server for you. All the user needs to do is login and add their > domain. > > > > That's the goal. > > > > > > > > Anyway ... > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > wrote: > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > variable > > > > > that expands to either /var/www/html or srv/www/htdocs (or > whatever). > > > Set > > > > > /var/www/html as the default and folks can then just edit one line > if > > > their > > > > > distribution does things differently. Or better yet, have multiple > > > options > > > > > in the config file and users just uncomment the appropriate one and > > > drop a > > > > > ?#? in front of the default.**** > > > > > > > > > > ** ** > > > > > > > > > > ...Kevin > > > > > -- > > > > > Kevin Miller > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > 155 South Seward Street > > > > > Juneau, Alaska 99801 > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > *Mailborder > > > at > > > > > Gmail > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > *To:* MailScanner discussion > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > ** ** > > > > > > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > ass.**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry**** > > > > > > > > > > ** ** > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > a few > > > > > others are different. For example, the web directory on > fedora/redhat > > > is: > > > > > **** > > > > > > > > > > **** > > > > > > > > > > /var/www/html**** > > > > > > > > > > **** > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > **** > > > > > > > > > > /srv/www**** > > > > > > > > > > **** > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > SuSE > > > > > doesn't use YUM to update.**** > > > > > > > > > > **** > > > > > > > > > > mscan:/etc # yum > > > > > -bash: yum: command not found**** > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > source. > > > > > Just to point out a few difference.**** > > > > > > > > > > **** > > > > > > > > > > Gary > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > spin > > > > > up a VM at some point and do it. It is simply a matter of updating > the > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton**** > > > > > > > > > > ** ** > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > Jerry,**** > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > Due to a change in my professional career Mailborder will now be > free. > > > In > > > > > short, it needs to remain as a hobby and make no money beyond > > > donations.** > > > > > ** > > > > > > > > > > ** ** > > > > > > > > > > The structure of the Mailborder website remains the same, but > licenses > > > are > > > > > now priced at $0 in the store. I will still continue to develop and > > > improve > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > ** ** > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > version is stable and is suitable for production environments. I > do ask > > > > > that you still continue to provide me with feedback. It would be > > > better for > > > > > those of you that have been doing so move it do the forums instead > of > > > > > email. **** > > > > > > > > > > ** ** > > > > > > > > > > If you have a feature request or improvement, just ask. I am > currently > > > > > looking at a few improvements as well as support for the Debian > > > platform. I > > > > > am hoping to have this complete within the next couple of weeks. > **** > > > > > > > > > > ** ** > > > > > > > > > > ** ** > > > > > > > > > > Best Regards,**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur > > > Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/32ff2658/attachment.html From mikael at syska.dk Tue Jan 29 15:04:09 2013 From: mikael at syska.dk (Mikael Syska) Date: Tue, 29 Jan 2013 16:04:09 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <1640689054.308801359456680345.JavaMail.www@wwinf7125> Message-ID: Hahah, awesome. I was actually talking about Programming Lanauge, can't see anything about it on the site ... but I guess I should have been more specific. mvh On Tue, Jan 29, 2013 at 2:30 PM, Mailborder at Gmail wrote: > English. The MailScanner notice language is selectable and editable. At some > point I will create language files for the interface. > > > On Tue, Jan 29, 2013 at 1:38 PM, Mikael Syska wrote: >> >> Hi, >> >> What is the used language in MailBorder? >> >> mvh >> >> On Tue, Jan 29, 2013 at 12:32 PM, Mailborder at Gmail >> wrote: >> > There will always be a free version. I will probably release a paid >> > version >> > in the future that has more features. >> > >> > >> > On Tue, Jan 29, 2013 at 11:51 AM, wrote: >> >> >> >> i will test also mailborder. >> >> >> >> it will be always free ? >> >> >> >> >> >> > Message du 28/01/13 ? 21h59 >> >> > De : "Mailborder at Gmail" >> >> > A : "MailScanner discussion" >> >> > Copie ? : >> >> > Objet : Re: Mailborder is Now Free >> >> > >> >> > I was on the phone when I replied to this. Actually, the answer is >> >> > no. >> >> > >> >> > For the install scripts each must be unique to the OS it is being >> >> > installed >> >> > on. Why? My mother should be able to install Mailborder. Her current >> >> > computer experience is a Light Bright from the 1930s. >> >> > >> >> > The idea is to automate everything. If you have installed Mailborder, >> >> > you >> >> > know that the current Red Hat install sets up everything on the >> >> > entire >> >> > server for you. All the user needs to do is login and add their >> >> > domain. >> >> > That's the goal. >> >> > >> >> > Anyway ... >> >> > >> >> > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller >> >> > wrote: >> >> > >> >> > > It would be pretty easy to replace the path with a pre-defined >> >> > > variable >> >> > > that expands to either /var/www/html or srv/www/htdocs (or >> >> > > whatever). >> >> > > Set >> >> > > /var/www/html as the default and folks can then just edit one line >> >> > > if >> >> > > their >> >> > > distribution does things differently. Or better yet, have multiple >> >> > > options >> >> > > in the config file and users just uncomment the appropriate one and >> >> > > drop a >> >> > > ?#? in front of the default.**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > ...Kevin >> >> > > -- >> >> > > Kevin Miller >> >> > > Network/email Administrator, CBJ MIS Dept. >> >> > > 155 South Seward Street >> >> > > Juneau, Alaska 99801 >> >> > > Phone: (907) 586-0242, Fax: (907) 586-4500 >> >> > > Registered Linux User No: 307357 **** >> >> > > >> >> > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: >> >> > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of >> >> > > *Mailborder >> >> > > at >> >> > > Gmail >> >> > > *Sent:* Monday, January 28, 2013 8:27 AM >> >> > > *To:* MailScanner discussion >> >> > > *Subject:* Re: Mailborder is Now Free**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Gary,**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > That is what i meant really. It is still easy, just a pain in the >> >> > > ass.**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Jerry**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** >> >> > > >> >> > > I don't think it is that easy. The paths to the web directory and a >> >> > > few >> >> > > others are different. For example, the web directory on >> >> > > fedora/redhat >> >> > > is: >> >> > > **** >> >> > > >> >> > > **** >> >> > > >> >> > > /var/www/html**** >> >> > > >> >> > > **** >> >> > > >> >> > > where in SuSE it is in:**** >> >> > > >> >> > > **** >> >> > > >> >> > > /srv/www**** >> >> > > >> >> > > **** >> >> > > >> >> > > So, I think the scripts have to have their locations changed. Also, >> >> > > SuSE >> >> > > doesn't use YUM to update.**** >> >> > > >> >> > > **** >> >> > > >> >> > > mscan:/etc # yum >> >> > > -bash: yum: command not found**** >> >> > > >> >> > > It uses zypper and there has to be a pointer to the installation >> >> > > source. >> >> > > Just to point out a few difference.**** >> >> > > >> >> > > **** >> >> > > >> >> > > Gary >> >> > > >> >> > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> >> >> > > Gary,**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Not yet. The last time I used SuSE was around 2003. However, I will >> >> > > spin >> >> > > up a VM at some point and do it. It is simply a matter of updating >> >> > > the >> >> > > source to support SuSE formatted CLI. **** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Jerry Benton**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** >> >> > > >> >> > > Jerry,**** >> >> > > >> >> > > Do you have a version for people running SuSE?**** >> >> > > >> >> > > Thanks,**** >> >> > > >> >> > > >> >> > > Gary Faith >> >> > > >> >> > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** >> >> > > >> >> > > Due to a change in my professional career Mailborder will now be >> >> > > free. >> >> > > In >> >> > > short, it needs to remain as a hobby and make no money beyond >> >> > > donations.** >> >> > > ** >> >> > > >> >> > > ** ** >> >> > > >> >> > > The structure of the Mailborder website remains the same, but >> >> > > licenses >> >> > > are >> >> > > now priced at $0 in the store. I will still continue to develop and >> >> > > improve >> >> > > upon Mailborder. It will not become a dead project.**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > I will also continue to provide support via the forums. The current >> >> > > version is stable and is suitable for production environments. I do >> >> > > ask >> >> > > that you still continue to provide me with feedback. It would be >> >> > > better for >> >> > > those of you that have been doing so move it do the forums instead >> >> > > of >> >> > > email. **** >> >> > > >> >> > > ** ** >> >> > > >> >> > > If you have a feature request or improvement, just ask. I am >> >> > > currently >> >> > > looking at a few improvements as well as support for the Debian >> >> > > platform. I >> >> > > am hoping to have this complete within the next couple of weeks. >> >> > > **** >> >> > > >> >> > > ** ** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Best Regards,**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > Jerry Benton **** >> >> > > >> >> > > >> >> > > -- >> >> > > MailScanner mailing list >> >> > > mailscanner at lists.mailscanner.info >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting >> >> > > >> >> > > Support MailScanner development - buy the book off the website!**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > >> >> > > -- >> >> > > MailScanner mailing list >> >> > > mailscanner at lists.mailscanner.info >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting >> >> > > >> >> > > Support MailScanner development - buy the book off the website!**** >> >> > > >> >> > > ** ** >> >> > > >> >> > > -- >> >> > > MailScanner mailing list >> >> > > mailscanner at lists.mailscanner.info >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting >> >> > > >> >> > > Support MailScanner development - buy the book off the website! >> >> > > >> >> > > >> >> > >> >> >> >> ___________________________________________________________ >> >> Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus >> >> sur >> >> Voila.fr >> >> >> >> http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ >> >> -- >> >> MailScanner mailing list >> >> mailscanner at lists.mailscanner.info >> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> >> >> Support MailScanner development - buy the book off the website! >> > >> > >> > >> > -- >> > MailScanner mailing list >> > mailscanner at lists.mailscanner.info >> > http://lists.mailscanner.info/mailman/listinfo/mailscanner >> > >> > Before posting, read http://wiki.mailscanner.info/posting >> > >> > Support MailScanner development - buy the book off the website! >> > >> -- >> MailScanner mailing list >> mailscanner at lists.mailscanner.info >> http://lists.mailscanner.info/mailman/listinfo/mailscanner >> >> Before posting, read http://wiki.mailscanner.info/posting >> >> Support MailScanner development - buy the book off the website! > > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > From mailborder at gmail.com Tue Jan 29 15:27:46 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 16:27:46 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <1640689054.308801359456680345.JavaMail.www@wwinf7125> Message-ID: Perl and PHP. Mostly PHP. The PHP is in English :) On Tue, Jan 29, 2013 at 4:04 PM, Mikael Syska wrote: > Hahah, awesome. > > I was actually talking about Programming Lanauge, can't see anything > about it on the site ... but I guess I should have been more specific. > > mvh > > On Tue, Jan 29, 2013 at 2:30 PM, Mailborder at Gmail > wrote: > > English. The MailScanner notice language is selectable and editable. At > some > > point I will create language files for the interface. > > > > > > On Tue, Jan 29, 2013 at 1:38 PM, Mikael Syska wrote: > >> > >> Hi, > >> > >> What is the used language in MailBorder? > >> > >> mvh > >> > >> On Tue, Jan 29, 2013 at 12:32 PM, Mailborder at Gmail > >> wrote: > >> > There will always be a free version. I will probably release a paid > >> > version > >> > in the future that has more features. > >> > > >> > > >> > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > >> >> > >> >> i will test also mailborder. > >> >> > >> >> it will be always free ? > >> >> > >> >> > >> >> > Message du 28/01/13 ? 21h59 > >> >> > De : "Mailborder at Gmail" > >> >> > A : "MailScanner discussion" > >> >> > Copie ? : > >> >> > Objet : Re: Mailborder is Now Free > >> >> > > >> >> > I was on the phone when I replied to this. Actually, the answer is > >> >> > no. > >> >> > > >> >> > For the install scripts each must be unique to the OS it is being > >> >> > installed > >> >> > on. Why? My mother should be able to install Mailborder. Her > current > >> >> > computer experience is a Light Bright from the 1930s. > >> >> > > >> >> > The idea is to automate everything. If you have installed > Mailborder, > >> >> > you > >> >> > know that the current Red Hat install sets up everything on the > >> >> > entire > >> >> > server for you. All the user needs to do is login and add their > >> >> > domain. > >> >> > That's the goal. > >> >> > > >> >> > Anyway ... > >> >> > > >> >> > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > >> >> > wrote: > >> >> > > >> >> > > It would be pretty easy to replace the path with a pre-defined > >> >> > > variable > >> >> > > that expands to either /var/www/html or srv/www/htdocs (or > >> >> > > whatever). > >> >> > > Set > >> >> > > /var/www/html as the default and folks can then just edit one > line > >> >> > > if > >> >> > > their > >> >> > > distribution does things differently. Or better yet, have > multiple > >> >> > > options > >> >> > > in the config file and users just uncomment the appropriate one > and > >> >> > > drop a > >> >> > > ?#? in front of the default.**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > ...Kevin > >> >> > > -- > >> >> > > Kevin Miller > >> >> > > Network/email Administrator, CBJ MIS Dept. > >> >> > > 155 South Seward Street > >> >> > > Juneau, Alaska 99801 > >> >> > > Phone: (907) 586-0242, Fax: (907) 586-4500 > >> >> > > Registered Linux User No: 307357 **** > >> >> > > > >> >> > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > >> >> > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > >> >> > > *Mailborder > >> >> > > at > >> >> > > Gmail > >> >> > > *Sent:* Monday, January 28, 2013 8:27 AM > >> >> > > *To:* MailScanner discussion > >> >> > > *Subject:* Re: Mailborder is Now Free**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Gary,**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > That is what i meant really. It is still easy, just a pain in the > >> >> > > ass.**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Jerry**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > >> >> > > > >> >> > > I don't think it is that easy. The paths to the web directory > and a > >> >> > > few > >> >> > > others are different. For example, the web directory on > >> >> > > fedora/redhat > >> >> > > is: > >> >> > > **** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > /var/www/html**** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > where in SuSE it is in:**** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > /srv/www**** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > So, I think the scripts have to have their locations changed. > Also, > >> >> > > SuSE > >> >> > > doesn't use YUM to update.**** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > mscan:/etc # yum > >> >> > > -bash: yum: command not found**** > >> >> > > > >> >> > > It uses zypper and there has to be a pointer to the installation > >> >> > > source. > >> >> > > Just to point out a few difference.**** > >> >> > > > >> >> > > **** > >> >> > > > >> >> > > Gary > >> >> > > > >> >> > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > >> >> > > Gary,**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Not yet. The last time I used SuSE was around 2003. However, I > will > >> >> > > spin > >> >> > > up a VM at some point and do it. It is simply a matter of > updating > >> >> > > the > >> >> > > source to support SuSE formatted CLI. **** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Jerry Benton**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > >> >> > > > >> >> > > Jerry,**** > >> >> > > > >> >> > > Do you have a version for people running SuSE?**** > >> >> > > > >> >> > > Thanks,**** > >> >> > > > >> >> > > > >> >> > > Gary Faith > >> >> > > > >> >> > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > >> >> > > > >> >> > > Due to a change in my professional career Mailborder will now be > >> >> > > free. > >> >> > > In > >> >> > > short, it needs to remain as a hobby and make no money beyond > >> >> > > donations.** > >> >> > > ** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > The structure of the Mailborder website remains the same, but > >> >> > > licenses > >> >> > > are > >> >> > > now priced at $0 in the store. I will still continue to develop > and > >> >> > > improve > >> >> > > upon Mailborder. It will not become a dead project.**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > I will also continue to provide support via the forums. The > current > >> >> > > version is stable and is suitable for production environments. I > do > >> >> > > ask > >> >> > > that you still continue to provide me with feedback. It would be > >> >> > > better for > >> >> > > those of you that have been doing so move it do the forums > instead > >> >> > > of > >> >> > > email. **** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > If you have a feature request or improvement, just ask. I am > >> >> > > currently > >> >> > > looking at a few improvements as well as support for the Debian > >> >> > > platform. I > >> >> > > am hoping to have this complete within the next couple of weeks. > >> >> > > **** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Best Regards,**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > Jerry Benton **** > >> >> > > > >> >> > > > >> >> > > -- > >> >> > > MailScanner mailing list > >> >> > > mailscanner at lists.mailscanner.info > >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> >> > > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting > >> >> > > > >> >> > > Support MailScanner development - buy the book off the > website!**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > > >> >> > > -- > >> >> > > MailScanner mailing list > >> >> > > mailscanner at lists.mailscanner.info > >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> >> > > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting > >> >> > > > >> >> > > Support MailScanner development - buy the book off the > website!**** > >> >> > > > >> >> > > ** ** > >> >> > > > >> >> > > -- > >> >> > > MailScanner mailing list > >> >> > > mailscanner at lists.mailscanner.info > >> >> > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> >> > > > >> >> > > Before posting, read http://wiki.mailscanner.info/posting > >> >> > > > >> >> > > Support MailScanner development - buy the book off the website! > >> >> > > > >> >> > > > >> >> > > >> >> > >> >> ___________________________________________________________ > >> >> Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > >> >> sur > >> >> Voila.fr > >> >> > >> >> > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > >> >> -- > >> >> MailScanner mailing list > >> >> mailscanner at lists.mailscanner.info > >> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> >> > >> >> Before posting, read http://wiki.mailscanner.info/posting > >> >> > >> >> Support MailScanner development - buy the book off the website! > >> > > >> > > >> > > >> > -- > >> > MailScanner mailing list > >> > mailscanner at lists.mailscanner.info > >> > http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > > >> > Before posting, read http://wiki.mailscanner.info/posting > >> > > >> > Support MailScanner development - buy the book off the website! > >> > > >> -- > >> MailScanner mailing list > >> mailscanner at lists.mailscanner.info > >> http://lists.mailscanner.info/mailman/listinfo/mailscanner > >> > >> Before posting, read http://wiki.mailscanner.info/posting > >> > >> Support MailScanner development - buy the book off the website! > > > > > > > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/255a7b41/attachment.html From eric.le.corre at voila.fr Tue Jan 29 15:39:51 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Tue, 29 Jan 2013 16:39:51 +0100 (CET) Subject: Mailborder is Now Free In-Reply-To: Message-ID: <148009277.376391359473991669.JavaMail.www@wwinf7125> ok, i had install centos 6.3 sorry ---> > Message du 29/01/13 ? 16h25 > De : "Mailborder at Gmail" > A : "MailScanner discussion" > Copie ? : > Objet : Re: Mailborder is Now Free > > Eric, > > You did install CentOS v5.8, right? (not 6.3, not ubuntu) > > There are video tutorials on the site. They explain everything including > getting a license. > > Jerry Benton > > > On Tue, Jan 29, 2013 at 2:49 PM, wrote: > > > I tried install but the script stop ! > > > > it seems the script stop just before install mailscanner > > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or > > folder of this type" and just after this, the script has stop > > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > > > > also, i don t understand how get a licence, i created account, add MAC > > ADRESS and "add to cart", but after i can download nothing > > > > Thanks > > > > > Message du 29/01/13 ? 13h39 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Mailborder is Now Free > > > > > > There will always be a free version. I will probably release a paid > > version > > > in the future that has more features. > > > > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > > > i will test also mailborder. > > > > > > > > it will be always free ? > > > > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > > De : "Mailborder at Gmail" > > > > > A : "MailScanner discussion" > > > > > Copie ? : > > > > > Objet : Re: Mailborder is Now Free > > > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > > no. > > > > > > > > > > For the install scripts each must be unique to the OS it is being > > > > installed > > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > > > The idea is to automate everything. If you have installed > > Mailborder, you > > > > > know that the current Red Hat install sets up everything on the > > entire > > > > > server for you. All the user needs to do is login and add their > > domain. > > > > > That's the goal. > > > > > > > > > > Anyway ... > > > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > > wrote: > > > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > > variable > > > > > > that expands to either /var/www/html or srv/www/htdocs (or > > whatever). > > > > Set > > > > > > /var/www/html as the default and folks can then just edit one line > > if > > > > their > > > > > > distribution does things differently. Or better yet, have multiple > > > > options > > > > > > in the config file and users just uncomment the appropriate one and > > > > drop a > > > > > > ?#? in front of the default.**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > ...Kevin > > > > > > -- > > > > > > Kevin Miller > > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > > 155 South Seward Street > > > > > > Juneau, Alaska 99801 > > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > > *Mailborder > > > > at > > > > > > Gmail > > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > > *To:* MailScanner discussion > > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Gary,**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > > ass.**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Jerry**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > > a few > > > > > > others are different. For example, the web directory on > > fedora/redhat > > > > is: > > > > > > **** > > > > > > > > > > > > **** > > > > > > > > > > > > /var/www/html**** > > > > > > > > > > > > **** > > > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > > > **** > > > > > > > > > > > > /srv/www**** > > > > > > > > > > > > **** > > > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > > SuSE > > > > > > doesn't use YUM to update.**** > > > > > > > > > > > > **** > > > > > > > > > > > > mscan:/etc # yum > > > > > > -bash: yum: command not found**** > > > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > > source. > > > > > > Just to point out a few difference.**** > > > > > > > > > > > > **** > > > > > > > > > > > > Gary > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > > Gary,**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > > spin > > > > > > up a VM at some point and do it. It is simply a matter of updating > > the > > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Jerry Benton**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > > > Jerry,**** > > > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > > > Due to a change in my professional career Mailborder will now be > > free. > > > > In > > > > > > short, it needs to remain as a hobby and make no money beyond > > > > donations.** > > > > > > ** > > > > > > > > > > > > ** ** > > > > > > > > > > > > The structure of the Mailborder website remains the same, but > > licenses > > > > are > > > > > > now priced at $0 in the store. I will still continue to develop and > > > > improve > > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > > version is stable and is suitable for production environments. I > > do ask > > > > > > that you still continue to provide me with feedback. It would be > > > > better for > > > > > > those of you that have been doing so move it do the forums instead > > of > > > > > > email. **** > > > > > > > > > > > > ** ** > > > > > > > > > > > > If you have a feature request or improvement, just ask. I am > > currently > > > > > > looking at a few improvements as well as support for the Debian > > > > platform. I > > > > > > am hoping to have this complete within the next couple of weeks. > > **** > > > > > > > > > > > > ** ** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Best Regards,**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > > > > -- > > > > > > MailScanner mailing list > > > > > > mailscanner at lists.mailscanner.info > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > > > -- > > > > > > MailScanner mailing list > > > > > > mailscanner at lists.mailscanner.info > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > > > ** ** > > > > > > > > > > > > -- > > > > > > MailScanner mailing list > > > > > > mailscanner at lists.mailscanner.info > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > > sur > > > > Voila.fr > > > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > ___________________________________________________________ > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > Voila.fr > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > ___________________________________________________________ CAN 2013 : r?sultats et matchs en direct ? suivre sur Voila.fr http://sports.voila.fr/football/can/ From mailborder at gmail.com Tue Jan 29 15:39:58 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 16:39:58 +0100 Subject: Mailborder is Now Free In-Reply-To: <366974210.349651359467380644.JavaMail.www@wwinf7125> References: <366974210.349651359467380644.JavaMail.www@wwinf7125> Message-ID: I reviewed the web site. I discovered something being cached that is not supposed to be cached. This may have been throwing your menus off depending on your browser and settings. You should see a menu option called "Licenses" when you log in. On Tue, Jan 29, 2013 at 2:49 PM, wrote: > I tried install but the script stop ! > > it seems the script stop just before install mailscanner > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or > folder of this type" and just after this, the script has stop > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > also, i don t understand how get a licence, i created account, add MAC > ADRESS and "add to cart", but after i can download nothing > > Thanks > > > Message du 29/01/13 ? 13h39 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > There will always be a free version. I will probably release a paid > version > > in the future that has more features. > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > i will test also mailborder. > > > > > > it will be always free ? > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Mailborder is Now Free > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > no. > > > > > > > > For the install scripts each must be unique to the OS it is being > > > installed > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > The idea is to automate everything. If you have installed > Mailborder, you > > > > know that the current Red Hat install sets up everything on the > entire > > > > server for you. All the user needs to do is login and add their > domain. > > > > That's the goal. > > > > > > > > Anyway ... > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > wrote: > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > variable > > > > > that expands to either /var/www/html or srv/www/htdocs (or > whatever). > > > Set > > > > > /var/www/html as the default and folks can then just edit one line > if > > > their > > > > > distribution does things differently. Or better yet, have multiple > > > options > > > > > in the config file and users just uncomment the appropriate one and > > > drop a > > > > > ?#? in front of the default.**** > > > > > > > > > > ** ** > > > > > > > > > > ...Kevin > > > > > -- > > > > > Kevin Miller > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > 155 South Seward Street > > > > > Juneau, Alaska 99801 > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > *Mailborder > > > at > > > > > Gmail > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > *To:* MailScanner discussion > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > ** ** > > > > > > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > ass.**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry**** > > > > > > > > > > ** ** > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > a few > > > > > others are different. For example, the web directory on > fedora/redhat > > > is: > > > > > **** > > > > > > > > > > **** > > > > > > > > > > /var/www/html**** > > > > > > > > > > **** > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > **** > > > > > > > > > > /srv/www**** > > > > > > > > > > **** > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > SuSE > > > > > doesn't use YUM to update.**** > > > > > > > > > > **** > > > > > > > > > > mscan:/etc # yum > > > > > -bash: yum: command not found**** > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > source. > > > > > Just to point out a few difference.**** > > > > > > > > > > **** > > > > > > > > > > Gary > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > Gary,**** > > > > > > > > > > ** ** > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > spin > > > > > up a VM at some point and do it. It is simply a matter of updating > the > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton**** > > > > > > > > > > ** ** > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > Jerry,**** > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > Due to a change in my professional career Mailborder will now be > free. > > > In > > > > > short, it needs to remain as a hobby and make no money beyond > > > donations.** > > > > > ** > > > > > > > > > > ** ** > > > > > > > > > > The structure of the Mailborder website remains the same, but > licenses > > > are > > > > > now priced at $0 in the store. I will still continue to develop and > > > improve > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > ** ** > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > version is stable and is suitable for production environments. I > do ask > > > > > that you still continue to provide me with feedback. It would be > > > better for > > > > > those of you that have been doing so move it do the forums instead > of > > > > > email. **** > > > > > > > > > > ** ** > > > > > > > > > > If you have a feature request or improvement, just ask. I am > currently > > > > > looking at a few improvements as well as support for the Debian > > > platform. I > > > > > am hoping to have this complete within the next couple of weeks. > **** > > > > > > > > > > ** ** > > > > > > > > > > ** ** > > > > > > > > > > Best Regards,**** > > > > > > > > > > ** ** > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > ** ** > > > > > > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > sur > > > Voila.fr > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > Voila.fr > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/2e2bd9ba/attachment-0001.html From steve at fsl.com Tue Jan 29 18:09:17 2013 From: steve at fsl.com (Stephen Swaney) Date: Tue, 29 Jan 2013 14:09:17 -0400 Subject: MailScanner Gold Beta Repository for Red Hat 6 and CentOS 6 References: <5108104D.6020507@fsl.com> Message-ID: We are very pleased to announce that our Beta MailScanner Gold RPM packages for Red Hat 6 and CentOS 6 are now available. This is a new Yum repository for CentOS 6 i386 and x86_64 only. It will always contain the latest MailScanner beta along with SpamAssassin (plus DCC, Razor, DKIM, SPF, IP-Country and Rule2XS plug-ins), ClamAV and all Perl module dependencies. The beta repository will be moved to the MailScanner Gold production repository after testing. The use of the MailScanner Gold production repository requires a paid subscription. Please see: http://www.fortantispam.com/products/mailscannergold/mailscanner-production/ Using this yum groupinstall completely automates the MailScanner gateway installation on a minimal installation of the operating system. Simply installing a minimal CentOS 6 installation then running: export MAILSCANNER_CREATE_TMPFS=1 yum -y erase postfix yum -y groupinstall MailScannerGold ? export PERL5LIB=/opt/fsl/lib/perl5 Will create a complete, ready to configure MailScanner gateway and all related applications. The use of this Beta repository is offered to free MailScanner community completely free of charge. The use of the repository is entirely unsupported by FSL, so use is at your own risk -- however we will be happy to answer any questions about the repository or packages on the fsl-beta mailing list: http://listserv.fsl.com/mailman/listinfo/fsl-mailscanner-beta The production version of MailScanner Gold RPM packages for Red Hat 6 and CentOS 6 should be available in February. For more information including download and installation instructions, Please visit: http://www.fortantispam.com/products/mailscannergold/mailscanner-beta/ Best regards, Steve -- Steve Swaney President steve at fsl.com 202 595-7760 ext: 601 www.fsl.com The most accurate and cost effective anti-spam solutions available -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/0a9f6ae6/attachment.html From sbanderson at impromed.com Tue Jan 29 18:55:42 2013 From: sbanderson at impromed.com (Scott B. Anderson) Date: Tue, 29 Jan 2013 18:55:42 +0000 Subject: ubuntu 12.10 install Message-ID: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> I installed Mailscanner and --lint shows it to be working just fine on Ubuntu 12.10 except that it isn't hooking into my optional MTA sendmail, installed from the official apt-get sources. I would learn postfix but I have a large sendmail configuration to port and negative work hours available to switch. I am in need of help with finding documentation on how to get MailScanner to 'hook' into Sendmail on Ubuntu. I've Googled quite a bit but apparently the terms Ubuntu, sendmail and mailscanner don't return useful information. It generally returns links to how to set it up with postfix. If anyone who has done this with a recent version of Ubuntu could point me in the right direction, I'd be most grateful. Scott Anderson IT Administrator Sbanderson at impromed.com ... -- ImproMed LLC -- From Kevin_Miller at ci.juneau.ak.us Tue Jan 29 19:12:34 2013 From: Kevin_Miller at ci.juneau.ak.us (Kevin Miller) Date: Tue, 29 Jan 2013 10:12:34 -0900 Subject: ubuntu 12.10 install In-Reply-To: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> References: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> Message-ID: <4A09477D575C2C4B86497161427DD94C27B573E89B@city-exchange07> I haven't tried using it on Ubuntu, but on both CentOS and SUSE all I had to do was stop the sendmail daemon, make sure it's set to not start at boot, then set the /etc/init.d/MailScanner script to start at boot. The MailScanner script will handle starting and stopping sendmail. I think you stop a daemon in Ubuntu similar to Redhat/Centos - i.e. "service sendmail stop|start|status" and use update-rc.d to enable/disable boot time options. HTH... ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User No: 307357 -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Scott B. Anderson Sent: Tuesday, January 29, 2013 9:56 AM To: mailscanner at lists.mailscanner.info Subject: ubuntu 12.10 install I installed Mailscanner and --lint shows it to be working just fine on Ubuntu 12.10 except that it isn't hooking into my optional MTA sendmail, installed from the official apt-get sources. I would learn postfix but I have a large sendmail configuration to port and negative work hours available to switch. I am in need of help with finding documentation on how to get MailScanner to 'hook' into Sendmail on Ubuntu. I've Googled quite a bit but apparently the terms Ubuntu, sendmail and mailscanner don't return useful information. It generally returns links to how to set it up with postfix. If anyone who has done this with a recent version of Ubuntu could point me in the right direction, I'd be most grateful. Scott Anderson IT Administrator Sbanderson at impromed.com ... -- ImproMed LLC -- -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! From mailborder at gmail.com Tue Jan 29 19:45:59 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 20:45:59 +0100 Subject: ubuntu 12.10 install In-Reply-To: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> References: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> Message-ID: Have you tried looking at the general sendmail setup? http://www.mailscanner.info/sendmail.html On Tue, Jan 29, 2013 at 7:55 PM, Scott B. Anderson wrote: > I installed Mailscanner and --lint shows it to be working just fine on > Ubuntu 12.10 except that it isn't hooking into my optional MTA sendmail, > installed from the official apt-get sources. I would learn postfix but I > have a large sendmail configuration to port and negative work hours > available to switch. I am in need of help with finding documentation on > how to get MailScanner to 'hook' into Sendmail on Ubuntu. I've Googled > quite a bit but apparently the terms Ubuntu, sendmail and mailscanner > don't return useful information. It generally returns links to how to set > it up with postfix. If anyone who has done this with a recent version of > Ubuntu could point me in the right direction, I'd be most grateful. > > > > Scott Anderson > IT Administrator > Sbanderson at impromed.com > > > ... > > -- > ImproMed LLC > -- > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/2190ea74/attachment.html From btj at havleik.no Tue Jan 29 19:48:45 2013 From: btj at havleik.no (=?UTF-8?B?QmrDuHJu?= T Johansen) Date: Tue, 29 Jan 2013 20:48:45 +0100 Subject: Mailborder is Now Free In-Reply-To: References: Message-ID: <20130129204845.1c6cf70a@havleik.no> On Sun, 27 Jan 2013 11:55:02 +0100 Mailborder at Gmail wrote: > Due to a change in my professional career Mailborder will now be free. In > short, it needs to remain as a hobby and make no money beyond donations. > > The structure of the Mailborder website remains the same, but licenses are > now priced at $0 in the store. I will still continue to develop and improve > upon Mailborder. It will not become a dead project. > > I will also continue to provide support via the forums. The current version > is stable and is suitable for production environments. I do ask that you > still continue to provide me with feedback. It would be better for those of > you that have been doing so move it do the forums instead of email. > > If you have a feature request or improvement, just ask. I am currently > looking at a few improvements as well as support for the Debian platform. I > am hoping to have this complete within the next couple of weeks. > > > Best Regards, > > Jerry Benton Looks interesting... :) Just one question though.. I see that MySQL is used and I use PostgreSQL today; does MailBorder support PostgreSQL? Regards, BTJ -- ----------------------------------------------------------------------------------------------- Bj?rn T Johansen btj at havleik.no ----------------------------------------------------------------------------------------------- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It's even worse than that; play it forwards and it installs Windows" ----------------------------------------------------------------------------------------------- From mailborder at gmail.com Tue Jan 29 20:12:26 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 21:12:26 +0100 Subject: Mailborder is Now Free In-Reply-To: <20130129204845.1c6cf70a@havleik.no> References: <20130129204845.1c6cf70a@havleik.no> Message-ID: I would have to verify the SQL queries are compatible with PGsql, but everything is setup for you during the install. You don't have to setup MySQL or even use it on the CLI. So .... On Tue, Jan 29, 2013 at 8:48 PM, Bj?rn T Johansen wrote: > On Sun, 27 Jan 2013 11:55:02 +0100 > Mailborder at Gmail wrote: > > > Due to a change in my professional career Mailborder will now be free. In > > short, it needs to remain as a hobby and make no money beyond donations. > > > > The structure of the Mailborder website remains the same, but licenses > are > > now priced at $0 in the store. I will still continue to develop and > improve > > upon Mailborder. It will not become a dead project. > > > > I will also continue to provide support via the forums. The current > version > > is stable and is suitable for production environments. I do ask that you > > still continue to provide me with feedback. It would be better for those > of > > you that have been doing so move it do the forums instead of email. > > > > If you have a feature request or improvement, just ask. I am currently > > looking at a few improvements as well as support for the Debian > platform. I > > am hoping to have this complete within the next couple of weeks. > > > > > > Best Regards, > > > > Jerry Benton > > > Looks interesting... :) > > Just one question though.. I see that MySQL is used and I use PostgreSQL > today; does MailBorder support PostgreSQL? > > > Regards, > > BTJ > > -- > > ----------------------------------------------------------------------------------------------- > Bj?rn T Johansen > > btj at havleik.no > > ----------------------------------------------------------------------------------------------- > Someone wrote: > "I understand that if you play a Windows CD backwards you hear strange > Satanic messages" > To which someone replied: > "It's even worse than that; play it forwards and it installs Windows" > > ----------------------------------------------------------------------------------------------- > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/db2e3bf7/attachment.html From btj at havleik.no Tue Jan 29 21:49:19 2013 From: btj at havleik.no (=?UTF-8?B?QmrDuHJu?= T Johansen) Date: Tue, 29 Jan 2013 22:49:19 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <20130129204845.1c6cf70a@havleik.no> Message-ID: <20130129224919.13cdf176@havleik.no> But how does it work, does Mailborder need to know all the email addresses or does it filter on just the domain level? BTJ On Tue, 29 Jan 2013 21:12:26 +0100 Mailborder at Gmail wrote: > I would have to verify the SQL queries are compatible with PGsql, but > everything is setup for you during the install. You don't have to setup > MySQL or even use it on the CLI. So .... > > > On Tue, Jan 29, 2013 at 8:48 PM, Bj?rn T Johansen wrote: > > > On Sun, 27 Jan 2013 11:55:02 +0100 > > Mailborder at Gmail wrote: > > > > > Due to a change in my professional career Mailborder will now be free. In > > > short, it needs to remain as a hobby and make no money beyond donations. > > > > > > The structure of the Mailborder website remains the same, but licenses > > are > > > now priced at $0 in the store. I will still continue to develop and > > improve > > > upon Mailborder. It will not become a dead project. > > > > > > I will also continue to provide support via the forums. The current > > version > > > is stable and is suitable for production environments. I do ask that you > > > still continue to provide me with feedback. It would be better for those > > of > > > you that have been doing so move it do the forums instead of email. > > > > > > If you have a feature request or improvement, just ask. I am currently > > > looking at a few improvements as well as support for the Debian > > platform. I > > > am hoping to have this complete within the next couple of weeks. > > > > > > > > > Best Regards, > > > > > > Jerry Benton > > > > > > Looks interesting... :) > > > > Just one question though.. I see that MySQL is used and I use PostgreSQL > > today; does MailBorder support PostgreSQL? > > > > > > Regards, > > > > BTJ > > > > -- From mailborder at gmail.com Tue Jan 29 22:16:00 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Tue, 29 Jan 2013 23:16:00 +0100 Subject: Mailborder is Now Free In-Reply-To: <20130129224919.13cdf176@havleik.no> References: <20130129204845.1c6cf70a@havleik.no> <20130129224919.13cdf176@havleik.no> Message-ID: Single or multiple domains. There is a demo server on the website. https://www.mailborder.com On Tue, Jan 29, 2013 at 10:49 PM, Bj?rn T Johansen wrote: > But how does it work, does Mailborder need to know all the email addresses > or does it filter on just the domain level? > > > BTJ > > On Tue, 29 Jan 2013 21:12:26 +0100 > Mailborder at Gmail wrote: > > > I would have to verify the SQL queries are compatible with PGsql, but > > everything is setup for you during the install. You don't have to setup > > MySQL or even use it on the CLI. So .... > > > > > > On Tue, Jan 29, 2013 at 8:48 PM, Bj?rn T Johansen > wrote: > > > > > On Sun, 27 Jan 2013 11:55:02 +0100 > > > Mailborder at Gmail wrote: > > > > > > > Due to a change in my professional career Mailborder will now be > free. In > > > > short, it needs to remain as a hobby and make no money beyond > donations. > > > > > > > > The structure of the Mailborder website remains the same, but > licenses > > > are > > > > now priced at $0 in the store. I will still continue to develop and > > > improve > > > > upon Mailborder. It will not become a dead project. > > > > > > > > I will also continue to provide support via the forums. The current > > > version > > > > is stable and is suitable for production environments. I do ask that > you > > > > still continue to provide me with feedback. It would be better for > those > > > of > > > > you that have been doing so move it do the forums instead of email. > > > > > > > > If you have a feature request or improvement, just ask. I am > currently > > > > looking at a few improvements as well as support for the Debian > > > platform. I > > > > am hoping to have this complete within the next couple of weeks. > > > > > > > > > > > > Best Regards, > > > > > > > > Jerry Benton > > > > > > > > > Looks interesting... :) > > > > > > Just one question though.. I see that MySQL is used and I use > PostgreSQL > > > today; does MailBorder support PostgreSQL? > > > > > > > > > Regards, > > > > > > BTJ > > > > > > -- > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/96ad3606/attachment.html From jdwirtz at cox.net Wed Jan 30 02:44:11 2013 From: jdwirtz at cox.net (Jim Wirtz) Date: Tue, 29 Jan 2013 20:44:11 -0600 Subject: Mailborder is Now Free In-Reply-To: References: <366974210.349651359467380644.JavaMail.www@wwinf7125> Message-ID: <081e01cdfe93$af2fb780$0d8f2680$@net> I've attempted this a few times now and this is as far as it goes. I'm attempting to install on a Centos 6.3 64bit system. /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Building configuration files. Please wait ... PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module Module compiled with module API=20050922 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Fatal error: Call to undefined function sg_load() in /mailborder/scripts/build.php on line 2 Thanks... Jim -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130129/bf882fb5/attachment.html From andrew at topdog.za.net Wed Jan 30 05:36:23 2013 From: andrew at topdog.za.net (Andrew Colin Kissa) Date: Wed, 30 Jan 2013 07:36:23 +0200 Subject: Mailborder is Now Free In-Reply-To: <081e01cdfe93$af2fb780$0d8f2680$@net> References: <366974210.349651359467380644.JavaMail.www@wwinf7125> <081e01cdfe93$af2fb780$0d8f2680$@net> Message-ID: <4A0F1673-EFAA-435F-B816-177F4FCE4DA2@topdog.za.net> On 30 Jan 2013, at 4:44 AM, Jim Wirtz wrote: > Module compiled with module API=20050922 > PHP compiled with module API=20090626 The module is complied for a different API version that is why your PHP binary cannot load it. -- www.baruwa.org From mailborder at gmail.com Wed Jan 30 06:51:04 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Wed, 30 Jan 2013 07:51:04 +0100 Subject: Mailborder is Now Free In-Reply-To: <081e01cdfe93$af2fb780$0d8f2680$@net> References: <366974210.349651359467380644.JavaMail.www@wwinf7125> <081e01cdfe93$af2fb780$0d8f2680$@net> Message-ID: Jim, Not to sound terse, but the first sentence of the first instruction says to use CentOS v5.8. I am working on a 6.3 release, but there are some problems with MailScanner and ClamAV regarding permissions. I submitted it to this list a while back and a bug has been opened on Github. When this gets resolved I will release the 6.3 version. I Am also working on an Ubuntu LTS version that should be out next week. Jerry Benton On Wed, Jan 30, 2013 at 3:44 AM, Jim Wirtz wrote: > I've attempted this a few times now and this is as far as it **** > > goes. I'm attempting to install on a Centos 6.3 64bit**** > > system.**** > > ** ** > > /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total**** > > Building configuration files. Please wait ...**** > > PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module**** > > Module compiled with module API=20050922**** > > PHP compiled with module API=20090626**** > > These options need to match**** > > in Unknown on line 0**** > > PHP Fatal error: Call to undefined function sg_load() in /mailborder/scripts/build.php > on line 2**** > > ** ** > > Thanks...**** > > Jim**** > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/e3a5d16d/attachment.html From btj at havleik.no Wed Jan 30 07:32:31 2013 From: btj at havleik.no (=?UTF-8?B?QmrDuHJu?= T Johansen) Date: Wed, 30 Jan 2013 08:32:31 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <20130129204845.1c6cf70a@havleik.no> <20130129224919.13cdf176@havleik.no> Message-ID: <20130130083231.24ce6538@havleik.no> Then using MySQL on the Mailborder server would not be a problem.. Thx... :) BTJ On Tue, 29 Jan 2013 23:16:00 +0100 Mailborder at Gmail wrote: > Single or multiple domains. There is a demo server on the website. > https://www.mailborder.com > > > On Tue, Jan 29, 2013 at 10:49 PM, Bj?rn T Johansen wrote: > > > But how does it work, does Mailborder need to know all the email addresses > > or does it filter on just the domain level? > > > > > > BTJ > > > > On Tue, 29 Jan 2013 21:12:26 +0100 > > Mailborder at Gmail wrote: > > > > > I would have to verify the SQL queries are compatible with PGsql, but > > > everything is setup for you during the install. You don't have to setup > > > MySQL or even use it on the CLI. So .... > > > > > > > > > On Tue, Jan 29, 2013 at 8:48 PM, Bj?rn T Johansen > > wrote: > > > > > > > On Sun, 27 Jan 2013 11:55:02 +0100 > > > > Mailborder at Gmail wrote: > > > > > > > > > Due to a change in my professional career Mailborder will now be > > free. In > > > > > short, it needs to remain as a hobby and make no money beyond > > donations. > > > > > > > > > > The structure of the Mailborder website remains the same, but > > licenses > > > > are > > > > > now priced at $0 in the store. I will still continue to develop and > > > > improve > > > > > upon Mailborder. It will not become a dead project. > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > version > > > > > is stable and is suitable for production environments. I do ask that > > you > > > > > still continue to provide me with feedback. It would be better for > > those > > > > of > > > > > you that have been doing so move it do the forums instead of email. > > > > > > > > > > If you have a feature request or improvement, just ask. I am > > currently > > > > > looking at a few improvements as well as support for the Debian > > > > platform. I > > > > > am hoping to have this complete within the next couple of weeks. > > > > > > > > > > > > > > > Best Regards, > > > > > > > > > > Jerry Benton > > > > > > > > > > > > Looks interesting... :) > > > > > > > > Just one question though.. I see that MySQL is used and I use > > PostgreSQL > > > > today; does MailBorder support PostgreSQL? > > > > > > > > > > > > Regards, > > > > > > > > BTJ > > > > > > > > -- > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > From eric.le.corre at voila.fr Wed Jan 30 09:02:03 2013 From: eric.le.corre at voila.fr (eric.le.corre at voila.fr) Date: Wed, 30 Jan 2013 10:02:03 +0100 (CET) Subject: Mailborder is Now Free In-Reply-To: <148009277.376391359473991669.JavaMail.www@wwinf7125> Message-ID: <2374942.39261359536523749.JavaMail.www@wwinf7125> i had install with centos 5.8 nad now no problem, very easy install i have few questions : - how add disclaimer to all sending email to external ? - in my old mailscanner folder, i keep 10 days clean message in quarantine, how to do that ? - i lokked in MailScanner.conf and "your organisation name", "yout site" is not configure, i have to do that ? thanks > Message du 29/01/13 ? 17h47 > De : eric.le.corre at voila.fr > A : "MailScanner discussion" > Copie ? : > Objet : Re: Mailborder is Now Free > > ok, i had install centos 6.3 > > sorry ---> > > > > Message du 29/01/13 ? 16h25 > > De : "Mailborder at Gmail" > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > Eric, > > > > You did install CentOS v5.8, right? (not 6.3, not ubuntu) > > > > There are video tutorials on the site. They explain everything including > > getting a license. > > > > Jerry Benton > > > > > > On Tue, Jan 29, 2013 at 2:49 PM, wrote: > > > > > I tried install but the script stop ! > > > > > > it seems the script stop just before install mailscanner > > > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any file or > > > folder of this type" and just after this, the script has stop > > > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > > > > > > > also, i don t understand how get a licence, i created account, add MAC > > > ADRESS and "add to cart", but after i can download nothing > > > > > > Thanks > > > > > > > Message du 29/01/13 ? 13h39 > > > > De : "Mailborder at Gmail" > > > > A : "MailScanner discussion" > > > > Copie ? : > > > > Objet : Re: Mailborder is Now Free > > > > > > > > There will always be a free version. I will probably release a paid > > > version > > > > in the future that has more features. > > > > > > > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > > > > > i will test also mailborder. > > > > > > > > > > it will be always free ? > > > > > > > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > > > De : "Mailborder at Gmail" > > > > > > A : "MailScanner discussion" > > > > > > Copie ? : > > > > > > Objet : Re: Mailborder is Now Free > > > > > > > > > > > > I was on the phone when I replied to this. Actually, the answer is > > > no. > > > > > > > > > > > > For the install scripts each must be unique to the OS it is being > > > > > installed > > > > > > on. Why? My mother should be able to install Mailborder. Her current > > > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > > > > > The idea is to automate everything. If you have installed > > > Mailborder, you > > > > > > know that the current Red Hat install sets up everything on the > > > entire > > > > > > server for you. All the user needs to do is login and add their > > > domain. > > > > > > That's the goal. > > > > > > > > > > > > Anyway ... > > > > > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > > > wrote: > > > > > > > > > > > > > It would be pretty easy to replace the path with a pre-defined > > > variable > > > > > > > that expands to either /var/www/html or srv/www/htdocs (or > > > whatever). > > > > > Set > > > > > > > /var/www/html as the default and folks can then just edit one line > > > if > > > > > their > > > > > > > distribution does things differently. Or better yet, have multiple > > > > > options > > > > > > > in the config file and users just uncomment the appropriate one and > > > > > drop a > > > > > > > ?#? in front of the default.**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > ...Kevin > > > > > > > -- > > > > > > > Kevin Miller > > > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > > > 155 South Seward Street > > > > > > > Juneau, Alaska 99801 > > > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > > > *Mailborder > > > > > at > > > > > > > Gmail > > > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > > > *To:* MailScanner discussion > > > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Gary,**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > That is what i meant really. It is still easy, just a pain in the > > > > > ass.**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Jerry**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > > > > > I don't think it is that easy. The paths to the web directory and > > > a few > > > > > > > others are different. For example, the web directory on > > > fedora/redhat > > > > > is: > > > > > > > **** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > /var/www/html**** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > /srv/www**** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > So, I think the scripts have to have their locations changed. Also, > > > > > SuSE > > > > > > > doesn't use YUM to update.**** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > mscan:/etc # yum > > > > > > > -bash: yum: command not found**** > > > > > > > > > > > > > > It uses zypper and there has to be a pointer to the installation > > > > > source. > > > > > > > Just to point out a few difference.**** > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > Gary > > > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > > > Gary,**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, I will > > > > > spin > > > > > > > up a VM at some point and do it. It is simply a matter of updating > > > the > > > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Jerry Benton**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > > > > > Jerry,**** > > > > > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > > > > > Due to a change in my professional career Mailborder will now be > > > free. > > > > > In > > > > > > > short, it needs to remain as a hobby and make no money beyond > > > > > donations.** > > > > > > > ** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > The structure of the Mailborder website remains the same, but > > > licenses > > > > > are > > > > > > > now priced at $0 in the store. I will still continue to develop and > > > > > improve > > > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > I will also continue to provide support via the forums. The current > > > > > > > version is stable and is suitable for production environments. I > > > do ask > > > > > > > that you still continue to provide me with feedback. It would be > > > > > better for > > > > > > > those of you that have been doing so move it do the forums instead > > > of > > > > > > > email. **** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > If you have a feature request or improvement, just ask. I am > > > currently > > > > > > > looking at a few improvements as well as support for the Debian > > > > > platform. I > > > > > > > am hoping to have this complete within the next couple of weeks. > > > **** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Best Regards,**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > MailScanner mailing list > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > MailScanner mailing list > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > Support MailScanner development - buy the book off the website!**** > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > -- > > > > > > > MailScanner mailing list > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus > > > sur > > > > > Voila.fr > > > > > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > > > -- > > > > > MailScanner mailing list > > > > > mailscanner at lists.mailscanner.info > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > ___________________________________________________________ > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers disparus sur > > > Voila.fr > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > -- > > > MailScanner mailing list > > > mailscanner at lists.mailscanner.info > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > ___________________________________________________________ > CAN 2013 : r?sultats et matchs en direct ? suivre sur Voila.fr http://sports.voila.fr/football/can/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > ___________________________________________________________ CAN 2013 : r?sultats et matchs en direct ? suivre sur Voila.fr http://sports.voila.fr/football/can/ From mailborder at gmail.com Wed Jan 30 10:00:51 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Wed, 30 Jan 2013 11:00:51 +0100 Subject: Mailborder is Now Free In-Reply-To: <2374942.39261359536523749.JavaMail.www@wwinf7125> References: <148009277.376391359473991669.JavaMail.www@wwinf7125> <2374942.39261359536523749.JavaMail.www@wwinf7125> Message-ID: The MailScanner.conf is superceded by the mailborder.conf. All of the settings are done in the web GUI. - You can sign outgoing messages. There is a check box in each policy setting for each domain. - You can edit the message also in the GUI. It is under the MailScanner notices. (Dashboard > System > Service Configs > MailScanner Notices) Select the language to use, edit the appropriate file, and rebuild the configs. - Set your organization name and other details in Dashboard > System > Service Configs > Settings conf.php - The default quarantine is 30 days. Change it in Dashboard > System > Service Configs > Settings conf.php There is a video on the Mailborder website that walks you through all of these. On Wed, Jan 30, 2013 at 10:02 AM, wrote: > i had install with centos 5.8 nad now no problem, very easy install > i have few questions : > > - how add disclaimer to all sending email to external ? > - in my old mailscanner folder, i keep 10 days clean message in > quarantine, how to do that ? > - i lokked in MailScanner.conf and "your organisation name", "yout site" > is not configure, i have to do that ? > > thanks > > > > > Message du 29/01/13 ? 17h47 > > De : eric.le.corre at voila.fr > > A : "MailScanner discussion" > > Copie ? : > > Objet : Re: Mailborder is Now Free > > > > ok, i had install centos 6.3 > > > > sorry ---> > > > > > > > Message du 29/01/13 ? 16h25 > > > De : "Mailborder at Gmail" > > > A : "MailScanner discussion" > > > Copie ? : > > > Objet : Re: Mailborder is Now Free > > > > > > Eric, > > > > > > You did install CentOS v5.8, right? (not 6.3, not ubuntu) > > > > > > There are video tutorials on the site. They explain everything > including > > > getting a license. > > > > > > Jerry Benton > > > > > > > > > On Tue, Jan 29, 2013 at 2:49 PM, wrote: > > > > > > > I tried install but the script stop ! > > > > > > > > it seems the script stop just before install mailscanner > > > > "./install58m.sh : line 419: /etc/Mailscanner/rules/aemb.rules any > file or > > > > folder of this type" and just after this, the script has stop > > > > if i do : "chkconfig MailScanner on" -> no service MailScanner > > > > > > > > > > > > also, i don t understand how get a licence, i created account, add > MAC > > > > ADRESS and "add to cart", but after i can download nothing > > > > > > > > Thanks > > > > > > > > > Message du 29/01/13 ? 13h39 > > > > > De : "Mailborder at Gmail" > > > > > A : "MailScanner discussion" > > > > > Copie ? : > > > > > Objet : Re: Mailborder is Now Free > > > > > > > > > > There will always be a free version. I will probably release a paid > > > > version > > > > > in the future that has more features. > > > > > > > > > > > > > > > On Tue, Jan 29, 2013 at 11:51 AM, wrote: > > > > > > > > > > > i will test also mailborder. > > > > > > > > > > > > it will be always free ? > > > > > > > > > > > > > > > > > > > Message du 28/01/13 ? 21h59 > > > > > > > De : "Mailborder at Gmail" > > > > > > > A : "MailScanner discussion" > > > > > > > Copie ? : > > > > > > > Objet : Re: Mailborder is Now Free > > > > > > > > > > > > > > I was on the phone when I replied to this. Actually, the > answer is > > > > no. > > > > > > > > > > > > > > For the install scripts each must be unique to the OS it is > being > > > > > > installed > > > > > > > on. Why? My mother should be able to install Mailborder. Her > current > > > > > > > computer experience is a Light Bright from the 1930s. > > > > > > > > > > > > > > The idea is to automate everything. If you have installed > > > > Mailborder, you > > > > > > > know that the current Red Hat install sets up everything on the > > > > entire > > > > > > > server for you. All the user needs to do is login and add their > > > > domain. > > > > > > > That's the goal. > > > > > > > > > > > > > > Anyway ... > > > > > > > > > > > > > > On Mon, Jan 28, 2013 at 8:07 PM, Kevin Miller > > > > > > > wrote: > > > > > > > > > > > > > > > It would be pretty easy to replace the path with a > pre-defined > > > > variable > > > > > > > > that expands to either /var/www/html or srv/www/htdocs (or > > > > whatever). > > > > > > Set > > > > > > > > /var/www/html as the default and folks can then just edit > one line > > > > if > > > > > > their > > > > > > > > distribution does things differently. Or better yet, have > multiple > > > > > > options > > > > > > > > in the config file and users just uncomment the appropriate > one and > > > > > > drop a > > > > > > > > ?#? in front of the default.**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > ...Kevin > > > > > > > > -- > > > > > > > > Kevin Miller > > > > > > > > Network/email Administrator, CBJ MIS Dept. > > > > > > > > 155 South Seward Street > > > > > > > > Juneau, Alaska 99801 > > > > > > > > Phone: (907) 586-0242, Fax: (907) 586-4500 > > > > > > > > Registered Linux User No: 307357 **** > > > > > > > > > > > > > > > > *From:* mailscanner-bounces at lists.mailscanner.info [mailto: > > > > > > > > mailscanner-bounces at lists.mailscanner.info] *On Behalf Of > > > > *Mailborder > > > > > > at > > > > > > > > Gmail > > > > > > > > *Sent:* Monday, January 28, 2013 8:27 AM > > > > > > > > *To:* MailScanner discussion > > > > > > > > *Subject:* Re: Mailborder is Now Free**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Gary,**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > That is what i meant really. It is still easy, just a pain > in the > > > > > > ass.**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Jerry**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > On Mon, Jan 28, 2013 at 4:45 PM, Gary Faith wrote:**** > > > > > > > > > > > > > > > > I don't think it is that easy. The paths to the web > directory and > > > > a few > > > > > > > > others are different. For example, the web directory on > > > > fedora/redhat > > > > > > is: > > > > > > > > **** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > /var/www/html**** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > where in SuSE it is in:**** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > /srv/www**** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > So, I think the scripts have to have their locations > changed. Also, > > > > > > SuSE > > > > > > > > doesn't use YUM to update.**** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > mscan:/etc # yum > > > > > > > > -bash: yum: command not found**** > > > > > > > > > > > > > > > > It uses zypper and there has to be a pointer to the > installation > > > > > > source. > > > > > > > > Just to point out a few difference.**** > > > > > > > > > > > > > > > > **** > > > > > > > > > > > > > > > > Gary > > > > > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 4:12 PM >>> > > > > > > > > Gary,**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Not yet. The last time I used SuSE was around 2003. However, > I will > > > > > > spin > > > > > > > > up a VM at some point and do it. It is simply a matter of > updating > > > > the > > > > > > > > source to support SuSE formatted CLI. **** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Jerry Benton**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > On Sun, Jan 27, 2013 at 8:25 PM, Gary Faith wrote:**** > > > > > > > > > > > > > > > > Jerry,**** > > > > > > > > > > > > > > > > Do you have a version for people running SuSE?**** > > > > > > > > > > > > > > > > Thanks,**** > > > > > > > > > > > > > > > > > > > > > > > > Gary Faith > > > > > > > > > > > > > > > > >>> Mailborder at Gmail 1/27/2013 5:55 AM >>>**** > > > > > > > > > > > > > > > > Due to a change in my professional career Mailborder will > now be > > > > free. > > > > > > In > > > > > > > > short, it needs to remain as a hobby and make no money beyond > > > > > > donations.** > > > > > > > > ** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > The structure of the Mailborder website remains the same, but > > > > licenses > > > > > > are > > > > > > > > now priced at $0 in the store. I will still continue to > develop and > > > > > > improve > > > > > > > > upon Mailborder. It will not become a dead project.**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > I will also continue to provide support via the forums. The > current > > > > > > > > version is stable and is suitable for production > environments. I > > > > do ask > > > > > > > > that you still continue to provide me with feedback. It > would be > > > > > > better for > > > > > > > > those of you that have been doing so move it do the forums > instead > > > > of > > > > > > > > email. **** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > If you have a feature request or improvement, just ask. I am > > > > currently > > > > > > > > looking at a few improvements as well as support for the > Debian > > > > > > platform. I > > > > > > > > am hoping to have this complete within the next couple of > weeks. > > > > **** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Best Regards,**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > Jerry Benton **** > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > MailScanner mailing list > > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > > > Support MailScanner development - buy the book off the > website!**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > MailScanner mailing list > > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > > > Support MailScanner development - buy the book off the > website!**** > > > > > > > > > > > > > > > > ** ** > > > > > > > > > > > > > > > > -- > > > > > > > > MailScanner mailing list > > > > > > > > mailscanner at lists.mailscanner.info > > > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > > > > > Support MailScanner development - buy the book off the > website! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > disparus > > > > sur > > > > > > Voila.fr > > > > > > > > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > > > > -- > > > > > > MailScanner mailing list > > > > > > mailscanner at lists.mailscanner.info > > > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > Ils nous ont quitt?s en 2012. Voir le diaporama de nos chers > disparus sur > > > > Voila.fr > > > > > http://people.voila.fr/people/mediatheque/dossiers/ils-nous-ont-quittes-en-2012/ > > > > -- > > > > MailScanner mailing list > > > > mailscanner at lists.mailscanner.info > > > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > > > > > Support MailScanner development - buy the book off the website! > > > > > > > > > > > ___________________________________________________________ > > CAN 2013 : r?sultats et matchs en direct ? suivre sur Voila.fr > http://sports.voila.fr/football/can/ > > -- > > MailScanner mailing list > > mailscanner at lists.mailscanner.info > > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > > > Before posting, read http://wiki.mailscanner.info/posting > > > > Support MailScanner development - buy the book off the website! > > > > ___________________________________________________________ > CAN 2013 : r?sultats et matchs en direct ? suivre sur Voila.fr > http://sports.voila.fr/football/can/ > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/bb5eff46/attachment.html From steve at fsl.com Wed Jan 30 13:23:22 2013 From: steve at fsl.com (Stephen Swaney) Date: Wed, 30 Jan 2013 09:23:22 -0400 Subject: BarricadeMX Plus Haraka released References: <51091ECA.5010608@fsl.com> Message-ID: * * **We are very pleased to announce that a major update for our BarricadeMX Plus application has just been released. BarricadeMX Plus is used primarily by ISPs and larger sites that accept mail for multiple domains and need to delegate the configuration of email processing and anti-spam filtering to multiple domain administrators and end users.** *** This upgrade replaces our existing level one SMTP filter (smtpf) which was written in multi-threaded C, with a new filter based on Haraka . The details of this upgrade can be found here . Haraka is a relatively new open source SMTP server written in Node.js, the programming language built on top of the Google v8 JavaScript run-time engine used in Google Chrome. In recent benchmarking, a single Node.js server gracefully handled over 1,000,000 concurrent HTTP connections thanks to it's event-driven nature. BarricadeMX Plus implements the new Haraka anti-spam filter as the SMTP application which accepts or rejects incoming email in front of a web based version of MailScanner. Typically well over 50% (usually more like 90-95%) of incoming messages are very efficiently rejected during the initial SMTP session substantially increasing span detection accuracy and ***considerably *reducing the number of messages that need to be processed by MailScanner . These rejected messages are immediately returned to the sender with and Non-Delivery Receipt containing a link that allows valid senders to white list their address and resend the email in the unlikely event the rejection was a false-positive. Please visit our web site at www.fsl.com for more information, online demos or on-site demo/test installations. You can also follow the open-source development of Haraka at GitHub . Best regards Steve Swaney President Fort Systems Ltd. steve at fsl.com www.fsl.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/a01e2f05/attachment.html From bonivart at opencsw.org Wed Jan 30 13:27:53 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 30 Jan 2013 14:27:53 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <148009277.376391359473991669.JavaMail.www@wwinf7125> <2374942.39261359536523749.JavaMail.www@wwinf7125> Message-ID: On Wed, Jan 30, 2013 at 11:00 AM, Mailborder at Gmail wrote: > The MailScanner.conf is superceded by the mailborder.conf. All of the > settings are done in the web GUI. Is it possible to create your own mailing list for Mailborder and move the conversations there? From steve at fsl.com Wed Jan 30 13:43:18 2013 From: steve at fsl.com (Stephen Swaney) Date: Wed, 30 Jan 2013 09:43:18 -0400 Subject: BarricadeMX Plus Haraka (resend) In-Reply-To: <51092330.2030509@swaney.com> References: <51092330.2030509@swaney.com> <51092376.2040009@fsl.com> Message-ID: Sorry for the formatting errors in my first post (a Thunderbird ate my homework) and this subsequent wasted bandwidth. Steve ----------- We are very pleased to announce that a major update for our BarricadeMX Plus application has just been released. BarricadeMX Plus is used primarily by ISPs and larger sites that accept mail for multiple domains and need to delegate the configuration of email processing and anti-spam filtering to multiple domain administrators and end user This upgrade replaces our existing level one SMTP filter (smtpf) which was written in multi-threaded C, with a new filter based on Haraka . The details of this upgrade can be found here . Haraka is a relatively new open source SMTP server written in Node.js, the programming language built on top of the Google v8 JavaScript run-time engine used in Google Chrome. In recent benchmarking, a single Node.js server gracefully handled over 1,000,000 concurrent HTTP connections thanks to it's event-driven nature. BarricadeMX Plus implements the new Haraka anti-spam filter as the SMTP application which accepts or rejects incoming email in front of a web based version of MailScanner. Typically well over 50% (usually more like 90-95%) of incoming messages are very efficiently rejected during the initial SMTP session substantially increasing span detection accuracy and considerably reducing the number of messages that need to be processed by MailScanner . These rejected messages are immediately returned to the sender with a Non-Delivery Receipt containing a link that allows valid senders to white list their address and resend the email in the unlikely event the rejection was a false-positive. Please visit our web site at www.fsl.com for more information, online demos or on-site demo/test installations. You can also follow the open-source development of Haraka at GitHub . Best regards Steve Swaney President Fort Systems Ltd. steve at fsl.com www.fsl.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/36dd6b07/attachment.html From mailborder at gmail.com Wed Jan 30 13:55:42 2013 From: mailborder at gmail.com (Mailborder at Gmail) Date: Wed, 30 Jan 2013 14:55:42 +0100 Subject: Mailborder is Now Free In-Reply-To: References: <148009277.376391359473991669.JavaMail.www@wwinf7125> <2374942.39261359536523749.JavaMail.www@wwinf7125> Message-ID: It was not my intent for this to happen. From my first email: "I will also continue to provide support via the forums. The current version is stable and is suitable for production environments. I do ask that you still continue to provide me with feedback. It would be better for those of you that have been doing so move it do the forums instead of email. " On Wed, Jan 30, 2013 at 2:27 PM, Peter Bonivart wrote: > On Wed, Jan 30, 2013 at 11:00 AM, Mailborder at Gmail > wrote: > > The MailScanner.conf is superceded by the mailborder.conf. All of the > > settings are done in the web GUI. > > Is it possible to create your own mailing list for Mailborder and move > the conversations there? > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > > Before posting, read http://wiki.mailscanner.info/posting > > Support MailScanner development - buy the book off the website! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/0867196a/attachment.html From jdwirtz at cox.net Wed Jan 30 16:35:46 2013 From: jdwirtz at cox.net (Jim Wirtz) Date: Wed, 30 Jan 2013 10:35:46 -0600 Subject: Mailborder is Now Free In-Reply-To: References: <366974210.349651359467380644.JavaMail.www@wwinf7125> <081e01cdfe93$af2fb780$0d8f2680$@net> Message-ID: <094b01cdff07$db131fd0$91395f70$@net> Not a problem, I read it has either /or, my mistake. Just won't keep beating my head against the wall :) BTW does it mention that you should really only attempt to install this on a new installation? It will sure mess up an existing one. Thanks for the help. Jim From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Mailborder at Gmail Sent: Wednesday, January 30, 2013 12:51 AM To: MailScanner discussion Subject: Re: Mailborder is Now Free Jim, Not to sound terse, but the first sentence of the first instruction says to use CentOS v5.8. I am working on a 6.3 release, but there are some problems with MailScanner and ClamAV regarding permissions. I submitted it to this list a while back and a bug has been opened on Github. When this gets resolved I will release the 6.3 version. I Am also working on an Ubuntu LTS version that should be out next week. Jerry Benton On Wed, Jan 30, 2013 at 3:44 AM, Jim Wirtz wrote: I've attempted this a few times now and this is as far as it goes. I'm attempting to install on a Centos 6.3 64bit system. /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Building configuration files. Please wait ... PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module Module compiled with module API=20050922 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Fatal error: Call to undefined function sg_load() in /mailborder/scripts/build.php on line 2 Thanks... Jim -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20130130/0aa914a3/attachment.html From lhaig at haigmail.com Thu Jan 31 11:40:30 2013 From: lhaig at haigmail.com (Lance Haig) Date: Thu, 31 Jan 2013 13:40:30 +0200 Subject: Something all our users should see. Message-ID: <510A582E.90704@haigmail.com> before you read further, this is a video of a song by "Weird Al" Yankovic about spam. http://goo.gl/Hvs92 I thought it was quiet appropriate and would at least make us laugh. Apologies if this is not your thing Lance -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From sbanderson at impromed.com Thu Jan 31 17:17:35 2013 From: sbanderson at impromed.com (Scott B. Anderson) Date: Thu, 31 Jan 2013 17:17:35 +0000 Subject: ubuntu 12.10 install In-Reply-To: References: <7D95F4DE708E0948892128F41A2507385EF2E598@es3.impromed.com> Message-ID: <7D95F4DE708E0948892128F41A2507385EF327DA@es3.impromed.com> Yes. Ubuntu uses an elegant, but complicated set of scripts to start sendmail. Essentially the init script loads options from /etc/mail/sendmail.conf (not sendmail.cf) which in turn gets most of its settings dynamically or from other scripts. I really don't see the way to make it such that MailScanner starts up the mta and the queue runner runs on its own. Perhaps I should give up on the Ubuntu apt-get for MailScanner and instead install it from the tarball ? I was hoping to be able to automate keeping it up to date, having run it for many years on fedora and having to install from tarballs each time. Scott Anderson -----Original Message----- From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Mailborder at Gmail Sent: Tuesday, January 29, 2013 1:46 PM To: MailScanner discussion Subject: Re: ubuntu 12.10 install Have you tried looking at the general sendmail setup? http://www.mailscanner.info/sendmail.html On Tue, Jan 29, 2013 at 7:55 PM, Scott B. Anderson > wrote: I installed Mailscanner and --lint shows it to be working just fine on Ubuntu 12.10 except that it isn't hooking into my optional MTA sendmail, installed from the official apt-get sources. I would learn postfix but I have a large sendmail configuration to port and negative work hours available to switch. I am in need of help with finding documentation on how to get MailScanner to 'hook' into Sendmail on Ubuntu. I've Googled quite a bit but apparently the terms Ubuntu, sendmail and mailscanner don't return useful information. It generally returns links to how to set it up with postfix. If anyone who has done this with a recent version of Ubuntu could point me in the right direction, I'd be most grateful. Scott Anderson IT Administrator Sbanderson at impromed.com ... -- ImproMed LLC -- -- MailScanner mailing list mailscanner at lists.mailscanner.info http://lists.mailscanner.info/mailman/listinfo/mailscanner Before posting, read http://wiki.mailscanner.info/posting Support MailScanner development - buy the book off the website! ... -- ImproMed LLC --