Re: [xmail] SMTP on multiple ports

2010-05-31 Thread Davide Libenzi
On Mon, 31 May 2010, Barho? Martin wrote:

> Hello Davide,
> I have two questions.
> 
> 1) What is right syntax for configuring XMAIL services on multiple ports 
> on one IP adress. In manual is "-SI ip[:port]  Bind server to the 
> specified ip address and (optional) port (can be multiple)". If I want 
> to have multiple ports, it is right -SI ip1[:port1] -SI ip1[:port2] or 
> -SI ip1[:port1,port2] or something else? It is not clear from manual.

The most generic supported syntax is, if IP is 1.2.3.4 and port is 999:

[1.2.3.4]:999

This allows support for IPV6 adresses too.
About your question, you need to use:

-SI [IP1]:PORT1 -SI [IP2]:PORT2 ...


> 2) What is right way of using SmtpConfig in SERVER.TAB
> I want to have port 25 open for all SMTP communication - other SMTP 
> servers a authenticated clients. And I want port 587 open only for 
> authenticated clients for mail submission.
> Is the right way to have
> "SmtpConfig-IP1:25"   - without any options
> "SmtpConfig-IP1:587"  "MailAuth"
> 
> Or only one line
> "SmtpConfig-IP1:587"  "MailAuth"
> And port 25 will be implicitly open to all SMTP communication.

First it's looked up "SmtpConfig-IP,PORT", then "SmtpConfig-IP".


- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] SMTP on multiple ports

2010-05-31 Thread Barhoň Martin
Hello Davide,
I have two questions.

1) What is right syntax for configuring XMAIL services on multiple ports on one 
IP adress. In manual is "-SI ip[:port]  Bind server to the specified ip address 
and (optional) port (can be multiple)". If I want to have multiple ports, it is 
right -SI ip1[:port1] -SI ip1[:port2] or -SI ip1[:port1,port2] or something 
else? It is not clear from manual.

2) What is right way of using SmtpConfig in SERVER.TAB
I want to have port 25 open for all SMTP communication - other SMTP servers a 
authenticated clients. And I want port 587 open only for authenticated clients 
for mail submission.
Is the right way to have
"SmtpConfig-IP1:25" - without any options
"SmtpConfig-IP1:587""MailAuth"

Or only one line
"SmtpConfig-IP1:587""MailAuth"
And port 25 will be implicitly open to all SMTP communication.

Or something else.

It is not clear from manual too.

We use XMail from version 0.73 for over eight year. It is the best free mail 
server for Windows for small ISP providers like our firm.

Thank you very much for your work,
Martin
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread William Ottley
hmmm interesting!
I saw that  program actually, and then saw that it only saved via
emails. so I'll read the documentation on how to use the sendmail
function to convert it? and save it into the users mail box?

to be honest, with this setup, xmail server will be running as a
server for a single email address..

thanks for that heads up!

Will

On Mon, May 31, 2010 at 2:23 PM, Davide Libenzi  wrote:
> On Mon, 31 May 2010, William Ottley wrote:
>
>> Hello Davide,
>>
>> as i stated before, I DID read the manual. and i'm fully aware of the
>> PSYNC option.
>>
>> I'm also aware of a thread I read, where someone wanted the same thing
>> as I did, and someone else offered for them to use fetchmail...
>> but i can't use fetchmail on my windows system.
>>
>> so, I was hoping maybe someone figured out how to use xmail to
>> have it always running, then maybe implementing a command line manual
>> as well?
>>
>> but. as you have kindly (thank you) stated, this is not possible with
>> xmail system, UNLESS I use the PSYNC...
>>
>> perhaps your aware of some other script? php maybe? or .exe that will
>> grab emails and put into the mail folder for xmail?
>
> Lng time ago (could be 15 years since the last time I used it), I did
> this:
>
> http://www.xmailserver.org/GetMail-1.3.zip
>
> It fetches POP3 mail and saves them into .eml format.
> You could then use XMail's sendmail, to feed messages into the XMail
> LMAIL.
> But, you'd have to manually figure out which account messages will have to
> be fed into.
>
>
>
> - Davide
>
>
> ___
> xmail mailing list
> xmail@xmailserver.org
> http://xmailserver.org/mailman/listinfo/xmail
>
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread Davide Libenzi
On Mon, 31 May 2010, William Ottley wrote:

