[SM-USERS] unblock a user when has been marked as USER_IS_POSSIBLE_SPAMMER
Hello, Sorry, I am not very much familiar with Squirrelmail yet. I am testing the restrict_senders plugin. An user has just been banned. I go to the file where the user preferences are stored for the web mail, and I open the file: user.pref There is : USER_IS_POSSIBLE_SPAMMER=1 I deleted that line and I tried to send a message again, but it wont let me send it and when I open the file again the line USER_IS_POSSIBLE_SPAMMER=1 is there :( I have read the documentation but I cant find where else to delete something to un-ban the user. Anyone could help me? Thanks. -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] unblock a user when has been marked as USER_IS_POSSIBLE_SPAMMER
eva-8 wrote: > > Hello, > > Sorry, I am not very much familiar with Squirrelmail yet. > > I am testing the restrict_senders plugin. An user has just been banned. I > go > to the file where the user preferences are stored for the web mail, and I > open the file: > > user.pref > > There is : > > USER_IS_POSSIBLE_SPAMMER=1 > > I deleted that line and I tried to send a message again, but it wont let > me > send it and when I open the file again the line > > USER_IS_POSSIBLE_SPAMMER=1 > > is there :( > > I have read the documentation but I cant find where else to delete > something > to un-ban the user. > > Anyone could help me? > Ask user to logout or delete his session file. Preferences are cached in session. -- View this message in context: http://old.nabble.com/unblock-a-user-when-has-been-marked-as-USER_IS_POSSIBLE_SPAMMER-tp31086858p31089375.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] How to enforce Squirrelmail to use a specific source IP address?
Hi Guys, This is probably a simple question - but I'm not sure if there is a simple answer :) Basically I have a RedHat box running Squirrelmail with one primary network interface (eth0) and multiple logical interfaces (eth0:1, eth0:2, etc.) with separate IP addresses assigned to each of them. Is there an easy way - to configure Squirrelmail to use a specific source IP address from one of the logical interfaces while connecting to the remote IMAP (TCP/143) server ? The issue I have is that it always tries to use the IP address of the primary (eth0) interface, no matter what I put in the section in the Apache configuration file. Thank you very much for any suggestions. Best Regards Pawel The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s). Please direct any additional queries to: communicati...@s3group.com. Thank You. Silicon and Software Systems Limited (S3 Group). Registered in Ireland no. 378073. Registered Office: South County Business Park, Leopardstown, Dublin 18-- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail sending via disabled accounts
On Fri, Mar 4, 2011 at 2:49 PM, Andrew Daviel wrote: > > For some odd reason we had a couple of accounts that had no password, but > had the shell set to /sbin/nologin on Linux. So you can't shell > in. > > However, Squirrelmail can login using any random password. (leaving the > password field empty does not work) > > Is this a known issue ? I suspect it's standard UW imapd behaviour plus > stupidity on our part, rather than squirrelmail per se. SquirrelMail merely looks to your IMAP server for user authentication. If you disabled some shell accounts but their IMAP access still works, you need to consult your IMAP server's user authentication mechanism to see why it is letting those users through (and, depending on your outgoing SMTP/Sendmail setup, there may be a similar issue there, too). That is, this isn't a SquirrelMail issue. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] How to enforce Squirrelmail to use a specific source IP address?
one possible solution - http://blog.nachtarbeiter.net/2008/08/21/binding-phps-fsockopen-to-a-specific-ip-address/ So, you'd need to make some changes in: functions/imap_general.php and test to see if it worked.. Or, if you don't mind all of your outgoing traffic to your imap server going out this virtual interface, just use the route command. route add aaa.bbb.ccc.ddd dev eth0:1 and drop that into rc.local so it persists on restart.. Ken On 3/7/2011 10:24 AM, Pawel Szczuka wrote: > Hi Guys, > > This is probably a simple question - but I'm not sure if there is a > simple answer :) > Basically I have a RedHat box running Squirrelmail with one primary > network interface (eth0) > and multiple logical interfaces (eth0:1, eth0:2, etc.) with separate IP > addresses assigned to each > of them. > Is there an easy way - to configure Squirrelmail to use a specific > source IP address from one > of the logical interfaces while connecting to the remote IMAP (TCP/143) > server ? > The issue I have is that it always tries to use the IP address of the > primary (eth0) interface, > no matter what I put in the section in the > Apache configuration file. > Thank you very much for any suggestions. > > Best Regards > Pawel > > > > > > The information contained in this e-mail and in any attachments is > confidential and is designated solely for the attention of the intended > recipient(s). If you are not an intended recipient, you must not use, > disclose, copy, distribute or retain this e-mail or any part thereof. If you > have received this e-mail in error, please notify the sender by return e-mail > and delete all copies of this e-mail from your computer system(s). > Please direct any additional queries to: communicati...@s3group.com. > Thank You. > Silicon and Software Systems Limited (S3 Group). Registered in Ireland no. > 378073. > Registered Office: South County Business Park, Leopardstown, Dublin 18 > > > > -- > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > > > > - > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@lists.sourceforge.net > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users -- Ken Anderson Pacific Internet - http://www.pacific.net -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] unblock a user when has been marked as USER_IS_POSSIBLE_SPAMMER
Thanks! That was it :) On 7 March 2011 17:59, Tomas Kuliavas wrote: > > > eva-8 wrote: > > > > Hello, > > > > Sorry, I am not very much familiar with Squirrelmail yet. > > > > I am testing the restrict_senders plugin. An user has just been banned. I > > go > > to the file where the user preferences are stored for the web mail, and I > > open the file: > > > > user.pref > > > > There is : > > > > USER_IS_POSSIBLE_SPAMMER=1 > > > > I deleted that line and I tried to send a message again, but it wont let > > me > > send it and when I open the file again the line > > > > USER_IS_POSSIBLE_SPAMMER=1 > > > > is there :( > > > > I have read the documentation but I cant find where else to delete > > something > > to un-ban the user. > > > > Anyone could help me? > > > Ask user to logout or delete his session file. Preferences are cached in > session. > -- > View this message in context: > http://old.nabble.com/unblock-a-user-when-has-been-marked-as-USER_IS_POSSIBLE_SPAMMER-tp31086858p31089375.html > Sent from the squirrelmail-users mailing list archive at Nabble.com. > > > > -- > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > - > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@lists.sourceforge.net > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users