Displaying 20 results from an estimated 300 matches similar to: "getaddrinfo problem"
2003 Mar 19
4
Samba print command only works on restart, help!
hey
I am running Samba 2.2.8 on FreeBSD4.8, and all is working well, except:
I have set up a virtual printer using Samba to take a print job, turn it
into a pdf and then email it back to an address, using a perl script and the
Samba print command. I have tested the script logging in as the Samba guest
user and it works fine, but when i try to print to the printer it never
works: the script is
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
2003 Nov 21
1
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
-- On Friday, November 21, 2003 12:48 PM -0800 "David Wolfskill - david@catwhisker.org"
<+freebsd-security+openmacnews+0459602105.david#catwhisker.org@spamgourmet.com> wrote:
David,
thanks for your reply!
>> i've been struggling with setting appropriate rules for an SMTP-server
>> behind by NAT'd firewall.
>
> OK....
<snip>
>
>>
2011 May 17
5
Email out of R (code)
Hi all,
I thought I would post code to send an email out of R. The code uses
Grothendieck and Bellosta's interface package rJython for executing Python
from R. The code itself provides basic email functionality for email servers
requiring authentication. It should be easy to extend it (e.g., for sending
attachments). I hope it's useful.
require(rJython)
rJython <- rJython()
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
hi all,
i've been struggling with setting appropriate rules for an SMTP-server
behind by NAT'd firewall.
it's not that there is too little info on the web -- or here, for that
matter -- there's scads of it for seemingly endless configs/req'ts --
none that seem to be exactly my own.
bottom line: i'm a bit confused, and looking for some experienced
advice.
my goals (for
2012 Apr 13
1
an assortment of mail serving issues
Hi All,
I moved to a new CentOS6 install after an old CentOS5 server started exhibiting problems. I am having mail serving issues and they are confusing. I am seeing both Sendmail and Zimbra issues.
We front e-end out operation with a pfSense box and it has the following mail ports open: 25, 465, 587, 110, 143, 993, 995.
We have Zimbra and that also requires 7025 and 7071 be open.
This sent
2005 Aug 04
2
Trouble in Joining Suse 9.3 to Win2k3 Server
Hi,
After installing Suse 9.3 Professional, I am unable to join it to AD.
>From the Docs (
http://www.samba.org/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member)
its clear that we need to first get a kerberos ticket... via
#>kinit Administrato@REALM
in Suse9,3, I get this error
susles93WSA:~ # kinit Administrator@HUNGERFORD.KOL
Password for
2018 Jul 11
0
Connection refused (61)
What mail port are you expecting it connect to on 127.0.0.1?
Here's my config.
$ grep -v "^//" config.inc.php
<?php
/* Local configuration for Roundcube Webmail */
$config['mime_types'] = '/usr/local/etc/apache22/mime.types';
$config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail';
$config['default_host'] =
2018 Jul 11
0
Connection refused (61)
What happens if you telnet 127.0.0.1 587?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:39 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
sorry forgot to mention the port in the roundcube config file!
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file!
$config['smtp_port'] = 587;
On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What mail port are you expecting it connect to on 127.0.0.1?
>
> Here's my config.
> $ grep -v "^//" config.inc.php
> <?php
>
> /* Local configuration for Roundcube Webmail
2018 Jul 11
0
Connection refused (61)
Your smtp server isn't listening.
Is it running, and binding to 127.0.0.1?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:44 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
connection refused! But why?
On
2018 Jul 11
0
Connection refused (61)
What's your neomutt connecting to?
For smtp?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:47 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
when using neomutt for the same system user, I can send and receive
2018 Jul 11
2
Connection refused (61)
connection refused! But why?
On Wed, Jul 11, 2018 at 11:40 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What happens if you telnet 127.0.0.1 587?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
> ?On 7/11/18, 4:39
2018 Jul 11
2
Connection refused (61)
Dear list,
in a box with the following setup:
openbsd 6.3
opensmtpd
dovecot 2.2.34
roundcubemail 1.3.5
httpd web server
when a system user is authenticated via roundcubemail and tries to
send an email, the following errors pops in the roundcube log file:
Connection refused (61)
Failed to connect socket: Connection refused ()
here is my roundcube config file:
$config['default_host']
2018 Jul 11
0
Connection refused (61)
Yep, you (probably) need to configure openSMTPD to listen on 587
(I run exim, so I can't help with that).
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:50 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
I am using
2018 Jul 11
2
Connection refused (61)
when using neomutt for the same system user, I can send and receive
emails to everywhere
Also, when installing roundcube, the test email function did succeed!
So my SMTP server should be fine?
On Wed, Jul 11, 2018 at 11:45 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Your smtp server isn't listening.
>
> Is it running, and binding to 127.0.0.1?
>
>
> --
>
2018 Jul 11
0
Connection refused (61)
What does an ls -lr of /var/mail/<user> look like?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:58 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
forgot to also ask about the maildir set up I have:
2018 Jul 11
0
Connection refused (61)
I don't see the expected new / cur / tmp dirs..
Or that didn't do the recursive.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:02 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
drwxr-xr-x 5 512 Jun 26
2004 Dec 06
0
errors from ads_krb5_mk_req errors and util_sock.c:send_smb
After 2 weeks of trying to configure samba as a member server in a
native AD domain, with winbind+nss+kerberose following the Samba
Collection and (Samba-3 By Exmaple) docuentation, with RedHat AS3,
samba 3.0.9, krb5 1.3.1, where 2 KDC's are Windows 2003 and one is
Windows 2000, and smb-signing has been turned off,...
when a user tries to access a share, they are prompted for a password,
and
2015 Sep 28
0
distuguish between different domains
Hi Andreas,
I'm not 100% sure what you're trying to accomplish.
smtp_server in roundcube is the outgoing server (submission server, i.e.
postfix). Mailbox is IMAP (dovecot).
You can easily spawn 2 instances of dovecot, one serving aaa.de and one
serving bbb.de on different IPs.
What exactly is the problem with 2 domains on one dovecot? I mean user
@aaa.de usually does not have the
2018 Jul 11
0
Connection refused (61)
Can you see the mails with neomutt?
If so, the error is on the roundcube side.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:09 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
in:
/var/mail/[user]/Inbox