Custom routing of mail from mail server(Postfix, Dovecot) to tigase xmpp server [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
we need to reroute mail as xmpp packet from postfix to tigase server. Does anyone help.

I need to write a milter for postfix similar to http://www.postfix.org/addon.html#fax

Related

port forwarding with gryphon routers? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
so, I have been struggling to figure out how to do port forwarding with a gryphon router
when going to the default gateway link thing it seems not to have an option for anything, including port forwarding, which i expected to exist.

IBM Iseries security questions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am new to Iseries, my manager is off today. Someone asked me for a list of users that have access to certain programs.
I google and I am not even sure what to ask for in my search. Is there a command I can use that if I specify the module/program name it will return list of users who have access? and also a list of which access templates include these programs?
Display Object Authority command, DSPOBJAUT

Do i need a TCP proxy? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I need to intercept the communication between a client computer and the server computer, this communication is done via TCP sockets and i have to store that data in a server.
A TCP proxy can be a right solution or what should i do?
Thanks and sorry for my poor English
A tcp proxy can do the job. Also you could use wireshark on the client or server computer to capture the traffic.

How can I config postfix smtp to use Mailgun [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I've registered in Mailgun service
But I don't find any tutorial to config postfix to use the Mailgun's smtp
tip: My server is using centos 7
I've found these tutorials for other services but it works fine
https://support.rackspace.com/how-to/setting-up-a-mail-relay/
https://mandrill.zendesk.com/hc/en-us/articles/205582187-How-to-Use-Postfix-to-Send-Email-with-Mandrill

How to check the existence of a Group in Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have successfully been able to determine if a specified user exists under DOMAIN/User but I am not sure of the best way to determine if a group exists under a specific domain.
Has anyone created a solution for this issue?
Thanks!
You can also use the adsisearcher type shortcut:
([adsisearcher]'(&(objectClass=group)(samaccountname=group1))').FindOne()
[ADSI]::Exists("WinNT://$srvName/$grpName,group")