> Hello Davide,
> 
> as i stated before, I DID read the manual. and i'm fully aware of the
> PSYNC option.
> 
> I'm also aware of a thread I read, where someone wanted the same thing
> as I did, and someone else offered for them to use fetchmail...
> but i can't use fetchmail on my windows system.
> 
> so, I was hoping maybe someone figured out how to use xmail to
> have it always running, then maybe implementing a command line manual
> as well?
> 
> but. as you have kindly (thank you) stated, this is not possible with
> xmail system, UNLESS I use the PSYNC...
> 
> perhaps your aware of some other script? php maybe? or .exe that will
> grab emails and put into the mail folder for xmail?

Lng time ago (could be 15 years since the last time I used it), I did 
this:

http://www.xmailserver.org/GetMail-1.3.zip

It fetches POP3 mail and saves them into .eml format.
You could then use XMail's sendmail, to feed messages into the XMail 
LMAIL.
But, you'd have to manually figure out which account messages will have to 
be fed into.



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread William Ottley
Hello Davide,

as i stated before, I DID read the manual. and i'm fully aware of the
PSYNC option.

I'm also aware of a thread I read, where someone wanted the same thing
as I did, and someone else offered for them to use fetchmail...
but i can't use fetchmail on my windows system.

so, I was hoping maybe someone figured out how to use xmail to
have it always running, then maybe implementing a command line manual
as well?

but. as you have kindly (thank you) stated, this is not possible with
xmail system, UNLESS I use the PSYNC...

perhaps your aware of some other script? php maybe? or .exe that will
grab emails and put into the mail folder for xmail?


thanks for all the time you have provided!

William



On Mon, May 31, 2010 at 2:05 PM, Davide Libenzi  wrote:
> On Mon, 31 May 2010, William Ottley wrote:
>
>> wow. you assume big time.
>>
>> ummm wild guess? ummm YEP!
>> now that I have, and didn't get the answer, h guess you won't be
>> helping me eh?
>>
>> this isn't the only mailling list I have been on.
>> please don't waste YOUR time, which I know is valuable, and MY time,
>> by assuming...
>> you know.. ass out of you, and ass out of me?
>>
>> Yes I read the docs. I have xmail up and running on a windows box.
>> been in the IT industry for over 15 years.. *yawn* RTFM.. yea yea.
>> well i did...
>> i have it up and running, but for the likes of me, I can't find any
>> CLEAR ANSWERS.
>>
>> hence... I know this may be a very alien concept for you Davide: I
>> thought i'd sign up to the mailling list to see if I can get some
>> direction.
>>
>> wow, what a concept eh?
>> a mailling list so you can ask questions.
>>
>> anyhow, enough of the rant (hey, you had it coming, since you made an
>> ass out of yourself).
>>
>> so, I am humbling asking anyone in this mailling list, that is of
>> positive nature, if it IS possible to do the pop3 MANUAL retreival via
>> COMMAND LINE, to grap the emails from a remote POP3 account, very
>> simular to "fetch mail". I don't want fetchmail, because I don't want
>> to install CygWin...
>>
>> I want to do this manually, because I'm going to be setting up stunnel
>> to send AND  receive emails MANUALLY every 10 minutes.
>>
>> if anyone would be so kind as to point me to the right tab, or how to,
>> I would be greatly appreciated!
>
> If you'd have read the documentation, you'd have figured out already that,
> from the command line, manually, it is not possible to do so.
> PSYNC allows for periodic mail retrieval and distribution, but that's no
> command line or manual.
>
>
>
> - Davide
>
>
> ___
> xmail mailing list
> xmail@xmailserver.org
> http://xmailserver.org/mailman/listinfo/xmail
>
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread Davide Libenzi
On Mon, 31 May 2010, William Ottley wrote:

