Re: [qmailtoaster] Where are Log Files?

2016-08-03 Thread Jaime Lerner
If you're looking for something, just use "find" to see where it is.

i.e.   find / -name qmail  OR sudo in front of that if you're not root

That would bring up everywhere "qmail" could be found as a file name or
directory. Note that it's an exact match - so if you wanted everything that
started with "qmail", you'd use "qmail*"

But yes, logs would be in /var/log/qmail

I'm on CentOS7 also. :)

From:  Roxanne Sandesara 
Reply-To:  
Date:  Wednesday, August 3, 2016 at 5:52 PM
To:  
Subject:  [qmailtoaster] Where are Log Files?

I cannot find the log files on the new qmail toaster installation I’ve built
on this CentOS 7 box. The locations mentioned on the wiki don’t even exist.
Where should I be looking?
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






Re: [qmailtoaster] TCP Server

2016-08-03 Thread Eric

After running 'qmailctl stop'
run 'lsof -i :25' as well



On 8/3/2016 4:25 PM, Roxanne Sandesara wrote:

I’m not at all sure what is causing this, or could be causing this, so I’m not 
sure what to be attacking. I need some advice. I am finding lines of:

tcpserver: fatal: unable to bind: address already used

in the log files for smtp and submission. And I’m being told be a user that 
attempts to send a message to one of the mailing lists on one of my managed 
domains are not getting responses from the moderation services.

I could really use some advice.
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Where are Log Files?

2016-08-03 Thread Jim Shupert

does this help

11. Logs for all packages except freshclam are at:


  /var/log/qmail/*

  Freshclam is at /var/log/clamav



..submission

The logs should be in /var/log/qmail/submission/current, unless you
set up your own port 587. If you created your own you may have carried
over a few things like rblsmtpd that shouldn't be there.


( read logs

Look at the logs like this:
tail current | tai64nlocal
In other words, pipe the output through tai64nlocal.  Qmail uses it's 
own time-stamps (@400) to keep track of the time. tai64nlocal will 
convert this time back to human-readable.


> For Smtp :
>tail -f /var/log/qmail/smtp/current
>
> For Send :
>   tail -f /var/log/qmail/send/current



On 8/3/2016 5:52 PM, Roxanne Sandesara wrote:

I cannot find the log files on the new qmail toaster installation I’ve built on 
this CentOS 7 box. The locations mentioned on the wiki don’t even exist. Where 
should I be looking?
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] TCP Server

2016-08-03 Thread Eric

So you found the log files?
Is sendmail removed?

qmailctl stop
nmap localhost
show this,  should be port 25 is running, then stop it.
and start
qmailctl start

tail -f /var/log/qmail/smtp/current

On 8/3/2016 4:25 PM, Roxanne Sandesara wrote:

I’m not at all sure what is causing this, or could be causing this, so I’m not 
sure what to be attacking. I need some advice. I am finding lines of:

tcpserver: fatal: unable to bind: address already used

in the log files for smtp and submission. And I’m being told be a user that 
attempts to send a message to one of the mailing lists on one of my managed 
domains are not getting responses from the moderation services.

I could really use some advice.
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Where are Log Files?

2016-08-03 Thread Steve Linberg

> On Aug 3, 2016, at 5:52 PM, Roxanne Sandesara  wrote:
> 
> I cannot find the log files on the new qmail toaster installation I’ve built 
> on this CentOS 7 box. The locations mentioned on the wiki don’t even exist. 
> Where should I be looking?


/var/log/qmail is the standard starting location for most logs.

-- 
Steve Linberg, Chief Goblin
Silicon Goblin Technologies
http://silicongoblin.com
Be kind.  Remember, everyone you meet is fighting a hard battle.



[qmailtoaster] TCP Server

2016-08-03 Thread Roxanne Sandesara
I’m not at all sure what is causing this, or could be causing this, so I’m not 
sure what to be attacking. I need some advice. I am finding lines of:

tcpserver: fatal: unable to bind: address already used

in the log files for smtp and submission. And I’m being told be a user that 
attempts to send a message to one of the mailing lists on one of my managed 
domains are not getting responses from the moderation services.

I could really use some advice.
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Where are Log Files?

2016-08-03 Thread Roxanne Sandesara
I cannot find the log files on the new qmail toaster installation I’ve built on 
this CentOS 7 box. The locations mentioned on the wiki don’t even exist. Where 
should I be looking?
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] How to make mirror all the emails with all the mailbox in another server or storage

2016-08-03 Thread Kisakye Alex
Am thinking you can have a separate mailserver for domain backup.domain.com
and have taps archive main.domain.com onto backup.domain.com

Alex

On Tue, Aug 2, 2016 at 5:29 PM, Chandran Manikandan 
wrote:

> Hi Carl,
> Thank you for your support.
> Is it work out for fetchmail concept for my queries.
> If yes, could any one have the experience kindly help me.
> How do i install and configure.
> Thank you.
>
> On Mon, Jul 25, 2016 at 8:34 PM, CarlC Internet Services Service Desk <
> ab...@carlc.com> wrote:
>
>> *>*In this case, What i am thinking, Why should i make all the emails
>> sync with another server or storage disk at the same time when deliver the
>> email.
>>
>>
>>
>> I’m sure someone else has a better answer, but you could just rsync the
>> /home/vpopmail/domains/ area without a delete [that is the
>> default for rsync]. It’s just a matter of how many times you want to run it
>> per hour…
>>
>>
>>
>> Another possible solution would be to do something like this:
>>
>>
>>
>> Create .qmail- for each email account [the
>> .qmail-* files go in /home/vpopmail/domains/ directory] with the
>> following contents:
>>
>>
>>
>> /home/vpopmail/domains///Maildir/
>>
>>
>> /home/vpopmail/domains///Maildir
>>
>>
>>
>> For this to work, you just create the
>> /home/vpopmail/domains///Maildir directories
>> with proper vpopmail.vchkpw protections. A copy of all inbound email will
>> go to both areas, the live [top] one and the bottom [backup] area. The only
>> issue with this solution, you don’t have a copy of any sent items if the
>> user is using a web interface [and you want to catch those as well].
>>
>>
>>
>> Again, I’m sure someone on the list has a better way to do this than I.
>>
>> Carl
>>
>
>
>
> --
> *Thanks,*
> *Manikandan.C*
> *System Administrator*
>