> wow. you assume big time.
> 
> ummm wild guess? ummm YEP!
> now that I have, and didn't get the answer, h guess you won't be
> helping me eh?
> 
> this isn't the only mailling list I have been on.
> please don't waste YOUR time, which I know is valuable, and MY time,
> by assuming...
> you know.. ass out of you, and ass out of me?
> 
> Yes I read the docs. I have xmail up and running on a windows box.
> been in the IT industry for over 15 years.. *yawn* RTFM.. yea yea.
> well i did...
> i have it up and running, but for the likes of me, I can't find any
> CLEAR ANSWERS.
> 
> hence... I know this may be a very alien concept for you Davide: I
> thought i'd sign up to the mailling list to see if I can get some
> direction.
> 
> wow, what a concept eh?
> a mailling list so you can ask questions.
> 
> anyhow, enough of the rant (hey, you had it coming, since you made an
> ass out of yourself).
> 
> so, I am humbling asking anyone in this mailling list, that is of
> positive nature, if it IS possible to do the pop3 MANUAL retreival via
> COMMAND LINE, to grap the emails from a remote POP3 account, very
> simular to "fetch mail". I don't want fetchmail, because I don't want
> to install CygWin...
> 
> I want to do this manually, because I'm going to be setting up stunnel
> to send AND  receive emails MANUALLY every 10 minutes.
> 
> if anyone would be so kind as to point me to the right tab, or how to,
> I would be greatly appreciated!

If you'd have read the documentation, you'd have figured out already that, 
from the command line, manually, it is not possible to do so.
PSYNC allows for periodic mail retrieval and distribution, but that's no 
command line or manual.



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread William Ottley
wow. you assume big time.

ummm wild guess? ummm YEP!
now that I have, and didn't get the answer, h guess you won't be
helping me eh?

this isn't the only mailling list I have been on.
please don't waste YOUR time, which I know is valuable, and MY time,
by assuming...
you know.. ass out of you, and ass out of me?

Yes I read the docs. I have xmail up and running on a windows box.
been in the IT industry for over 15 years.. *yawn* RTFM.. yea yea.
well i did...
i have it up and running, but for the likes of me, I can't find any
CLEAR ANSWERS.

hence... I know this may be a very alien concept for you Davide: I
thought i'd sign up to the mailling list to see if I can get some
direction.

wow, what a concept eh?
a mailling list so you can ask questions.

anyhow, enough of the rant (hey, you had it coming, since you made an
ass out of yourself).

so, I am humbling asking anyone in this mailling list, that is of
positive nature, if it IS possible to do the pop3 MANUAL retreival via
COMMAND LINE, to grap the emails from a remote POP3 account, very
simular to "fetch mail". I don't want fetchmail, because I don't want
to install CygWin...

I want to do this manually, because I'm going to be setting up stunnel
to send AND  receive emails MANUALLY every 10 minutes.

if anyone would be so kind as to point me to the right tab, or how to,
I would be greatly appreciated!

thank you!

William



On Mon, May 31, 2010 at 12:01 PM, Davide Libenzi
 wrote:
> On Mon, 31 May 2010, William Ottley wrote:
>
>> Hi all,
>> I'm looking to figure out how to manually (every 10 minutes via command 
>> line?)
>> retrieve pop3 emails from a remote mail server, and to also send
>> emails to the same remote server, via command line.
>
> Have you read the documentation at all?  Wild guess, no.
>
>
> - Davide
>
>
> ___
> xmail mailing list
> xmail@xmailserver.org
> http://xmailserver.org/mailman/listinfo/xmail
>
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread Davide Libenzi
On Mon, 31 May 2010, William Ottley wrote:

> Hi all,
> I'm looking to figure out how to manually (every 10 minutes via command line?)
> retrieve pop3 emails from a remote mail server, and to also send
> emails to the same remote server, via command line.

Have you read the documentation at all?  Wild guess, no.


- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] is this maillist alive? need to configure xmail pop3 retrieval

2010-05-31 Thread William Ottley
Hi all,
I'm looking to figure out how to manually (every 10 minutes via command line?)
retrieve pop3 emails from a remote mail server, and to also send
emails to the same remote server, via command line.

is this possible with xmail (windows)??

thanks!!!
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail